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

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

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`