I am trying to extract the text for a bunch of documents(.pdf, .doc, etc) present in an "Input" using (in cygwin)
java -jar tika-app-1.14.jar -t -i /Inputfolder -o /Outputfolder
The causeForTermination is "COMPLETED_NORMALLY" but I can't see any files in the output folder. What am I not specifying?