-
page.extract_tables() How to pass parameters can directly call dedupe_chars() method? |
Beta Was this translation helpful? Give feedback.
Answered by
jsvine
Mar 18, 2021
Replies: 2 comments 1 reply
-
Hi @situchen Could you please elaborate on what you are trying to achieve with an example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @situchen. I agree with @samkit-jain — it is difficult to answer this question confidently without having more details. But I think you may be looking for this: original_page = my_pdf.pages[0]
deduped_page = original_page.dedupe_chars()
tables = deduped_page.extract_tables() |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
situchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @situchen. I agree with @samkit-jain — it is difficult to answer this question confidently without having more details. But I think you may be looking for this: