Changeset 34173 for main


Ignore:
Timestamp:
2020-06-15T01:34:57+12:00 (4 years ago)
Author:
ak19
Message:

The more general way of launching the apache tika-app jar file. This commit before more drastic changes, which are hopefully improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/collect/modelcol/etc/collectionConfig.xml

    r34172 r34173  
    8787            <!-- Configuring an UnknownConverterPlugin for docx processing with Tika -->
    8888            <plugin name="UnknownConverterPlugin">
    89               <option name="-exec_cmd" value="java -jar $GSDLHOME/ext/tika/tika-app-1.24.1.jar --html --pretty-print --encoding=UTF-8 %%INPUT_FILE &gt; %%OUTPUT"/>
     89              <option name="-exec_cmd" value="java -jar $GSDLHOME/ext/tika/tika-app-*.jar --html --pretty-print --encoding=UTF-8 %%INPUT_FILE &gt; %%OUTPUT"/>
    9090              <option name="-convert_to" value="html"/>
    9191              <option name="-mime_type" value="application/vnd.openxmlformats-officedocument.wordprocessingml.document"/>
Note: See TracChangeset for help on using the changeset viewer.