Hi, friends As I know, Parser extracts metadata and file content.
parse(stream, contentHandler, metadata, parseContext); But full content extraction is redundant if I want extract only metadata. How can I do this with Tika?
Hi, friends As I know, Parser extracts metadata and file content.
parse(stream, contentHandler, metadata, parseContext); But full content extraction is redundant if I want extract only metadata. How can I do this with Tika?