You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that there could be a table or not on the last page, it depends on the day. So, always ignoring the last page is not an option. Nonetheless, a conditional analysis before a division with zero (len(textlines)), and page skipping, would solve that.
Hello,
There is a daily pdf report whose last page has no tables, but whose total number of pages vary each day.
I cannot extract 'all' when there is a page with no table:
_
_
And cannot index the reading pages from first to second to last, as I cannot know beforehand the total number of pages.
Can you help me out?
The text was updated successfully, but these errors were encountered: