Re: [tesseract-ocr] How to continue training with Makefile + EPOCHS

2023-12-18 Thread Ghinwa Choueiter
thanks will keep trying. G On Tuesday, December 5, 2023 at 10:41:56 PM UTC+2 Keith Smith wrote: > From one novice to another ... > > 1. Yes, that is my understanding of how to run further iterations. > > 2. Yes, EPOCHS says to iterate that many times over your set of tests. I > think I have hea

[tesseract-ocr] training for a new font from images

2023-12-18 Thread Ghinwa Choueiter
Hi there, I have collected thousands of examples for my font. Each example is one line of text. the images are png RGB. I ended up not doing any preprocessing whatsoever to the images during training. Is that ok? If it is recommended that I do pre-process, then what are the suggestions? thank