Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 268 Bytes

kraken-docker

Docker container for the kraken OCR engine.

Usage

Basically, replace kraken in every call with docker run --rm -it kbai/kraken, e.g.

kraken --help -> docker run -it kbai/kraken --help