aucnzn / tesseractdotnet

Automatically exported from code.google.com/p/tesseractdotnet
0 stars 0 forks source link

_ocrProcessor.RetriveResultDetail() always null #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Process analyze
2.
3.

What is the expected output? What do you see instead?
List with tesseract.words

What version of the product are you using? On what operating system?
Windows XP x86

Please provide any additional information below.

Original issue reported on code.google.com by scholz.f...@googlemail.com on 31 Mar 2011 at 6:55

GoogleCodeExporter commented 8 years ago
@scholz...: 

I think the problem occurs due to tess_engine did not load tess trained data!

I have modified "tessedit.cpp" file for configuration tessdata folder!
You can find it at 
http://tesseractdotnet.googlecode.com/svn/trunk/dotnetwrapper/TesseractEngineWra
pper/

Original comment by congnguy...@gmail.com on 13 Apr 2011 at 4:18

GoogleCodeExporter commented 8 years ago
Sorry for long time no updating project!

I don't have time to work on project now!

So I have released the version included the work space I have worked on!

Hope that it will resolve existed issues!

Cong.

Original comment by congnguy...@gmail.com on 16 May 2011 at 3:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I think it's an issue with the image. I've made some changes to the 
PixFromImage method that fixed my issues. I've attached the files. It also 
fixes the Text of the word. I was getting a character code for the text and now 
i get the actual text.

Original comment by pwizzl...@gmail.com on 7 Jun 2011 at 2:44

Attachments: