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

https://github.com/kwon37xi/ocrmypdf-easyocr-cpu-docker

ocrmypdf with easyocr docker
https://github.com/kwon37xi/ocrmypdf-easyocr-cpu-docker

Last synced: 3 months ago
JSON representation

ocrmypdf with easyocr docker

Awesome Lists containing this project

README

        

dock# ocrmypdf-easyocr-cpu-docker
ocrmypdf with easyocr docker

```
git clone https://github.com/kwon37xi/ocrmypdf-easyocr-cpu-docker.git

docker build --file Dockerfile.easyocr-cpu --tag ocrmypdf-easyocr .

alias ompe='docker run --rm -i --user "$(id -u):$(id -g)" --workdir /data -v "$PWD:/data" -e HOME=/data ocrmypdf-easyocr'

ompe -l kor+eng --deskew --clean --optimize 3 --easyocr-workers --easyocr-no-gpu /data/.pdf /data/
```