Handling and Exporting of Scan Result Data

 


Result Parameters

The Anyline SDK, will provide you with final and intermediate results via a ResultListener.

The result holds the detected text, the outline of the text on the frame, the confidence of the result, the image that was processed, as well as a cutout image and the full image.

Parameter

Type

Description

Result

string

The scan result

CutoutImage

AnylineImage

An image of the scan, cropped to the cutout

FullImage

AnylineImage

The full image the result was found on

Outline

List<Point>

The outline of the detected digits in the full image

Confidence

int

The confidence of the SDK in the detected result

 


Processing of Scan Result Data

After the Anyline SDK delivers the results from the scan, you can take the data and process it / present it in your app in the best way for your specific use case. 

Check out our Success Stories page to see how other customers have successfully integrated Anyline and how they process / present the scan results in their app to best suit their client’s needs. 

 


Scan Results from the Showcase App 

If you wish to export the results from your scans through the Anyline Showcase App (Appstore / Playstore), you can export a text file by following the steps below:

Android

  1. Go to “My Scans”

  2. Tap on the ‘upload’ button and then select “Export my Scans”. You will then receive a pop-up message with the location of the text file with the exported data.

Path → Internal Storage > Android > data > io.anyline.examples.store

iOS

  1. Go to “My Scans”

  2. Tap on the “Share” button and a CSV file with the scan results will be exported to the destination you choose.