Closed GoogleCodeExporter closed 9 years ago
This crash happens when you build the traineddata file without shapetable.
This is a contradiction to the manual saying that the shapetable should
currently not be used except for the Indic languages.
Original comment by smaragds...@gmail.com
on 4 Jul 2014 at 6:27
but there is also note, that "If you get error message like this..." (you did
not provided any error messages, just your thoughts) you should add shapetable
;-)
Original comment by zde...@gmail.com
on 4 Jul 2014 at 7:20
Yes you are right. There is a note.
Nevertheless the program should not crash because of that.
Original comment by smaragds...@gmail.com
on 21 Jul 2014 at 5:25
Documentation corrected.
Whether on not you run shapeclustering, the shapetable *must* be included in
the traineddata file. One is created by mftraining if you don't run
shapeclustering.
If you don't have one, you are likely to end up with garbled text output, so an
assert failure is a good detector for it.
Original comment by theraysm...@gmail.com
on 8 Oct 2014 at 1:08
An assert failure is NEVER the correct way to indicate a severe error!
It is the opposite: It is a severe design error in Tesseract to trust so much
in asserts.
If the application is compiled as Release all the asserts are removed be the
compiler!
I see that in Tesseract many wrong decisions are taken and valid valid reports
are closed without really solving the problem!
Original comment by smaragds...@gmail.com
on 19 Dec 2014 at 1:01
Original issue reported on code.google.com by
smaragds...@gmail.com
on 4 Jul 2014 at 2:55