GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OCR(1) User Contributed Perl Documentation OCR(1)

ocr - perform ocr on an image and output text 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 type 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

Image::OCR::Tesseract - parent package tesseract - look up google ocr project convert - from ImageMagick suite.

Copyright (c) 2010 Leo Charre. All rights reserved.

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.

2010-02-16 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.