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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of java-pdf-table-extractor-lib!