aucnzn / tesseractdotnet

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

charlist in wrapper rc2_r552 not proper #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. when we run the wrapper in VS2010 using C# method RetriveResultDetail
2. does not return proper word when we check charlist.
3.

What is the expected output? What do you see instead?
the charlist must contain all the characters in any word. but (in some cases) 
two boxes appear in single word  one box covering the first character of the 
word and the other box covering the entire word but in charlist the last 
character is missing in such scenario

What version of the product are you using? On what operating system?
VS 2010 C# wrapper rc2_r552 in windows xp

Please provide any additional information below.
kindly note the sample ocred file that contains two boxes in the word
Tahsil/Taluk  the charlist returns ascii value for Tahsil/Talu in one box  and 
k in seperate word for second box but actually the small box contains the 
character T  the return value for this small box is the ascii value of k 
instead of ascii of T which is the small box that appears in the image

Original issue reported on code.google.com by b2e.deve...@gmail.com on 9 Nov 2011 at 7:00

Attachments: