how to select the first row and remove some lines #783
Replies: 2 comments 2 replies
-
Re. 1: The top row isn't recognized as a row because there's no line closing it off at the top. One way to handle this is by programmatically identifying where that line should be and passing it to Re. 2: Without access to the PDF itself, it's difficult to know for sure, but my initial suggestion would be to examine the |
Beta Was this translation helpful? Give feedback.
-
To get the top horizontal line, you can
For removing the extra lines
|
Beta Was this translation helpful? Give feedback.
-
I have a PDF with a table that extends numerous pages, but the first row of every page (except the first page) is not coming.
I discovered that the first row is not being picked after testing it out using visual debugging.
How to get rid of that as well.
Beta Was this translation helpful? Give feedback.
All reactions