img2table icon indicating copy to clipboard operation
img2table copied to clipboard

Fix: Handle missing `min_row` and `max_row` in `rel_rows`

Open Unay-Shah opened this issue 1 year ago • 0 comments

  • Added checks to ensure min_row and max_row are not None before slicing tb.items.
  • Prevents potential error when max_row is None and arithmetic is attempted.

Unay-Shah avatar Nov 25 '24 23:11 Unay-Shah