I am trying to build training data for Tesseract 4.00
When I execute this command:
combine_lang_model --input_unicharset data/unicharset --script_dir data/tessdata --output_dir data/output --pass_through_recoder --lang MyModel
I get error "Failed to load script unicharset from:data/tessdata/Latin.unicharset".
File Latin.unicharset is in data/tessdata folder, I don't understand how to fix this.
Can you help me?