getOcrConfigs static method
Retrieves the OCR configurations available in the Scanbot SDK.
Returns a Future that completes with the OCR configurations available in the Scanbot SDK.
Implementation
@Deprecated('')
static Future<Result<OcrConfigsResult>> getOcrConfigs() {
return ScanbotSdkImpl.getOcrConfigs();
}