Preserve blank lines within text in cell #452
gnaneshwar441
started this conversation in
Ask for help with specific PDFs
Replies: 1 comment
-
Hi @gnaneshwar441 Appreciate your interest in the library. A newline is added when the difference between the
and not
If you could share the PDF with any sensitive information redacted, then I can have a look and see if there is a workaround that might be of help to you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In the example below there are 6 lines (including blank) within a cell in a table
After I ran extract_tables() I'm getting all the lines as expected except for the blank line
Output:
I was expecting:
so that when i split the text within a cell by '\n' I must get
['Line1','Line2','Line3','Line4','','Line5']
What table settings must I apply to preserve blank lines within a cell?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions