mirror of
https://github.com/simon987/sist2.git
synced 2025-04-04 07:52:59 +00:00
7 lines
222 B
Bash
7 lines
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/ |