mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
Fix #328
This commit is contained in:
parent
5863b9cd6e
commit
c625c03552
@ -118,7 +118,7 @@ class ScanOptions(BaseModel):
|
|||||||
depth: int = -1
|
depth: int = -1
|
||||||
archive: str = ARCHIVE_RECURSE
|
archive: str = ARCHIVE_RECURSE
|
||||||
archive_passphrase: str = None
|
archive_passphrase: str = None
|
||||||
ocr_lang: bool = None
|
ocr_lang: str = None
|
||||||
ocr_images: bool = False
|
ocr_images: bool = False
|
||||||
ocr_ebooks: bool = False
|
ocr_ebooks: bool = False
|
||||||
exclude: str = None
|
exclude: str = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user