Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 15, 2024
1 parent 6c0fef0 commit 1e6a0c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doctor/lib/ocr_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ def insert_indentation(row: pd.Series, state: dict) -> dict:
return state


def format_text_by_block(
block: pd.DataFrame, img: Image
) -> str:
def format_text_by_block(block: pd.DataFrame, img: Image) -> str:
"""Process blocks of text
Insert whitespace and validate the OCR results
Expand Down

0 comments on commit 1e6a0c1

Please sign in to comment.