Merge pull request #3 from artjomsimon/master

Parse argument for --language
This commit is contained in:
Raman Gupta 2019-05-26 22:14:48 -04:00 committed by GitHub
commit 681bf005b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
scan
View File

@ -63,7 +63,7 @@ while [ $# -gt 0 ]; do
--searchable|--ocr) SEARCHABLE=1 ;;
--language) LANGUAGE=$1 ;;
--language) shift; LANGUAGE=$1 ;;
--skip-empty-pages) SKIP_EMPTY_PAGES=1 ;;