mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-11-01 18:29:58 +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",
|
||||
"Advanced options for power users and debugging")
|
||||
advanced.add_argument(
|
||||
'--deskew-provider', choices=['imagemagick', 'leptonica'],
|
||||
default='leptonica')
|
||||
"Advanced options for power users")
|
||||
advanced.add_argument(
|
||||
'--tesseract-config', default=[], type=list, action='append',
|
||||
help="Tesseract configuration")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user