The command line application is an example of usage of the Java library.
The library is based on pdfbox library and works by looking for the layout of each selected pdf page, and looking for table structure patterns.
After calling the library (passing the pdf filename, and the page range), the result is a List<PdfTextElement>.
PdfTextElement is an interface that has two implementations.
* A basic text (outside the tables)
* And PdfTextTabulaElement, for table structures.
That implementation allows reading table dimensions and the text of each cell of the table.
It is only a beta version.
If it does not work with the tables of your Pdf, you can write a ticket
Features
- pdf table extraction
- pdf layout extraction
- pdfbox
Categories
LibrariesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow java-pdf-table-extractor-lib
Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of java-pdf-table-extractor-lib!