Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kj-9 committed Jan 29, 2024
1 parent 5a53b57 commit 9a41b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrvid/ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class OCRResult:


def detect_text( # noqa: PLR0913
file_or_buffer: t.Union[str, bytes],
file_or_buffer: t.Union[str, bytes],
recognition_level: str = "accurate",
orientation: t.Optional[int] = None,
languages: t.Optional[t.List[str]] = None,
Expand Down

0 comments on commit 9a41b71

Please sign in to comment.