On Wed, 24 Dec 2014, A.M. Sabuncu wrote:
I am following the examples at http://wiki.apache.org/tika/TikaJAXRS and using the following curl command to test text extraction from PDF files:curl -X PUT -d @GeoSPARQL.pdf http://localhost:9998/tika --header "Content-type: application/pdf"
What happens if you trycurl -T GeoSPARQL.pdf http://localhost:9998/tika --header "Content-type: application/pdf"
? THat works fine for me for a test pdf Nick
