An open API service indexing awesome lists of open source software.

https://github.com/zuphilip/ocropus-from-searchcode

Copy of the old ocropus repository (~2012) from searchcode including ocropy, ocrorast and other subrepositories
https://github.com/zuphilip/ocropus-from-searchcode

Last synced: 11 months ago
JSON representation

Copy of the old ocropus repository (~2012) from searchcode including ocropy, ocrorast and other subrepositories

Awesome Lists containing this project

README

          

All the current OCRopus sources can be found in the ./ocropy subdirectory.
Install them with:

$ cd ocropy
$ sudo apt-get install $(cat PACKAGES)
$ python setup.py download_models
$ sudo python setup.py install
$ ./run-test

Other subdirectories contain examples for training etc.:

- fraktur-boxes: An example of training OCRopus models on the same box
files that are used for Tesseract training. This is a good way of
getting OCRopus training started.

- uw3-500: An example of running the recognizer on text lines and
training OCRopus models with unaligned data.