Issues with extracting tables with graphics #1046
Replies: 3 comments 2 replies
-
def process_plumber3(pdf_path): header_text = page.within_bbox(header_area, strict=False).extract_table(table_settings={"horizontal_strategy": "lines", "text_y_tolerance": 15 }) |
Beta Was this translation helpful? Give feedback.
-
Hi!! Apologies, I can't share the PDF due to confidentiality reasons. :(
|
Beta Was this translation helpful? Give feedback.
-
Hello! I'm new to programming, and I'm using the library. It's been very helpful, but I'm experiencing something. The tables I'm extracting are not very simple; they have some graphics and some things that it reads with extract_text, but not with extract_table, and I don't understand why. When I convert it to an image to see what it reads, it highlights it in red and everything. Any idea why this could be? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions