Class DocumentScanner
java.lang.Object
com.codename1.ai.vision.DocumentScanner
- All Implemented Interfaces:
VisionAnalyzer<DocumentScanResult>, AutoCloseable
Creates reusable document-boundary and perspective-correction analyzers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()final booleanfinal AsyncResource<DocumentScanResult> process(VisionImage image)
-
Constructor Details
-
DocumentScanner
public DocumentScanner() -
DocumentScanner
-
-
Method Details
-
isSupported
public final boolean isSupported()- Specified by:
isSupportedin interfaceVisionAnalyzer<T>
-
process
- Specified by:
processin interfaceVisionAnalyzer<T>
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceVisionAnalyzer<T>
-