tessnet2 fails to load

后端 未结 8 2005
难免孤独
难免孤独 2020-12-29 08:17

i\'m using the tessnet2 wrapper to the Tesseract 2.04 Source on windows XP, configured it to work with x86.

TessarctTest project main function contains:



        
相关标签:
8条回答
  • 2020-12-29 08:56

    In my case I set the tessdata files to copy always, and then it didn't crash on the init line.

    0 讨论(0)
  • 2020-12-29 08:57

    In my case the answer from dkr88 did the job, thanks a lot. I guess there some dependency corrupt when tesseract was installed as a standalone before. Furthermore, the OCR-quality seems to be better than with MODI although tiltcorrection os the latter is working under more extreme circumstances (vertical text).

    I'm pretty happy with tessnet2 now. There is only one drawback: I needed to change my app.config (as described on the internet) and added the following:

    <startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="v4.0"/>
    </startup>
    
    0 讨论(0)
提交回复
热议问题