finereader

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

C# memory error on program exit

I have a rather simple C# program (no UI, just command line) that uses a 3rd party library (Abbyy's Finereader 8.1) to do some work and then exits. Simple enough and works quite well. Recently however we've started getting the following error from the program: Application Error : The instruction at "0x2c0de46b" referenced memory a...

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

Fine Reader API, webservice

hi all i want to use finereader API to embed in my app. But i do not to know where i get API. Abby suport no much about webservice, API of finereader. i downloaded finereader 9.0 and installed, but i cannot see where APIs to call in my app (in window). thank ...