Skip to content

Simple command-line utility for performing OCR using Apple's Vision framework

License

Notifications You must be signed in to change notification settings

insidegui/ocrit

Repository files navigation

ocrit

Runs Vision's OCR on input images and outputs corresponding txt files for each image, or writes the recognized results to standard output.

USAGE: ocrit [<image-paths> ...] [--output <output>] [--language <language> ...]

ARGUMENTS:
  <image-paths>           Path or list of paths for the images

OPTIONS:
  -o, --output <output>   Path to a directory where the txt files will be
                          written to, or - for standard output (default: -)
  -l, --language <language>
                          Language code to use for the recognition, can be
                          repeated to select multiple languages
  -h, --help              Show help information.

About

Simple command-line utility for performing OCR using Apple's Vision framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages