Skip to content

Commit

Permalink
Wops
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkinch committed Feb 13, 2024
1 parent 2ba58aa commit 17ab395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doms_databasen/text_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2838,6 +2838,7 @@ def _read_text_with_tika(pdf_path: str) -> str:
pass
return text.strip()

@staticmethod
def _get_text_from_pages(pages: dict) -> str:
"""Get text from pages.
Expand Down

0 comments on commit 17ab395

Please sign in to comment.