This commit is contained in:
simon987 2023-01-25 21:30:18 -05:00
parent 5863b9cd6e
commit c625c03552

View File

@ -118,7 +118,7 @@ class ScanOptions(BaseModel):
depth: int = -1
archive: str = ARCHIVE_RECURSE
archive_passphrase: str = None
ocr_lang: bool = None
ocr_lang: str = None
ocr_images: bool = False
ocr_ebooks: bool = False
exclude: str = None