command used:
/home/p/Documents/T/tesseract-master/training/lstmtraining -U /home/p/Downloads/trn1/trntxt/lstmtraining/eng.unicharset \--script_dir /home/p/Documents/Tvat/TESS_4_ALPHA/langdata-master \--model_output /home/p/Downloads/mytext/output/base \--net_spec '[1,0,0,1 Ct5,5,16 Mp3,3 Lfys64 Lfx128 Lrx128 Lfx256 O1c105]' \--train_listfile /home/p/Downloads/trn1/trntxt/lstmtraining/eng.training_files.txt \--eval_listfile /home/p/Downloads/trn1/trne/lstmtraining/eng.training_files.txt \--max_iterations 5000
eval list file:
ABCDEF
Training text:
ABC
Encoding of string failed! Failure bytes: 42 43
Can't encode transcription: ABC
Encoding of string failed! Failure bytes: 42 43
Can't encode transcription: ABC
Encoding of string failed! Failure bytes: 42 43
Can't encode transcription: ABC
Encoding of string faile^C
This is giving me encoding failed, even though i have converetd training and eval file to lstmf format.
How do i have to prepare eval list file. So i dont get encoding error Please give me advice