Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 981 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 981 Bytes

hassio-tesseract

Docker container for a hass.io/ResinOS environment to enhance scanned pages with OCR

Build and Test locally

sudo docker build -t tesseract .
sudo docker run --name testeract --rm -i tesseract bash &
sudo docker exec -it testeract bash

sudo docker kill <container id> # See sudo docker ps to get the container id

Input and Output of Examples

sudo docker cp testeract:/testres.pdf testres.pdf

Sources and Further Information