SeparateProcessOptions

SeparateProcessOptions class

Provides options for extracting data from documents in a separate process.

public class SeparateProcessOptions

Properties

Name Description
AssemblyPath { get; set; } Gets or sets the path to the separate process assembly.
ExtractInSeparateProcess { get; set; } Gets or sets a value indicating whether a separate process is used to extract data from documents. The default value is false. When this option is enabled, data extraction is performed in a separate process in only one thread. The specified number of threads is ignored when extracting in a separate process.
Timeout { get; set; } Gets or sets the maximum time to wait for the result of data extraction in a separate process. The default value is 10 minutes.

See Also