Skip to content

Commit c5d1fbf

Browse files
committed
Adjust confidence in EasyOcr
Signed-off-by: Christoph Auer <[email protected]>
1 parent bed8fc8 commit c5d1fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docling/datamodel/pipeline_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class EasyOcrOptions(OcrOptions):
139139

140140
use_gpu: Optional[bool] = None
141141

142-
confidence_threshold: float = 0.75
142+
confidence_threshold: float = 0.65
143143

144144
model_storage_directory: Optional[str] = None
145145
download_enabled: bool = True

0 commit comments

Comments
 (0)