Skip to content

Commit

Permalink
Bump surya
Browse files Browse the repository at this point in the history
  • Loading branch information
VikParuchuri committed Jan 24, 2025
1 parent 04498ca commit 956a718
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion marker/renderers/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def convert_table(self, el, text, convert_as_inline):
col_idx += 1

# Fill in grid
value = get_text_with_br(cell).replace("\n", " ").replace("|", " ")
value = get_text_with_br(cell).replace("\n", " ").replace("|", " ").strip()
rowspan = int(cell.get('rowspan', 1))
colspan = int(cell.get('colspan', 1))

Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tqdm = "^4.66.1"
ftfy = "^6.1.1"
texify = "^0.2.1"
rapidfuzz = "^3.8.1"
surya-ocr = "~0.9.2"
surya-ocr = "~0.9.3"
regex = "^2024.4.28"
pdftext = "~0.5.0"
markdownify = "^0.13.1"
Expand Down

0 comments on commit 956a718

Please sign in to comment.