New readme/misc stuff

This commit is contained in:
AuroraWright
2025-10-19 05:18:16 +02:00
parent 6f70d05bf2
commit ce1ec817b7
4 changed files with 94 additions and 59 deletions

View File

@@ -27,7 +27,7 @@ parser.add_argument('-w', '--write_to', type=str, default=argparse.SUPPRESS,
parser.add_argument('-e', '--engine', type=str, default=argparse.SUPPRESS,
help='OCR engine to use. Available: "mangaocr", "glens", "bing", "gvision", "avision", "alivetext", "azure", "winrtocr", "oneocr", "easyocr", "rapidocr", "ocrspace".')
parser.add_argument('-es', '--engine_secondary', type=str, default=argparse.SUPPRESS,
help='OCR engine to use for two-pass processing.')
help='Local OCR engine to use for two-pass screen capture processing.')
parser.add_argument('-p', '--pause_at_startup', type=str2bool, nargs='?', const=True, default=argparse.SUPPRESS,
help='Pause at startup.')
parser.add_argument('-d', '--delete_images', type=str2bool, nargs='?', const=True, default=argparse.SUPPRESS,