Community

Logging errors in Abbyy 12

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?

Was this article helpful?

0 out of 0 found this helpful

Comments

5 comments

  • Avatar
    Aleksandr Egorov

    Hi Peter,

    You can use Engine::StartLogging(...) method to write logs to a .txt file and see whether it shows any error.

    0
  • Avatar
    Peter Purnell

    Is there any way to do it via configuration?  I dont want to change deployed code if possible.

    0
  • Avatar
    Aleksandr Egorov

    Modifying the source code is the only way to do this.

    0
  • Avatar
    Peter Purnell

    What about <engineLogPath>?

    0
  • Avatar
    Aleksandr Egorov

    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.

    0

Please sign in to leave a comment.