I want to finetune the ell.traineddata with multiple fonts at once can
anyone tell me the flow of this scenario.
subprocess.run([
'text2image',
'--font=OCRA Medium',
f'--text={line_training_text}',
f'--outputbase={output_directory}/{file_base_name}',
'--max_pages=1',
'--strip_unrenderable_words',
'--leading=32',
'--xsize=3600',
'--ysize=480',
'--char_spacing=1.0',
'--exposure=0',
'--unicharset_file=langdata/bos.unicharset'
])
above in -font only one is mention can anyone tell me how i can train with
multiple fonts at once
thanks
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tesseract-ocr/a7910e51-1a7c-43b7-82d0-0a949ed8fff2n%40googlegroups.com.