I was training tesseract to add an unusual font and some additional characters. However after finetuning on it, it has been hallucinating on default fonts. Is there a way to preserve the accuracy of the previous fonts and just include this one new font and the new characters?
When i trained with the new font and added characters, the finetuned model does good with these symbols and font both.
When i tried inferencing with combining these two traineddata file "eng_new+eng" or "eng+eng_new" they give poor results , the new added characters are mostly inferred wrong.
Is there a way to merge these models somehow?