[
https://issues.apache.org/jira/browse/PDFBOX-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hewson updated PDFBOX-2286:
--------------------------------
Affects Version/s: (was: 2.0.0)
1.8.6
> [PATCH] Extract tables
> ----------------------
>
> Key: PDFBOX-2286
> URL: https://issues.apache.org/jira/browse/PDFBOX-2286
> Project: PDFBox
> Issue Type: New Feature
> Components: Text extraction, Utilities
> Affects Versions: 1.8.6
> Environment: Java
> Reporter: Frank van der Hulst
> Priority: Minor
> Labels: features, newbie, patch
> Fix For: 1.8.6
>
> Attachments: NZANR_Part_71_Danger_Areas_(D).pdf, PDFExample.java,
> PDFTable.java, PDFTableStripper.java
>
>
> This is by no means a complete solution to extracting data tables from PDF
> files. However, it is a step in the right direction. Perhaps. Further work is
> needed to automatically detect the table layout.
> This consists of 2 classes... a PDFTable class to describe table layouts, and
> a PDFTableStripper class to extract tables and return them as an array of
> tables, each table being a list of rows, each row being an array of Strings,
> each String being one cell.
--
This message was sent by Atlassian JIRA
(v6.2#6252)