extractDocument method

Future<Map<String, dynamic>?> extractDocument(
  1. Uint8List imageBytes
)

Extract document information from image bytes

Implementation

Future<Map<String, dynamic>?> extractDocument(Uint8List imageBytes) {
  throw UnimplementedError('extractDocument() has not been implemented.');
}