Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
braceal committed Sep 13, 2024
1 parent aa7cf20 commit 027fc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfwf/parsers/marker.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def parse_pdf(self, pdf_path: str) -> tuple[str, dict[str, str]] | None:
"""
from marker.convert import convert_single_pdf

# new output
# Convert the PDF
full_text, _, out_meta = convert_single_pdf(pdf_path, self.model_lst)

return full_text, out_meta
Expand Down

0 comments on commit 027fc14

Please sign in to comment.