コミュニティ

Problem with engine initialization in Unix

Hello everyone,

i got a problem regarding the initialization of the ABBYY FineReader Engine in Java. I created a java application which should extract text of pdf files. I found an example code which initializes the engine like that:

engine = Engine.GetEngineObject(AbbyyConfig.GetDllFolder(), AbbyyConfig.GetDeveloperSN());
engine.LoadPredefinedProfile("DocumentConversion_Accuracy");

If i run my application on windows everything works like a charm but if i run my application on unix (of course with other paths for the installation) the GetEngineObject call does nothing but suspend my application. Can anyone of you provide some help regarding this issue?

Thanks in advance, Loris

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

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

コメント

3件のコメント

  • Avatar
    Permanently deleted user

    Could you please specify whether you use different FRE distribution kits and licenses for Linux and Windows?

    0
  • Avatar
    Permanently deleted user

    Your question brought me to the solution!!! Thanks a lot

    0
  • Avatar
    Permanently deleted user

    I solved my problem. For everyone who has the same issues:

    The problem is that the jar file for windows and for unix are different. So you can't develop for both OS in the same project.

    0

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