Closed GoogleCodeExporter closed 9 years ago
Example: https://gist.github.com/endolith/334196bac1cac45a4893
Original comment by omegat...@gmail.com
on 24 May 2014 at 1:55
You should be fix rotation[1] if you need it.
[1] https://code.google.com/p/tesseract-ocr/wiki/ImproveQuality
Original comment by zde...@gmail.com
on 24 May 2014 at 1:40
The program should automatically correct rotation. It shouldn't require that
every user rotate images manually, or implement their own automatic rotation.
It should be built into the OCR.
Original comment by omegat...@gmail.com
on 24 May 2014 at 1:47
Leptonica's pixFindSkewAndDeskew() looks like a good solution, too. It should
be used by default.
Original comment by omegat...@gmail.com
on 24 May 2014 at 1:56
There are also other preferences and scenarios (two pages scan where each page
has different skew) where automatic correct does not make sense.
Original comment by zde...@gmail.com
on 24 May 2014 at 2:12
Original issue reported on code.google.com by
omegat...@gmail.com
on 24 May 2014 at 12:34