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...