https://github.com/ryanfb/docker_ocropus
Docker for OCRopus development/test environment
https://github.com/ryanfb/docker_ocropus
Last synced: 4 months ago
JSON representation
Docker for OCRopus development/test environment
- Host: GitHub
- URL: https://github.com/ryanfb/docker_ocropus
- Owner: ryanfb
- License: mit
- Created: 2015-01-12T15:37:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T15:40:44.000Z (over 11 years ago)
- Last Synced: 2023-04-11T17:41:03.756Z (about 3 years ago)
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker_ocropus
==============
A Dockerfile for building and installing [OCRopus](https://github.com/tmbdev/ocropy) in an Ubuntu image, for testing/development/experimentation.
* Test the build with `docker build .`
* Tag the build with `docker build -t ocropus .`
* Run the build with `docker run -t -i ocropus /bin/bash`