DocutainSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DocutainSdkPlatform
Implementers

Constructors

DocutainSdkPlatform()
Constructs a DocutainSdkPlatform.

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

analyze() Future<String>
getImageBytes(int page, PageSourceType pageSourceType) Future<Uint8List?>
getLastError() Future<String>
getText(int pageNumber) Future<String>
getTraceFile() Future<File?>
initSDK(String licenseKey) Future<bool>
loadFile(String path, String? password, bool useDataReader) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageCount() Future<int>
scanDocument(DocumentScannerConfiguration scanConfig) Future<bool>
setAnalyzeConfiguration(AnalyzeConfiguration analyzeConfiguration) Future<bool>
setLogLevel(Level level) Future
toString() String
A string representation of this object.
inherited
writeImage(int page, String path, String fileName) Future<File?>
writePDF(String path, String fileName, bool overwrite, PDFPageFormat pdfPageFormat) Future<File?>

Operators

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

Static Properties

instance DocutainSdkPlatform
The default instance of DocutainSdkPlatform to use.
getter/setter pair