Skip to content

Commit

Permalink
doctr for ocr engine
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck authored Sep 20, 2023
1 parent 1dd4b20 commit 7be224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main(self):
dc_page = {
"page_number": page_idx,
"text": text,
"ocr": "docTR",
"ocr": "doctr",
"positions": [],
}
print(f"Page {page_idx}:")
Expand Down

0 comments on commit 7be224e

Please sign in to comment.