added imap import, improved OCR configuration

Papermerge can now be configured to use IMAP for document import.

OCR configuration has been rewritten, first language will be set as Papermerge's default OCR languge
This commit is contained in:
fkhofmann
2022-02-21 23:43:16 +01:00
parent ea9d6ffa63
commit 19a56b4f08
3 changed files with 72 additions and 14 deletions

View File

@@ -30,12 +30,15 @@
"storage_dir": "str",
"import_dir": "str",
"smbv1": "bool?",
"imaphost": "str?",
"imapusername": "str?",
"imappassword": "str?",
"CONFIG_LOCATION": "str",
"TZ": "str?"
},
"slug": "papermerge",
"upstream": "2.0.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.0.1-18",
"version": "2.0.1-19",
"webui": "http://[HOST]:[PORT:8000]"
}