In case you are still stuck here, I fixed this issue by downloading the 
latest version of eng.traineddata 
See https://github.com/tesseract-ocr/tesseract/issues/1069

On Monday, August 7, 2017 at 11:17:06 AM UTC+5:30, [email protected] 
wrote:
>
> Hello,
>
> I'm trying to train the traineddata with the new tutorial for the finetune 
> training: 
> https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00#fine-tuning-for-%C2%B1-a-few-characters
>
> I execute the commands as the tutorial showing.  Executing the commands as 
> following:
>
> 1. training/tesstrain.sh --fonts_dir /usr/share/fonts --lang eng 
> --linedata_only \
>   --noextract_font_properties --langdata_dir ../langdata \
>   --tessdata_dir ./tessdata --output_dir ~/tesstutorial/trainplusminus
> 2. training/tesstrain.sh --fonts_dir /usr/share/fonts --lang eng 
> --linedata_only \
>   --noextract_font_properties --langdata_dir ../langdata \
>   --tessdata_dir ./tessdata \
>   --fontlist "Impact Condensed" --output_dir ~/tesstutorial/evalplusminus
> 3. training/combine_tessdata -e tessdata/best/eng.traineddata \
>   ~/tesstutorial/trainplusminus/eng.lstm
> 4. training/lstmtraining --model_output 
> ~/tesstutorial/trainplusminus/plusminus \
>   --continue_from ~/tesstutorial/trainplusminus/eng.lstm \
>   --traineddata ~/tesstutorial/trainplusminus/eng/eng.traineddata \
>   --old_traineddata tessdata/best/eng.traineddata \
>   --train_listfile ~/tesstutorial/trainplusminus/eng.training_files.txt \
>   --max_iterations 3600
>
>
> When I excute the 4th command, there is an error appears:
> Failed to continue from: /home/robert/tesstutorial/trainplusminus/eng.lstm
>
> I check the 'eng.lstm' file in the dir of 
> /home/robert/tesstutorial/trainplusminus,  and it exists.
>
> But why Tess4 cannot continue from the file?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/ca3fefae-3db8-45de-8429-35ac592a09b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to