recognizeBuffer method

Future<List<List<OcrLine>>?> recognizeBuffer(
  1. Uint8List bytes,
  2. int width,
  3. int height,
  4. int stride,
  5. int format,
  6. int rotation,
)

Implementation

Future<List<List<OcrLine>>?> recognizeBuffer(Uint8List bytes, int width,
    int height, int stride, int format, int rotation) {
  throw UnimplementedError('recognizeBuffer() has not been implemented.');
}