IInitDocumentProcessorOptions Interface
Declares a document processor’s options.
Declaration
export interface IInitDocumentProcessorOptions
Remarks
Send an object, which implements the IInitDocumentProcessorOptions interface, to the createDocumentProcessor method to create a document processor with predefined settings.
Properties
cloneCurrentModel Property
Specifies whether the current document model should be cloned to a newly created document processor.
Declaration
cloneCurrentModel?: boolean
Property Value
Type | Description |
---|---|
boolean | true, to clone the current document model to the document processor; false, to create the processor with a new document. |