rlightner / tesseractdotnet

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

how to get charactor position in tesseract 3.02 r729? #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  bool succed = api->Recognize(monitor) >= 0;
succed return true, at function RetriveResultDetail, 
int nChars = head->count;
the nChars is always zero.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
tesseract 3.02 r729,Windows XP, VS2008

Please provide any additional information below.

Original issue reported on code.google.com by moka...@gmail.com on 7 Jul 2012 at 1:31