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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of java-pdf-table-extractor-lib!