Add new --pages feature to limit OCR to only specific pages

This commit is contained in:
James R. Barlow
2019-06-12 17:27:47 -07:00
parent aba293fd80
commit 8b8de7cc1d
6 changed files with 109 additions and 7 deletions
+1
View File
@@ -188,6 +188,7 @@ def ocrmypdf( # pylint: disable=unused-argument
png_quality=None,
jbig2_lossy=None,
jbig2_page_group_size=None,
pages=None,
max_image_mpixels=None,
tesseract_config=None,
tesseract_pagesegmode=None,