detectBuffer method
Document edge detection. Returns a List of DocumentResult.
Implementation
@override
Future<List<DocumentResult>> detectBuffer(
Uint8List bytes, int width, int height, int stride, int format) async {
return _ddnManager.detectBuffer(bytes, width, height, stride, format);
}