Skip to content

Commit

Permalink
Remove bbox class on output
Browse files Browse the repository at this point in the history
  • Loading branch information
VikParuchuri committed Jan 8, 2025
1 parent 4b95588 commit a4ee6c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdftext/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def table_cell_text(tables: List[List[int]], page: Page, img_size: list, table_t
item["bbox"][2] - table[0],
item["bbox"][3] - table[1]
]
item["bbox"] = Bbox(bbox=item["bbox"])
table_text = sort_blocks(table_text)
table_texts.append(table_text)
return table_texts

0 comments on commit a4ee6c0

Please sign in to comment.