mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 04:15:55 +02:00
7 lines
No EOL
222 B
Bash
7 lines
No EOL
222 B
Bash
docker build . -t tmp
|
|
|
|
docker run --rm -it\
|
|
-v $(pwd):/host \
|
|
tmp \
|
|
scan --ocr-lang eng --ocr-ebooks -t6 --incremental --very-verbose \
|
|
-o /host/docker.sist2 /host/third-party/libscan/libscan-test-files/test_files/ |