I installed Leptonica and then I tried to install Tesseract. Everything went fine until the last step make install
note: the error message was translated into English, but the meaning is OK. It's clear to me that it's caused by not having su permissions. What is the easiest way to change the directory used? asked 28 Sep '15, 23:13 michal |
Okay, looking at the source documentation I was able to install both (for English) in this way: Install Leptonica
Install tesseract-ocr
If you encounter any complicated issues, please open a support ticket. Hope this helps! answered 29 Sep '15, 02:42 NickR ♦♦ Thank you very much it worked, just one extra thing that might be needed because of the language packages:
(29 Sep '15, 09:30)
michal
|
I needed to use Tesseract lately and because of the server migration I had to reinstall it. The project has moved to Github, I installed version 3.04, I didn't find new language packs, however it works as expected, so it seems to be all right.
answered 05 Feb '16, 17:48 michal |