pradeepay / tesseract-android-tools

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

Getting Fatal signal 11 error while capture line of numbers #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. capture a pic with about 16 number no characters between them.
2. image size x = 500 , y = 100
3. decoded to bitmap with options.inSampleSize = 2;

What is the expected output? What do you see instead?
I want to get the line of numbers correctly, I'm getting instead fatal signal 11

What version of the product are you using? On what operating system?
win 8 , tesseract 3.2

Please provide any additional information below.
capturing an image with line of same number of characters works without errors

Original issue reported on code.google.com by firas.al...@gmail.com on 9 Jan 2013 at 5:03

GoogleCodeExporter commented 8 years ago
the line devided into 3 word e.g.  32130 22121 21691

Original comment by firas.al...@gmail.com on 9 Jan 2013 at 5:24