Skip to content

Commit

Permalink
Fixed the problem that the clip parameter does not take effect during…
Browse files Browse the repository at this point in the history
… table recognition
  • Loading branch information
alexguo authored and JorjMcKie committed Sep 30, 2023
1 parent 26d65c9 commit 271951e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fitz/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,6 @@ def make_edges(page, clip=None, tset=None):
clip = Rect(clip)
else:
clip = page.rect
clip = page.rect

def make_line(p, p1, p2, clip):
x0 = min(p1.x, p2.x)
Expand Down

0 comments on commit 271951e

Please sign in to comment.