Method ExtractText
ExtractText(IClient, TextArgs)
Extracts text from the loaded document.
Declaration
public static Task<Text> ExtractText(this IClient client, TextArgs textArgs)
Parameters
Type | Name | Description |
---|---|---|
IClient | client | |
TextArgs | textArgs | Allows to tweak the text extraction. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Text> | A text value with true Invalid flag in case of error. |
Remarks
Depends on PDF service v5.3.0 or higher.
ExtractText(IClient)
Extracts text from the loaded document.
Declaration
public static Task<Text> ExtractText(this IClient client)
Parameters
Type | Name | Description |
---|---|---|
IClient | client |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Text> | A text value with true Invalid flag in case of error. |