qixiaobo / tesseract-ocr

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

Problem when using into c# .net #409

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.when i add the DLL tessnet2_32 and run the visual c# project it close the 
debuging when it reach to OCR.init method..
2.
3.

What is the expected output? What do you see instead?
it sholud not need to close

Please use labels and text to provide additional information.

Original issue reported on code.google.com by hiteshvi...@gmail.com on 4 Dec 2010 at 11:21

GoogleCodeExporter commented 9 years ago
please provide information about version of tesseract you use.

Original comment by zde...@gmail.com on 5 Dec 2010 at 9:56

GoogleCodeExporter commented 9 years ago
I am trying using 3.00 
"http://tesseract-ocr.googlecode.com/files/tesseract-3.00.1.exe.zip"

Thanks For Reply me...
And again thanks for future reply..

Original comment by hiteshvi...@gmail.com on 6 Dec 2010 at 4:55

GoogleCodeExporter commented 9 years ago
You point to .exe but in your post you mentioned dll... Did you used 
depreciated http://tesseract-ocr.googlecode.com/files/tesseract-3.00.win32.zip?

BTW: "The dll isn't supported in Tesseract-OCR 3.00." - 
http://code.google.com/p/tesseract-ocr/wiki/ReadMe#Windows

Original comment by zde...@gmail.com on 6 Dec 2010 at 7:33

GoogleCodeExporter commented 9 years ago
i am using the c# .net demo in which i included dll named "tessnet2_32.dll" and 
when i run that project i runs..and when i select Tif type image it also opens 
but when i click on DoOCR it close the windows....and current execution stops 
...it not giving any error but close when it goes to obj.Init() stage of 
initialising of OCR.

Thanks ..

Original comment by hiteshvi...@gmail.com on 6 Dec 2010 at 8:11

GoogleCodeExporter commented 9 years ago
As far as I know (http://www.pixel-technology.com/freeware/tessnet2/) it was 
created for tesseract 2.0x version, so it will not work with tesseract 3.xx...

"tessnet2_32.dll" is not part of tesseract-ocr project. You can try to ask on 
tesseract forums if somebody did not solved it (as suggested on 
http://www.pixel-technology.com/freeware/tessnet2/).

Original comment by zde...@gmail.com on 6 Dec 2010 at 9:50

GoogleCodeExporter commented 9 years ago
i downlaoded from http://www.pixel-technology.com/freeware/tessnet2/bin.zip 
which contain dll.
 and add this dll into project of visual studio downloaded from "http://www.pixel-technology.com/freeware/tessnet2/dotnet.rar" and i got error which i discussed previously...

thanks ..

Original comment by hiteshvi...@gmail.com on 6 Dec 2010 at 10:03

GoogleCodeExporter commented 9 years ago
As mentioned in previous post:
you downloaded project from  http://www.pixel-technology.com/freeware/tessnet2/ 
(Tessnet2 a .NET 2.0 Open Source OCR assembly USING Tesseract engine) and you 
reported problem at http://code.google.com/p/tesseract-ocr => problem.

http://www.pixel-technology.com/freeware/tessnet2/ indicated (date, 
version)that is used tesseract 2.0x code. You try to used it with tesseract 
3.00 (http://code.google.com/p/tesseract-ocr/wiki/ReadMe#General) => problem.

"Real" tesseract-ocr code is here: 
http://code.google.com/p/tesseract-ocr/source/checkout and there is no C# (or 
other) wrapper.

Original comment by zde...@gmail.com on 6 Dec 2010 at 2:48

GoogleCodeExporter commented 9 years ago
I have very same problem...so how to solve this problem...Im working on some 
simple OCR app for the firm...pls...help...Can anyone just step by step say how 
to make this work...Thank you ahed...

Original comment by churchbu...@gmail.com on 16 Jul 2013 at 9:27