feature: Optional OCR-Assisted Draft Pre-Fill
This commit is contained in:
@@ -76,5 +76,19 @@
|
||||
"PublisherName": "VigilCare Records",
|
||||
"PublisherUrl": "https://vigilcare.local",
|
||||
"ServerVersion": "1.0.0"
|
||||
},
|
||||
"Ocr": {
|
||||
"Enabled": false,
|
||||
"Provider": "azure",
|
||||
"ConfidenceThreshold": 0.7,
|
||||
"PollIntervalSeconds": 15,
|
||||
"Azure": {
|
||||
"Endpoint": "",
|
||||
"ApiKey": ""
|
||||
},
|
||||
"Tesseract": {
|
||||
"DataPath": "/usr/share/tessdata",
|
||||
"Language": "eng"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user