mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:27 +02:00
7 lines
143 B
YAML
7 lines
143 B
YAML
tesseract:
|
|
image: vimagick/tesseract
|
|
command: tesseract input.png output -l eng --psm 3
|
|
volumes:
|
|
- ./data:/data
|
|
working_dir: /data
|