GdPicture.NET.14
GdPicture14 Namespace / GdPictureTextExtraction Class
Properties Methods

In This Topic
GdPictureTextExtraction Class Members
In This Topic

The following tables list the members exposed by GdPictureTextExtraction.

Public Constructors
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
Public Methods
 NameDescription
Public Method Closes the currently loaded.  
Public Method  
Public Method Returns the format the currently loaded document.  
Public Method Returns the number of extracted form fields within the extraction process. Form fields extraction is automatically performed during each extraction process.  
Public Method Returns the location of the key part of a specified form field.  
Public Method Returns the text of a specified form field.  
Public Method Returns the type of a specified form field.  
Public Method Returns the location of the value part of a specified form field.  
Public Method Returns the text of the key of a specified form field.  
Public Method Returns the detection confidence a specified key-value pair.  
Public Method Returns the number of extracted key-value pairs within the extraction process. Key-value pairs extraction is automatically performed during each extraction process.  
Public Method Returns the data type of a specified key-value pair.  
Public Method Returns whether a specific key-value pair is strong. A pair is marked as strong when a semantic relationship have been established during the detection process.  
Public Method Returns the location of the key part of a specified key-value pair.  
Public Method Returns the string representation of the key part of a specified key-value pair.  
Public Method  
Public Method Returns the location of the value part of a specified key-value pair.  
Public Method Returns the string representation of the value part of a specified key-value pair.  
Public Method This method returns the number of pages in the currently loaded document. If there is no currently loaded document it returns 0.  
Public Method Retrieves the text from a particular page of the currently loaded document.  
Public MethodReturns the status of the last executed operation with the current GdPictureTextExtraction object.  
Public Method Returns the location of a cell in a specified table.  
Public Method Returns the text content of a cell in a specified table.  
Public Method Returns the number of columns in a specified table.  
Public Method Returns the location of a column in a specified table.  
Public Method Returns the number of detected tables within the extraction process.  
Public Method Returns the location of a specified table.  
Public Method Returns the number of rows in a specified table.  
Public Method Returns the location of a row in a specified table.  
Public Method Specify whether if the cell's coordinate is located in the table's header.  
Public Method Loads a document from a file path.  
Public Method Loads a document from a distant URI.  
Public Method Loads a document from a stream object.  
Top
See Also