[ https://issues.apache.org/jira/browse/PDFBOX-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933560#comment-14933560 ]
Maruan Sahyoun edited comment on PDFBOX-2998 at 9/28/15 5:09 PM: ----------------------------------------------------------------- some more information copied over from PDFBOX-2252: Readings - http://staff.icar.cnr.it/staff/ruffolo/public_html/progetti/projects/03.PDFBox-based%20tree%20model--2/no/2002-Two%20Geometric%20Algorithms%20for%20Layout%20Analysis--breuel-das.pdf - http://www.scfbm.org/content/pdf/1751-0473-7-7.pdf and a software based on the latter article https://github.com/BMKEG/lapdftextProject - http://www.dbai.tuwien.ac.at/staff/hassan/files/p47-hassan.pdf - https://diuf.unifr.ch/main/diva/research/research-projects/xed - http://www.dfki.de/web/forschung/publikationen?pubid=2000 - http://www.worldscientific.com/doi/abs/10.1142/S0218001488000406 - http://www.dfki.de/web/forschung/publikationen/base_view?search=high+performance+layout was (Author: msahyoun): some more information copied over from PDFBOX-2252: http://staff.icar.cnr.it/staff/ruffolo/public_html/progetti/projects/03.PDFBox-based%20tree%20model--2/no/2002-Two%20Geometric%20Algorithms%20for%20Layout%20Analysis--breuel-das.pdf http://www.scfbm.org/content/pdf/1751-0473-7-7.pdf and a software based on the latter article https://github.com/BMKEG/lapdftextProject > Document layout analysis tools needed > ------------------------------------- > > Key: PDFBOX-2998 > URL: https://issues.apache.org/jira/browse/PDFBOX-2998 > Project: PDFBox > Issue Type: New Feature > Components: Text extraction > Affects Versions: 2.0.0 > Reporter: Andreas Meier > > PDFBox will need some document layout analysis tools to extract text > correctly. > At the Moment the text of a document is extracted using the position of > single characters. > This may lead to wrong results, due to the format of the file > For a good extraction, layout analysis and segmentation has to be done in a > previous step. > https://code.google.com/p/lapdftext > Would be a good solution for a layout analysis tool, unfortunately, it > heavily relies on other libraries and needs Java 1.6 to run. > The layout analysis tool should segementate the file and return a list or set > of rectangles. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org