detect static method
Detect documents by FormX API
Implementation
static Future<FormXDetectDocumentsResult?> detect(String imagePath) {
return FormxSdkFlutterPlatform.instance.detect(imagePath);
}
Detect documents by FormX API
static Future<FormXDetectDocumentsResult?> detect(String imagePath) {
return FormxSdkFlutterPlatform.instance.detect(imagePath);
}