mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 20:36:13 +02:00
Bug fixes
This commit is contained in:
parent
c03c148273
commit
ca2e308d89
7 changed files with 32 additions and 14 deletions
7
scripts/test_in_docker.sh
Normal file
7
scripts/test_in_docker.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
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/
|
Loading…
Add table
Add a link
Reference in a new issue