[
https://issues.apache.org/jira/browse/TIKA-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036394#comment-17036394
]
Hudson commented on TIKA-3026:
------------------------------
UNSTABLE: Integrated in Jenkins build tika-branch-1x #306 (See
[https://builds.apache.org/job/tika-branch-1x/306/])
TIKA-3026 -- initial capability to extract text and markup (if it (tallison:
[https://github.com/apache/tika/commit/fda98ce85c715c659d33fd40eb66aad3bed80287])
* (edit) tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDF2XHTML.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java
* (add)
tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFMarkedContent2XHTML.java
* (add)
tika-parsers/src/test/java/org/apache/tika/parser/pdf/PDFMarkedContent2XHTMLTest.java
* (edit) tika-core/src/main/java/org/apache/tika/metadata/PDF.java
* (edit) tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFParser.java
TIKA-3026 -- rm println (tallison:
[https://github.com/apache/tika/commit/98bb065ed991fec2b14374c11bfd88aa80fed60d])
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/pdf/PDFMarkedContent2XHTMLTest.java
> Consider extracting structure/tags where possible in PDFs with the
> PDFMarkedContentExtractor
> --------------------------------------------------------------------------------------------
>
> Key: TIKA-3026
> URL: https://issues.apache.org/jira/browse/TIKA-3026
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Major
>
> Some PDFs contain tags that _may_ be useful in understanding the structure of
> the elements within a PDF, e.g. table markup, paragraph breaks, headers, etc.
>
>
>
> The quality of the tags depends entirely on the software and human generating
> the PDF. There are no guarantees. Nevertheless, it might be useful in some
> cases for users to be able to extract content with structure tags.
>
> Some references:
> [https://acrobatusers.com/tutorials/what-are-pdf-tags-and-why-should-i-care/]
> [https://www.adobe.com/accessibility/products/acrobat/pdf-repair-add-tags.html]
> [https://www.pdfa.org/resource/tagged-pdf-best-practice-guide-syntax/]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)