Skip to content

Commit

Permalink
Adjust confidence in EasyOcr
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
  • Loading branch information
cau-git committed Dec 17, 2024
1 parent bed8fc8 commit c5d1fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling/datamodel/pipeline_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5d1fbf

Please sign in to comment.