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
- Host: GitHub
- URL: https://github.com/kwon37xi/ocrmypdf-easyocr-cpu-docker
- Owner: kwon37xi
- Created: 2024-02-04T23:38:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T16:52:51.000Z (over 1 year ago)
- Last Synced: 2024-02-06T00:36:34.888Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitdocker 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/
```