MarcosRech / python-tesseract

Automatically exported from code.google.com/p/python-tesseract
0 stars 0 forks source link

AppCrash after returning from interpreter #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Successfully Installed tesseract, python-tessearact, numpy, opencv
2. I am trying to run the code in Example2

What is the expected output? What do you see instead?
I ran the example for the attached sample file. The code is running smoothly 
but throwing appcrash error after exiting from the interpreter or after the 
execution of the python from the command line.

I digged a lil bit and found api.End() will actually produce the app crash.

What version of the product are you using? On what operating system?
Windows Server 2008
tesseract-ocr-setup-3.02.02.exe

Please provide any additional information below.

Can you please help me out with this issue

Original issue reported on code.google.com by samishch...@gmail.com on 1 May 2013 at 12:02

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed.

Make sure that all the dll libraries linked to tesseract.pyd are compiled by 
visual studio 2008(msvcr90.dll). You could view the dependency using "depends"
http://www.dependencywalker.com/

Original comment by FreeT...@gmail.com on 9 May 2014 at 7:49

Attachments: