
ocr - read an image as text and output to stdout

This is just an interface to make it quick an easy to get ocr output from an image file. No matter what image you provide, imagemagick convert is called to turn it into the format for tesseract.

ocr [OPTION]... FILE...
-b blowup (useful for small images) -d debug -h help -l string language -v version
ocr ./image.jpg > ./savetext.txt ocr ./image.png ocr ./image1.jpg ./image2.jpg > ./alltext.txt ocr ./image*jpg

Leo Charre leocharre at cpan dot org

Image::OCR::Tesseract tesseract convert