img2table
img2table copied to clipboard
Fix: Handle missing `min_row` and `max_row` in `rel_rows`
- Added checks to ensure
min_rowandmax_roware notNonebefore slicingtb.items. - Prevents potential error when
max_rowisNoneand arithmetic is attempted.