|
CreateRequest_TextDetection |
Create a ISOcrRequest_TextDetection object for the default OCR service. |
|
ExecuteTextDetection |
Executes a Text Detection request. |
|
GetServiceName |
Get a Service Name. |
|
GetServicesDataTable |
Create a DataTable containing available Services for OCR. |
|
IsDefaultServiceAvailableAndConfigured |
Check to see if the default configured OCR Service is Available and Configured. |
|
IsServiceAvailableAndConfigured |
Returns a Boolean value indicating whether the specified Service is Available and Configured. |
|
ParseText |
|
|
Refresh |
Forces the OCR service to reinitialise. |
|
ReplaceCommonAlphaCharactersWithNumbers |
Replace Common Numbers with a likely Apha Character substitute, e.g., "b" to "6", "B" to "8". |
|
ReplaceCommonNumbersWithAlphaCharacters |
Replace Common Alpha Characters with a likely Number substitute, e.g., "6" to "b", "8" to "B". |