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
pdfplumber recognizes my whole table perfectly. my problem is that when i have text in the left column and the text is spread out over multiple lines, and in the right column there is text on the first line, i get text that looks like this:
My newcolumntext
Word
and my output then looks like: [['my', 'newcolumntext', 'word']] instead of [['my word', 'newcolumntext']]
I've been stuck with this issue for a long time and cannot get around to solving it..
I tried the visual debugger, but i can't change the text boxes around my words. Because the left text is split up in one box 'my' and another box 'word'.
But i think it'd already solve my problen if I could just put them in one box...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
pdfplumber recognizes my whole table perfectly. my problem is that when i have text in the left column and the text is spread out over multiple lines, and in the right column there is text on the first line, i get text that looks like this:
My newcolumntext
Word
and my output then looks like: [['my', 'newcolumntext', 'word']] instead of [['my word', 'newcolumntext']]
I've been stuck with this issue for a long time and cannot get around to solving it..
I tried the visual debugger, but i can't change the text boxes around my words. Because the left text is split up in one box 'my' and another box 'word'.
But i think it'd already solve my problen if I could just put them in one box...
Beta Was this translation helpful? Give feedback.
All reactions