Tilman Hausherr wrote:
I get this error:

ocrad: internal error: character, index out of bounds

Thanks for reporting this. Yes, I forgot to verify that the textline is not empty. Please, replace the offending line of code with the following:

if( !l.characters() ||
l.character( std::min( bi+1, l.characters() - 1 ) ).left() > b.hcenter() )


Thanks and regards,
Antonio.

_______________________________________________
Bug-ocrad mailing list
Bug-ocrad@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-ocrad

Reply via email to