Provisionally add filters

This commit is contained in:
James R. Barlow
2019-05-25 16:23:39 -07:00
parent ed236e0c27
commit 24855045e1
3 changed files with 13 additions and 0 deletions
+4
View File
@@ -466,6 +466,10 @@ advanced.add_argument(
help="Specify the location of the Tesseract user patterns file.",
)
filters = parser.add_argument_group("Filters", argparse.SUPPRESS)
filters.add_argument('--filter-ocr-image', help=argparse.SUPPRESS)
debugging = parser.add_argument_group(
"Debugging", "Arguments to help with troubleshooting and debugging"
)