overview / docs2csv

Scan a folder of document files of all types and extract the text into a CSV suitable for Overview
26 stars 6 forks source link

Run Tika headlessly #5

Closed jsvine closed 8 years ago

jsvine commented 8 years ago

Added -Djava.awt.headless=true flag to java [...] command so that, when processing lots of documents that require Tika, the "Tika CLI" application (on OSX, at least) doesn't keep popping into the foreground. Have not tested on Linux or Windows, but doesn't appear to be platform-dependent.