-
Develop a formatter to parse PDF and DOCX files, extract text and tables while handling complex layouts.
- [ ] Research methods of text extraction from PDF and DOCX.
- [ ] Implement Basic Parsing …
-
Hi team,
Thank you so much for maintaining this package!
I have a few questions though as I have not found those simple answers in the documentation.
1. Do we need to uninstall a Camelot in…
-
Hello,
Thank you so much for continuing the development of camelot! I'm glad to see that camelot continues to be maintained.
I happen to also manage a pdf extraction library, [gmft](https://git…
-
Hello,
I’m encountering an issue when extracting tables containing merged rows. Specifically, when a cell spans multiple rows, the expected behavior is to assign it a `row_span` value greater than …
-
This project uses RapidOCR for image OCR and Fitz in the PyMuPDF package for PDF OCR. To be honest, it is extremely difficult to recognize tables in some PDFs, especially in scholarly papers. Therefor…
-
While #29 was closed with updating the `codecov/codecov-action`, it appears the repo was not yet setup with a `CODECOV_TOKEN`. See https://github.com/py-pdf/pypdf_table_extraction/actions/runs/1048852…
-
Originally opened this as a discussion, but after getting into the code, it appears to be an issue that impacts the extraction of not only tables but also images with text on them.
The problem is …
-
Hi. I'm trying to get some kind of bounding box alignment between the PDF (text extraction) method below and PyMuPDF's bounding boxes.
The Img2TableImage module's bounding box is reasonably accurat…
-
```
[](https://localhost:8080/#) in extract_data_from_pdf(pdf_path)
57 # Function to extract text using the unstructured library
58 def extract_data_from_pdf(pdf_path):
---> 59 eleme…
-
Seems to have stopped working from the 2020-03-27 10am release forward