On 16/05/11 04:15, Nick Burch wrote:
On Mon, 16 May 2011, Mr Havercamp wrote:
However, when I run the tika-app jar against the document I only get
Content Length, Content-Type and resourceName, and am unable to
retrieve creator, title, description, creation date, etc.
I run tika from the command line using:
java -jar tika-app-0.9.jar /var/www/test.odt
You probably want to pass the --metadata option to the tika app to get
this info.
Nick
Thanks for the prompt reply.
java -jar tika-app-0.9.jar --metadata /var/www/test.odt
produces:
Content-Length: 10076
Content-Type: application/vnd.oasis.opendocument.text
resourceName: test.odt