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

In This Topic
GdPictureTextExtraction Class Methods
In This Topic

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

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