diff --git a/src/ocrpage.py b/src/ocrpage.py index 38786f7a..5bedcf71 100755 --- a/src/ocrpage.py +++ b/src/ocrpage.py @@ -69,7 +69,7 @@ parser.add_argument( 'skip_text', type=int, help="Skip OCR on pages that contain fonts and include the page anyway") parser.add_argument( - 'tess_cfg_files', + 'tess_cfg_files', default='', nargs='*', help="Tesseract configuration")