mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
Adjust confidence in EasyOcr
Signed-off-by: Christoph Auer <cau@zurich.ibm.com> Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
0fd50e53be
commit
ec554cb4f2
@ -139,7 +139,7 @@ class EasyOcrOptions(OcrOptions):
|
||||
|
||||
use_gpu: Optional[bool] = None
|
||||
|
||||
confidence_threshold: float = 0.75
|
||||
confidence_threshold: float = 0.65
|
||||
|
||||
model_storage_directory: Optional[str] = None
|
||||
download_enabled: bool = True
|
||||
|
Loading…
Reference in New Issue
Block a user