Hi, I am working on tesseract-ocr.. I am using tesseract ocr and importing the images and reading the images, that is working fine. But as you said the command 1. tesseract 8531_001.3B.tif 8531_001.3B_uzn -psm 4 is generating a 8531_001.3B_uzn.txt file. I am not able to getting uzn file. I need to generate a template for my image contents.
Please help me anyone as soon as possible On Tuesday, January 22, 2013 3:48:23 AM UTC+5:30, zdenop wrote: > > tesseract tries to open uzn files for defined[1] page segmentation modes > (from 4 to 10 and 0[2] or other way: it does not use them for modes that > request for automatic page segmentation). > > In attachment you can find example of image + uzn file from > isri-ocr-evaluation-tools[3]. You can test it commands: > > 1. tesseract 8531_001.3B.tif 8531_001.3B_no_uzn > 2. tesseract 8531_001.3B.tif 8531_001.3B_uzn -psm 4 > > First will not use uzn file, second one will use it. > > [1] > https://code.google.com/p/tesseract-ocr/source/browse/trunk/ccmain/pagesegmain.cpp?r=820#115 > [2] > https://code.google.com/p/tesseract-ocr/source/browse/trunk/ccmain/osdetect.cpp?r=820#209 > [3] > https://code.google.com/p/isri-ocr-evaluation-tools/downloads/detail?name=bus.3B.tar.gz&can=2&q= > > Zdenko > > > On Thu, Jan 17, 2013 at 2:45 PM, Jorge Barraza > <[email protected]<javascript:> > > wrote: > >> Hi , im ussing tesseract 3.02 and it works perfect(for recognition). >> >> I have a prototype like a matrix , and i want to recognize the mark "X" >> on the white spaces of the matrix. >> I read in this forum that i can use a "UZN" files to recognize ZONES of >> the images but i don't know how to make this files. >> >> Can u help me please? >> >> Thanks. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "tesseract-ocr" group. >> To post to this group, send email to [email protected]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/tesseract-ocr?hl=en >> > > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/5dec4b4b-b3a6-4458-bb87-d7dd750a75f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

