Does it make any difference whether I run one command for all 8 fonts:

tesstrain.sh --fonts_dir Fonts --lang heb --linedata_only
--noextract_font_properties --langdata_dir ./langdata  --tessdata_dir
/usr/share/tesseract-ocr/4.00/tessdata/ --output_dir output/train
--fontlist <font1> <font2> <...> <font8>


Or 8 separate commands:

tesstrain.sh --fonts_dir Fonts --lang heb --linedata_only
--noextract_font_properties --langdata_dir ./langdata  --tessdata_dir
/usr/share/tesseract-ocr/4.00/tessdata/ --output_dir output/train
--fontlist <font1>

...

tesstrain.sh --fonts_dir Fonts --lang heb --linedata_only
--noextract_font_properties --langdata_dir ./langdata  --tessdata_dir
/usr/share/tesseract-ocr/4.00/tessdata/ --output_dir output/train
--fontlist  <font8>

?

-- 
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 tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CA%2BX_a%2BwpY49EHvXJ1%2B_k365TnTb3XoAcAPy%2Bj%2BEd%2BMeqvZbVWw%40mail.gmail.com.

Reply via email to