Skip to content

Commit

Permalink
lower threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Jun 12, 2024
1 parent f8b002c commit e9946de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctr/models/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def estimate_orientation(
general_page_orientation: Optional[Tuple[int, float]] = None,
n_ct: int = 70,
ratio_threshold_for_lines: float = 3,
min_confidence: float = 0.5,
min_confidence: float = 0.2,
lower_area: int = 100,
) -> int:
"""Estimate the angle of the general document orientation based on the
Expand Down

0 comments on commit e9946de

Please sign in to comment.