Closed GoogleCodeExporter closed 9 years ago
1. I do not understand would mean by version 3.0.3. There was no such tesseract
version number. The same is valid for language data. If you run tesseract there
is clear information about version number you use.
2. I use the latest source code and when I run:
tesseract Application-Checklist.tif Application-Checklist -psm 0
I got:
Tesseract Open Source OCR Engine v3.04.00 with Leptonica
Orientation: 0
Orientation in degrees: 0
Orientation confidence: 29.98
Script: 1
Script confidence: 18.67
so it is working (psm 1 produce no output - it just run page segmentation over
the image)
Original comment by zde...@gmail.com
on 17 Apr 2015 at 6:20
Sorry, I'm just getting the latest code from the repo. And I put the
ods.traineddata in tessdata, but it doesn't seem to be picking it up still.
Original comment by mikeabe...@gmail.com
on 17 Apr 2015 at 7:15
What OS? Compiler? What the output?
Original comment by zde...@gmail.com
on 17 Apr 2015 at 7:38
Darwin. g++,
Failed loading language 'osd'
Tesseract couldn't load any languages!
Warning: Auto orientation and script detection requested, but osd language
failed to load
when I run tesseract --list-languages it shows:
eng
osd
Original comment by mikeabe...@gmail.com
on 17 Apr 2015 at 8:39
Can you post whole tesseract out?
Can you check if osd langdata is correct?
Original comment by zde...@gmail.com
on 18 Apr 2015 at 5:06
Original issue reported on code.google.com by
mikeabe...@gmail.com
on 17 Apr 2015 at 8:01