I have two installations using Abbyy12. On one a document is passing through Abbyy successfully. On the other, the same document is failing when being passed to Abbyy. Does Abbyy write logs so I can see why the second instance has a problem with the document?
Logging errors in Abbyy 12
Was this article helpful?
0 out of 0 found this helpful
Comments
5 comments
Hi Peter,
You can use Engine::StartLogging(...) method to write logs to a .txt file and see whether it shows any error.
Is there any way to do it via configuration? I dont want to change deployed code if possible.
Modifying the source code is the only way to do this.
What about <engineLogPath>?
If you type in just "EngineLog.txt" then the log will be written to the folder where <YourApp>.exe is located.
In a more general way you can use any path your application has access to on the end user's machine.
Please sign in to leave a comment.