abbyy

ABBYY FineReader Engine API Resources

Does any one worked with ABBYY FineReader Engine 9.0 API? There are almost no resources available on internet. The only thing is the developer reference help file installed along with it. But that is not sufficient enough. ...

ABBYY Mobile OCR Engine for Iphone

I am looking to use/buy a OCR solution for my next iPhone app. Searching through the answers on this site didn't really help me a lot. Did anybody ever use ABBYY Mobile OCR Engine for iPhone? What interests me is how good is it (recognition) and how much does it cost? Thank you. ...

Loading ABBYY Engine

I have this code in C++/CLI project: CSafePtr<IEngine> engine; HMODULE libraryHandle; libraryHandle = LoadLibraryEx("FREngine.dll", 0, LOAD_WITH_ALTERED_SEARCH_PATH); typedef HRESULT (STDAPICALLTYPE* GetEngineObjectFunc)(BSTR, BSTR, BSTR, IEngine**); GetEngineObjectFunc pGetEngineObject = (GetEngineObjectFunc)GetProcAddress(libraryHan...

Accessing PDF-Content

Hi, I would like to access parts of pdf content. ABBYY-FineReader recognizes well the layout and tables but how can I access now these results? I tried with the pdf-a standard or the java library PDFBox without success. Thanks! ...