Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
src/table.py: removed variable setting that has no effect.
  • Loading branch information
julian-smith-artifex-com committed Jun 26, 2025
commit 2ea78c1d25cedd048521ab4d18268ef54c0faba6
1 change: 0 additions & 1 deletion src/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def extract_cells(textpage, cell, markdown=False):
or block_bbox[3] < cell[1]
):
continue # skip block outside cell
line_count = len(block["lines"])
for line in block["lines"]:
lbbox = line["bbox"]
if (
Expand Down