I have a project which needs to scan certain images with OCR.
I know the software abbyy finereader does pretty well (also tried a trial version which works nearly perfectly for me) and now I'm wondering how to embed this software into python or another sripting language so that I can later simply run a command line script, e.g. python the_script.py image.jpg
to take an image as parameter, execute abbyy finereader with it and return the recognised text...
I couldn't find a way on google, is there none!? I only found something like this: https://github.com/mikesname/python-ocrlab/blob/master/ocrsite/ocrlab/nodes/abbyy.py but couldn't work out what it really does...
Or which piece of abbyy software would I need to do this!? The Recognition server or the OCR engine or maybe something else?
Thanks a lot in advance