I'm looking to create an OCR model that will read numerical digits only (no other characters) from a few known specific fonts. This will read a known number of digits in a string e.g. 8 in a row. What's the best way to go about this please? I feel like it should be reasonably efficient process to give the font to a pre-existing model design? Is it possible to train on several fonts at the same time so it will read several fonts particularly to cope for example if the 4 is looped at the top or more like a fork shape, or if the 7 is crossed/not crossed.
Thank you for taking the time to look at this, I'm just starting out…