Van Vu Dang

Results 5 comments of Van Vu Dang

You can check out these 2 sample pdf: [1a.pdf](https://github.com/jsvine/pdfplumber/files/11950077/1a.pdf) [2a.pdf](https://github.com/jsvine/pdfplumber/files/11950075/2a.pdf) Issue with extract_tables(): text mingling. It is very apparent in 2nd pdf. Issue with extract_words(): not recognizing space properly between...

@cmdlineluser is on point. Here are some more comparisons so it is easier to see the issue. Keeping on with the example (10 columns of 1st row of pdf sample...

I was able to extract individual characters with their coordinates with extract_text_lines(), The automatic line detection of extract_text_lines() sometimes detect incorrectly so I have to merge all characters into a...

Thank you very much for the fix. Space is now correctly detected when text of 2 columns physically overlap. However, space is not detected when text of 2 columns is...

This is correctly what I was trying to say (though it should be `next_char["x0"] > curr_char["x1"] + x_tolerance`?). If detection of clipping is not possible, **another idea is to check...