You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2010/07/22 18:30:50 UTC

[jira] Created: (TIKA-470) Tika App command line option to list the registered parsers and their supported mime types

Tika App command line option to list the registered parsers and their supported mime types
------------------------------------------------------------------------------------------

                 Key: TIKA-470
                 URL: https://issues.apache.org/jira/browse/TIKA-470
             Project: Tika
          Issue Type: New Feature
          Components: cli
    Affects Versions: 0.8
            Reporter: Nick Burch
            Assignee: Nick Burch
            Priority: Minor


I was demoing the tika app to some people today, and one of them asked which parsers it supported, and how they can easily check that into the future following upgrades

With this in mind, I'm planning to add two new options to the command line interface of tika app. The simpler one will be to list the parsers that will be used in processing your documents. The longer one will be to list the parsers, and for each parser which mime types it supports

I'm thinking of options of:
  --list-parsers = list the parsers
  --list-parser-details = list the parsers and their mime types

If anyone has any suggestions on option names, or anything similar that should be added at the same time, do please comment :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TIKA-470) Tika App command line option to list the registered parsers and their supported mime types

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch resolved TIKA-470.
-----------------------------

    Fix Version/s: 0.8
       Resolution: Fixed

Support added in r979258.

> Tika App command line option to list the registered parsers and their supported mime types
> ------------------------------------------------------------------------------------------
>
>                 Key: TIKA-470
>                 URL: https://issues.apache.org/jira/browse/TIKA-470
>             Project: Tika
>          Issue Type: New Feature
>          Components: cli
>    Affects Versions: 0.8
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>            Priority: Minor
>             Fix For: 0.8
>
>
> I was demoing the tika app to some people today, and one of them asked which parsers it supported, and how they can easily check that into the future following upgrades
> With this in mind, I'm planning to add two new options to the command line interface of tika app. The simpler one will be to list the parsers that will be used in processing your documents. The longer one will be to list the parsers, and for each parser which mime types it supports
> I'm thinking of options of:
>   --list-parsers = list the parsers
>   --list-parser-details = list the parsers and their mime types
> If anyone has any suggestions on option names, or anything similar that should be added at the same time, do please comment :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TIKA-470) Tika App command line option to list the registered parsers and their supported mime types

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891310#action_12891310 ] 

Chris A. Mattmann commented on TIKA-470:
----------------------------------------

+1, great feature, Nick. I like the option names. A bit longer than the existing options, but they are more informative/verbose which is good IMO.

> Tika App command line option to list the registered parsers and their supported mime types
> ------------------------------------------------------------------------------------------
>
>                 Key: TIKA-470
>                 URL: https://issues.apache.org/jira/browse/TIKA-470
>             Project: Tika
>          Issue Type: New Feature
>          Components: cli
>    Affects Versions: 0.8
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>            Priority: Minor
>
> I was demoing the tika app to some people today, and one of them asked which parsers it supported, and how they can easily check that into the future following upgrades
> With this in mind, I'm planning to add two new options to the command line interface of tika app. The simpler one will be to list the parsers that will be used in processing your documents. The longer one will be to list the parsers, and for each parser which mime types it supports
> I'm thinking of options of:
>   --list-parsers = list the parsers
>   --list-parser-details = list the parsers and their mime types
> If anyone has any suggestions on option names, or anything similar that should be added at the same time, do please comment :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.