getOcrConfigs static method

  1. @Deprecated('')
Future<Result<OcrConfigsResult>> getOcrConfigs()

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();
}