Re: [tesseract-ocr] Re: any chance to get this .tiff converted to text?

2014-10-31 Thread Quan Nguyen
The command syntax are: java -jar vietocr.jar -? vietocr -? The command-line mode does not support rescaling of images though. Use ImageMagick's *convert* command to rescale or resize. http://www.imagemagick.org/Usage/resize/ On Friday, October 31, 2014 2:42:43 AM UTC-5, boris wrote: > > OMG

Re: [tesseract-ocr] Passing glyph vector data directly to tesseract

2014-10-31 Thread Ryan Dev
Here is an example of glyphs from one font. The upper case i is ocr'd as lower case L, and the lower case L was ocr'd as vertical bar '|' In an earlier post [1] it was rec

Re: [tesseract-ocr] Strange regocnition

2014-10-31 Thread Gennady Goncharov
Thank you very much for answer! But as I say, VietOCR doesn't make workable files for me and I don't know why. Even if I use "vie" language made by that program without any changes, I got an error "Attempted to read or write protected memory" on the line if (processor.Init(@".\tessdata\\", "vie

Re: [tesseract-ocr] Strange regocnition

2014-10-31 Thread ShreeDevi Kumar
change image to 300 dpi try vietocr - in screenshot mode - try with the vietnamese traineddata with commandline tesseract use 'digits' config file as parameter "recognizing only numbers is actually answered on the tesseract FAQ

AW: [tesseract-ocr] Re: any chance to get this .tiff converted to text?

2014-10-31 Thread Boris Riter
OMG it works Thank you so much! I have one last question. I would need the command line sysntax for this TGIF, Boris Von: tesseract-ocr@googlegroups.com [mailto:tesseract-ocr@googlegroups.com] Im Auftrag von ShreeDevi Kumar Gesendet: Freitag, 31. Oktober 2014 08:21 An: t

Re: [tesseract-ocr] Re: any chance to get this .tiff converted to text?

2014-10-31 Thread ShreeDevi Kumar
In VietOCR's image menu, check 'screenshot mode' Use the filters submenu to experiment with other settings to improve your image. Look under properties for the dpi, convert your input images to 300dpi as they are currently low res (72dpi or so). experiment :-) ShreeDevi