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:
Christoph Auer 2024-12-17 13:45:59 +01:00
parent 0fd50e53be
commit ec554cb4f2

View File

@ -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