Hi,
I understand it is not possible to use FineReader Engine through API calls, but is there some way to use the code through another programming language such as Python?
If not, is there something similar to the Demo Tool of MultiProcessingRecognition available in the Cloud OCR SDK (to transform an unstructured pdf into a structured one)?
Thanks in advance.
Comments
1 comment
Although an official Python module that wraps FineReader Engine does not exist, a FineReader Engine code sample in Python for Windows is available. The code sample utilizes the comtypes package to load the Engine by means of COM, namely the OutprocLoader object.
You can download the code sample here: https://share.abbyy.com/index.php/s/DK6jy6LEL87a903. Please refer to the ReadMe file provided with the code sample for steps to set it up correctly.
Please sign in to leave a comment.