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
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
5件のコメント
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.
サインインしてコメントを残してください。