Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 923 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 923 Bytes

OCR Chain

This Application was designed to perform OCR (Optical Character Recognition) for a directory full of images and to write the results to a series of text files.

usage: OCR Chain [-h] [--threads THREADS] [--refresh REFRESH]
                 [--log-level LOG_LEVEL]
                 root

positional arguments:
  root                  Root Directory to perform OCR in

optional arguments:
  -h, --help            show this help message and exit
  --threads THREADS     Number of thread for Operation
  --refresh REFRESH     Refresh Interval
  --log-level LOG_LEVEL
                        Any number between 0 and 3

Installation

For installation instructions please see, the install document

Author

Application developed by Daniel Altenburg, requested and managed by Natalie B.

License

This application is licensed under the GNU GPL 3.0