FlutterDocumentScanSdk class

Constructors

FlutterDocumentScanSdk()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

detectBuffer(Uint8List bytes, int width, int height, int stride, int format) Future<List<DocumentResult>?>
Detects documents from the given image bytes.
detectFile(String file) Future<List<DocumentResult>?>
Detects documents in the given image file.
getParameters() Future<String?>
Get the current parameters as a JSON string
getPlatformVersion() Future<String?>
init(String key) Future<int?>
Initialize the SDK
normalizeBuffer(Uint8List bytes, int width, int height, int stride, int format, dynamic points) Future<NormalizedImage?>
Normalize the image
normalizeFile(String file, dynamic points) Future<NormalizedImage?>
Normalize the image
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(String filename) Future<int?>
Save the current image to the given filename.
setParameters(String params) Future<int?>
Set parameters for the document scanner
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited