Is it possible to extract text from url from tika. Any links will be appreciated. Or TIKA is use only for pdf,word and any other media documents??
|
feedback
|
|
This is from lucid
Instead of creating creating PDFPaser you can use Tika's AutoDetectParser to automatically process diff types of files
| |||
|
feedback
|
|
Check the documentation - yes you can. Example
will show you the text on this page. | |||||||||
feedback
|
|
to extract content from URL not from local file use this code:
| |||||
feedback
|
|
Yes, you can do that. Here is the code. This code uses apache http client
| |||
|
feedback
|