added option to add ocr

This commit is contained in:
Alexandre
2021-01-18 14:44:00 +01:00
parent 087af60a0c
commit 84ebac6623
3 changed files with 41 additions and 5 deletions

View File

@@ -28,12 +28,14 @@
"options": {
"PUID": 1001,
"PGID": 1001,
"OCR": false
"OCR": false,
"OCR-LANG": "eng"
},
"schema": {
"PUID": "int",
"PGID": "int",
"OCR": "bool?",
"OCR-LANG": "str?",
"TZ": "str?"
}
}