IDocumentReaderPlugin class

IDocumentReaderPlugin class

Defines an interface for external reader plugins that can read a file into a document.

Methods

NameDescription
read(src, load_options, document)Reads the data from the specified stream into the Document instance.

See Also