You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Mehmet Zahid Yüzügüldü (JIRA)" <ji...@apache.org> on 2014/01/14 08:30:51 UTC

[jira] [Commented] (NUTCH-1699) Tika Parser - Image Parse Bug

    [ https://issues.apache.org/jira/browse/NUTCH-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870479#comment-13870479 ] 

Mehmet Zahid Yüzügüldü commented on NUTCH-1699:
-----------------------------------------------

During content parse of mime type png,gif and bmp, tikaconfig class gives a Parser class derived from ImageParser. This class needs content type of current image in the metadata list. But before calling method parser.parse... inside tika parser, mime type of image didnt set yet. Thats why ImageParser didnt extract metadatas for png,gif and bmp files.
Patch had been added.

> Tika Parser - Image Parse Bug
> -----------------------------
>
>                 Key: NUTCH-1699
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1699
>             Project: Nutch
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 2.3
>            Reporter: Mehmet Zahid Yüzügüldü
>              Labels: ImageMetadataExtractor
>             Fix For: 2.3
>
>         Attachments: NUTCH_1699.patch
>
>
> TikaParser is not extract metadatas from mime type of png, gif and bmp images.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)