analyze static method

Future<String> analyze()

Analyzes the currently loaded document and returns the detected data.

Implementation

static Future<String> analyze() {
  return DocutainSdkPlatform.instance.analyze();
}