PyMuPDF-Utilities
PyMuPDF-Utilities copied to clipboard
join_tables.ipynb - fix: correct logic check for empty tables
fix: correct logic check for empty tables
Changed if len(tabs.tables) == [] to if tabs.tables == [] to fix incorrect comparison between length and empty list