Closed Williamvdb closed 10 years ago
I need more information:
@jflesch I use mac. is this not supposed to work on a mac?
If it is, though, how do I put tesseract in my path?
https://github.com/jflesch/pyocr#readme
It has been tested only on GNU/Linux systems. It should also work on similar systems (*BSD, etc). It doesn't work on Windows, MacOSX, etc.
I have no Mac. I can't test it on Mac, so I can't support it. Sorry.
@jflesch I use it on Win10, and I also get ''No OCR Tool Found''. Doesn't it support windows?
It does support Windows (see https://openpaper.work/download ). However, Tesseract.exe must be in your PATH.
hi @jflesch i can't found any exe in your package. Can you help me on this
There are no .exe in Pyocr. Pyocr is a Python module designed to make it easier to use OCR tools from Python.
Pyocr looks for the OCR tools (Tesseract, Cuneiform, etc) installed on your system and just tells you what it has found.
You have to install Tesseract by yourself.
Thanks for your response
On 04-Apr-2017 4:12 PM, "Jerome Flesch" notifications@github.com wrote:
There are no .exe in Pyocr. Pyocr is a Python module designed to make it easier to use OCR tools from Python.
Pyocr looks for the OCR tools (Tesseract, Cuneiform, etc) installed on your system and just tells you what it has found.
You have to install Tesseract by yourself.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jflesch/pyocr/issues/13#issuecomment-291462879, or mute the thread https://github.com/notifications/unsubscribe-auth/AO5zwXI6BCmDkE98698nKFjkjmxvkRTHks5rsh54gaJpZM4BckNM .
I have tesseract installed. I have used it many times before, but when I use this script:
It says there is no OCR tool found. Any fix?