VTK
|
Reads documents into memory for text analysis. More...
#include <vtkDocumentReader.h>
Reads documents into memory for text analysis.
Reads zero-to-many documents into memory, producing a vtkTable suitable for use as an input to other VTK text analysis filters.
Parameters: "Files": a collection of filesystem paths to be loaded.
Outputs: Output port 0: A vtkTable containing "document", "uri", and "content" columns.
The output "document" column will contain a zero-based integer document index; "uri" will contain the filepath to the document formatted as a file:// URI; "contents" will contain the binary contents of the document.
BTX Implementation* const Internal; ETX
Definition at line 26 of file vtkDocumentReader.h.