2
1
I use a CLI utility called tesseract-ocr. The tesseract-ocr's usage in the cmd is this: tesseract.exe imagename outputbase [options...] [configfile...]
In my case I type: tesseract photo0043.jpg photo0043.txt -l Cyrillic
The utility will take the file called photo0043.jpg
and output its job into the file called photo0043.txt
How to make a batch to run the utility on an entire directory recursively?
1
This may be helpful - Software to batch OCR multiple image files to multiple text files using Tesseract?
– user3169 – 2019-02-14T07:08:59.327