[
https://issues.apache.org/jira/browse/TIKA-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928471#comment-15928471
]
ASF GitHub Bot commented on TIKA-2303:
--------------------------------------
GitHub user ppalazon opened a pull request:
https://github.com/apache/tika/pull/157
Fix for TIKA-2303 contributed by ppalazon.
Added a new option parameter on PDFParserConfig for
extract bookmarks from a PDF. Its name is extractBookmarksText.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ppalazon/tika TIKA-2303
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tika/pull/157.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #157
----
commit e9ff4c023ba3f0ad913ac32af04cddde25bb914c
Author: Pablo Palazón <[email protected]>
Date: 2017-03-16T17:23:34Z
Fix for TIKA-2303 contributed by ppalazon
----
> PDFParser with optional bookmarks text extraction
> -------------------------------------------------
>
> Key: TIKA-2303
> URL: https://issues.apache.org/jira/browse/TIKA-2303
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Affects Versions: 1.14
> Reporter: Pablo Palazon
> Labels: option, parser, pdf
> Original Estimate: 10m
> Remaining Estimate: 10m
>
> I would like to parse an PDF without extract its bookmarks and outlines.
> I was thinking about create a new PDFParser parameter in PDFParserConfig with
> a option such as 'ExtractBookmarks'. And check it out on 'AbstractPDF2XHTML'
> I can do it, and I would like to present you a patch with this change.
> Thanks in advance.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)