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
- Host: GitHub
- URL: https://github.com/zuphilip/ocropus-from-searchcode
- Owner: zuphilip
- Created: 2017-05-14T17:25:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T17:30:40.000Z (about 9 years ago)
- Last Synced: 2025-04-06T14:21:24.048Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.81 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.