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