Reputation: 1242
I need to build an OCR application that scans passports and so I have chosen tesseract for start. From what I have read there should be a .uzn file that I define, but I can't find any documentation on it. How can I create such a template for tesseract to use.
Upvotes: 2
Views: 3584
Reputation: 21
you can rather use uzn file or let tesseract do the segmentation itself. anyway checkout the folowing link if you need more informations about uzn file format : https://github.com/OpenGreekAndLatin/greek-dev/wiki/uzn-format
Upvotes: 2