you can see
here: https://groups.google.com/g/tesseract-ocr/c/gSzwpxa1oMM/m/7Qi-fofJBwAJ
On Wednesday, 18 January, 2023 at 6:52:24 pm UTC+6 Muhammad Hamza wrote:
> 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/32b9ccc7-ea3c-4703-b825-f1054ebcd593n%40googlegroups.com.