Skip to content

An Application that performs OCR (Optical Character Recognition) on every Image in a given Directory; Writing the output to textfiles.

Notifications You must be signed in to change notification settings

DanielAlt/ocr-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Application that performs OCR (Optical Character Recognition) on every Image in a given Directory; Writing the output to textfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages