insidegui / ocrit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Swift 100.0%