TellMeFirst / tellmefirst

TellMeFirst is a tool for classifying and enriching textual documents via Linked Open Data.
http://tellmefirst.polito.it/
Other
24 stars 14 forks source link

TMF APIs #25

Closed marinadamato closed 5 years ago

marinadamato commented 5 years ago

In the first example of the use of classify service for extracting topics from a PDF file, the last "-F" option, at the end of the command, is a redundancy that makes the command unable to work correctly.

So the correct version of the command is:

curl -F file=@/home/tellmefirst/files/2011-iscc-paper.pdf -F fileName="2011-iscc-paper.pdf" -F numTopics=7 -F lang=english http://tellmefirst.polito.it:2222/rest/classify

giuseppefutia commented 5 years ago

Documentation updated