Name | Description | |
---|---|---|
![]() | Dictionary | Specifies the dictionary to be used during the optional OCR process. |
![]() | EnableKeyValuePairsExtraction | Specifies whether key value pairs extraction is enabled. |
![]() | EnableOCR | Specifies whether OCR is enabled. |
![]() | EnableOrientationDetection | Specifies whether document orientation detection is activated. |
![]() | EnableTablesExtraction | Specifies whether tables extraction is enabled. |
![]() | PageRange | Use this property before the loading step to specify a range of pages that will be subsequently processed. This allows for speeding up the loading process. |
![]() | ParagraphSeparator | This property specifies the separator to be utilized for splitting paragraphs. It takes effect solely when the PreserveParagraphs property is set to true. |
![]() | PreserveParagraphs | Specifies that the text extraction engine must preserve text paragraphs. This functionality is particularly useful to improve the accuracy of NLP engines. |
![]() | ResourcesFolder | Specifies the path to the directory containing the engine resources (mostly dictionaries). |
![]() | TimeoutMilliseconds | Specifies the timeout for any subsequent process, in milliseconds. |