コミュニティ

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?

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

5件のコメント

  • 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

サインインしてコメントを残してください。