GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureTextExtraction Class

In This Topic
GdPictureTextExtraction Class Properties
In This Topic

For a list of all members of this type, see GdPictureTextExtraction members.

Public Properties
 NameDescription
Public Property Specifies the dictionary to be used during the optional OCR process.  
Public Property Specifies whether key value pairs extraction is enabled.  
Public Property Specifies whether OCR is enabled.  
Public Property Specifies whether document orientation detection is activated.  
Public Property Specifies whether tables extraction is enabled.  
Public Property 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.  
Public Property This property specifies the separator to be utilized for splitting paragraphs. It takes effect solely when the PreserveParagraphs property is set to true.  
Public Property Specifies that the text extraction engine must preserve text paragraphs. This functionality is particularly useful to improve the accuracy of NLP engines.  
Public PropertySpecifies the path to the directory containing the engine resources (mostly dictionaries).  
Public PropertySpecifies the timeout for any subsequent process, in milliseconds. The default value is -1, which means there is no timeout.  
Top
See Also