GameCentric
GameCentric

Reputation: 1

Is there a way to teach tesseract for iOS a new font?

Im currently using tesseract for iOS using Nolan Brown's example. It works ok, but I need it to start picking up a new font (which I have in .tff format) which will always be numbers.

I have found questions on StackOverflow about tesseract learning fonts which all point to the google guides on how to teach Tesseract a new font using command line. But I'm already using a compiled copy of the lib from Nolan's example.

How can I teach tesseract a new font? Will I need to recompile the lib for iOS? How do I do this?

Upvotes: 0

Views: 1563

Answers (1)

rmtheis
rmtheis

Reputation: 5826

You might try training a new "traineddata" file using these instructions.

Upvotes: 5

Related Questions