OpenDiscoverSDK.Platform.Archive Namespace

Open Discover® Platform output file format helper classes.

While executing document processing tasks, DocumentTaskEngine instances write temporary output storage file formats such as the document data archive (.dda) format for storing document extracted data. This namespace provides classes that deserialize the data content stored in these various formats.

By using the various classes in the Platform.Archive namespace, extracted content stored in these archive formats (.dda;.tda;.ada) can be rapidly indexed for full-text search or exported to a document store such as SQL or one of the various document database technologies.

Open Discover® .NET Platform System Requirements:

  • Minimum supported client – Windows 7 [desktop apps | UWP apps]
  • Minimum supported server – Windows Server 2008 R2[desktop apps | UWP apps]

Classes

AttachmentDataArchiveCreator Helper class to create attachment data archive(s) (.ada).
DDARecordReader Reads document records sequentially from an existing document data archive (.dda).
DocumentDataArchiveCreator Creates a new document data archive (.dda) file.
DocumentDataArchiveReader Reads all document records from an existing document data archive (.dda) into memory.
TextDataArchiveCreator Helper class to create text data archive(s) (.tda).

Enumerations

DocumentDataArchiveReaderMode Enumeration that determines how/what an instance of DocumentDataArchiveReader reads an existing document data archive (.dda) file.