'Declaration
Public Overloads Function RunOCR( _ ByVal OCRSpecialContext As OCRSpecialContext _ ) As String
public string RunOCR( OCRSpecialContext OCRSpecialContext )
public function RunOCR( OCRSpecialContext: OCRSpecialContext ): String;
public function RunOCR( OCRSpecialContext : OCRSpecialContext ) : String;
public: string* RunOCR( OCRSpecialContext OCRSpecialContext )
public: String^ RunOCR( OCRSpecialContext OCRSpecialContext )
Parameters
- OCRSpecialContext
- A member of the OCRSpecialContext specifying the special context to use. Special context can be added on demand to our team of researchers, feel free to contact us! Please check the documentation related to the OCRSpecialContext to obtain more information about a specific special context.
Return Value
A unique result identifier of the executed OCR process or an empty string in case of failure.
Please always use the GetStat method to determine if this method has been successful.