Changeset 32025 for gs3-extensions


Ignore:
Timestamp:
2017-10-05T20:10:25+13:00 (7 years ago)
Author:
ak19
Message:

Correcting icecite classpath (removing extraneous).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/gs-icecite/GS-Icecite-README

    r32024 r32025  
    129129Therefore, to convert PDF docs to text now that we have the bouncycastle jar files, we now run icecite's PDF-CLI as in the following example:
    130130
    131     java -classpath '.:/home/greenstone/icecite/gs-installed-jars/*:/home/greenstone/icecite/pdf-cli/target/pdf-cli-0.0.1-SNAPSHOT-jar-with-dependencies.jar' cli.PdfParserCommandLine --format txt --feature words ~/Desktop/24.pdf ~/Desktop/24converted.txt
     131    java -classpath ':/home/greenstone/icecite/gs-installed-jars/*:/home/greenstone/icecite/pdf-cli/target/pdf-cli-0.0.1-SNAPSHOT-jar-with-dependencies.jar' cli.PdfParserCommandLine --format txt --feature words ~/Desktop/24.pdf ~/Desktop/24converted.txt
    132132
    133133
Note: See TracChangeset for help on using the changeset viewer.