mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-11-09 22:37:20 +00:00
For now, unpaper is the only deskew provider
This commit is contained in:
parent
16177d0a52
commit
151eb05377
@ -109,10 +109,7 @@ parser.add_argument(
|
|||||||
|
|
||||||
advanced = parser.add_argument_group(
|
advanced = parser.add_argument_group(
|
||||||
"Advanced",
|
"Advanced",
|
||||||
"Advanced options for power users and debugging")
|
"Advanced options for power users")
|
||||||
advanced.add_argument(
|
|
||||||
'--deskew-provider', choices=['imagemagick', 'leptonica'],
|
|
||||||
default='leptonica')
|
|
||||||
advanced.add_argument(
|
advanced.add_argument(
|
||||||
'--tesseract-config', default=[], type=list, action='append',
|
'--tesseract-config', default=[], type=list, action='append',
|
||||||
help="Tesseract configuration")
|
help="Tesseract configuration")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user