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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of java-pdf-table-extractor-lib!