You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the training for frk with a longer training text, I get assertions in stringrenderer.cpp for 5 of 12 fonts. They can be reproduced by running text2image for that text with a single language:
$ text2image --fonts_dir=/usr/share/fonts --font="Proclamate Light, Light" --text=../langdata/frk/frk.training_text --outputbase=/tmp/frk
Stripped 157 unrenderable words
Rendered page 0 to file /tmp/frk.tif
# ...
Rendered page 1163 to file /tmp/frk.tif
Stripped 57 unrenderable words
cluster_text.size() == start_byte_to_box.size():Error:Assert failed:in file ../training/stringrenderer.cpp, line 553
The text was updated successfully, but these errors were encountered:
While running the training for
frk
with a longer training text, I get assertions in stringrenderer.cpp for 5 of 12 fonts. They can be reproduced by runningtext2image
for that text with a single language:The text was updated successfully, but these errors were encountered: