DocumentScanner class
A document scanner that allows to convert physical documents into digital formats.
Constructors
- DocumentScanner({required DocumentScannerOptions options})
- Constructor to create an instance of DocumentScanner.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Instance id.
final
- options → DocumentScannerOptions
-
The options for the document scanning.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future< void> - Closes the detector and releases its resources.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scanDocument(
) → Future< DocumentScanningResult> - Starts the document scanner UI flow.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited