質問編集履歴
1
パスの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
MacのAutomatorを使用して、OCRを動作させたいと考えています。
|
3
3
|
その際に以下のコマンドを作成したのですが、うまく動作せず、理由がわかりません。。
|
4
4
|
```code
|
5
|
-
tesseract /Users/
|
5
|
+
tesseract /Users/@@@/Desktop/forOCR.png - -l jpn | pbcopy
|
6
6
|
```
|
7
7
|
|
8
8
|
|