Skip to content

Document annotator for intelligent ERP systems

Logo

Smartscan is an is a cutting-edge data extraction tool (using OCR technology) for unstructured documents, such as invoices and receipts. The Smartscan API extracts, enriches and categorizes information details within seconds, and the output consists of a JSON document. Explore the use cases on our website.

Free Demo

Try our demo for free! Experience the power of the Smartscan API firsthand.

Upload your document and get the scan results within seconds using our demo application.

Getting started

Access to the API

  1. Demo Access Token

    For development purposes, you can use the demo access token demo, like in the example below, for access to staging. Use the staging endpoints indicated in the endpoints section. Please note that this token is rate-limited and should only be used for testing.

  2. Staging Access Token (Recommended)

    For more extensive testing and integration purposes, we recommend generating a staging access token through our Staging portal. Follow the steps in the Quick Start Guide for generating a staging and production access token. Refer to the Authentication for more information on the server-to-server token method.

Example request


POST v1/document:annotate

https://api.stag.ssn.visma.ai/v1/document:annotate

Authorization - Bearer Token

Token: demo


Body - raw (json)

Body
{
    "document": {
        "source": {
            "httpUri": "http://classy.dk/ftest0716/IMG_20160720_111137.jpg"
        }
    },
    "features": [
        {
            "type": "DEFAULT"
        }
    ],
    "tier": "PREMIUM"
}


The response includes: - Feedback ID: A unique identifier for each document. Read more in our feedback loop section. - Page reference: Serves to backtrack what information was extracted and which page it was from. Read more here. - Answers: The features that were requested and its corresponding answer. Note that the answer might not be there, if Smartscan determines that the information is not present on the document. This is shown in the example below. - Bounding boxes: Represent the coordinates of the rectangular border that encloses a suggested field on the image of the document. Read more here. - Confidence Level: Smartscan provides predictions accompanied by a confidence level, indicating the model's output quality. Read more here.

Example response


Body - raw (json)

Body
{
    "feedbackId": "df7d8a8e-3332-40c1-bb97-aa981bcd0c4f",
    "answers": [
        {"orderDate":[{"value":"2015-07-09","text":"09-07-2015","confidence":{"level":"VERY_HIGH"},"boundingBox":{"vertices":[{"x":1730,"y":732},{"x":1878,"y":732},{"x":1878,"y":762},{"x":1730,"y":762}],"normalizedVertices":[{"x":0.711348712,"y":0.22276324},{"x":0.772203922,"y":0.22276324},{"x":0.772203922,"y":0.231892884},{"x":0.711348712,"y":0.231892884}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"paymentDueDate":[{"value":"2015-07-17","text":"17-07-2015","confidence":{"level":"HIGH"},"boundingBox":{"vertices":[{"x":812,"y":2900},{"x":996,"y":2900},{"x":996,"y":2952},{"x":812,"y":2952}],"normalizedVertices":[{"x":0.333881587,"y":0.882531941},{"x":0.409539461,"y":0.882531941},{"x":0.409539461,"y":0.898356676},{"x":0.333881587,"y":0.898356676}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"currency":[{"value":"DKK","confidence":{"level":"VERY_HIGH"},"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"totalVat":[{"value":"585.45","text":"585,45","confidence":{"level":"VERY_HIGH"},"boundingBox":{"vertices":[{"x":2092,"y":2650},{"x":2214,"y":2650},{"x":2214,"y":2686},{"x":2092,"y":2686}],"normalizedVertices":[{"x":0.860197365,"y":0.806451619},{"x":0.910361826,"y":0.806451619},{"x":0.910361826,"y":0.817407191},{"x":0.860197365,"y":0.817407191}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"totalInclVat":[{"value":"2927.24","text":"2.927,24","confidence":{"level":"VERY_HIGH"},"boundingBox":{"vertices":[{"x":2066,"y":2734},{"x":2222,"y":2734},{"x":2222,"y":2770},{"x":2066,"y":2770}],"normalizedVertices":[{"x":0.849506557,"y":0.83201462},{"x":0.913651288,"y":0.83201462},{"x":0.913651288,"y":0.842970192},{"x":0.849506557,"y":0.842970192}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"totalExclVat":[{"value":"2341.79","text":"2.341,79)","confidence":{"level":"VERY_HIGH"},"boundingBox":{"vertices":[{"x":804,"y":2578},{"x":952,"y":2578},{"x":952,"y":2618},{"x":804,"y":2618}],"normalizedVertices":[{"x":0.330592096,"y":0.784540474},{"x":0.391447365,"y":0.784540474},{"x":0.391447365,"y":0.796713352},{"x":0.330592096,"y":0.796713352}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"supplierCorporateId":[{"value":"30901347","text":"30 90 13 47","confidence":{"level":"HIGH"},"boundingBox":{"vertices":[{"x":1762,"y":490},{"x":1962,"y":490},{"x":1962,"y":526},{"x":1762,"y":526}],"normalizedVertices":[{"x":0.724506557,"y":0.14911747},{"x":0.806743443,"y":0.14911747},{"x":0.806743443,"y":0.160073042},{"x":0.724506557,"y":0.160073042}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"supplierCountryCode":[{"value":"DK","confidence":{"level":"VERY_HIGH"},"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"documentType":[{"value":"Invoice","confidence":{"level":"VERY_HIGH"},"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"paymentMethod":[{"value":"BankTransfer","confidence":{"level":"VERY_HIGH"},"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"invoiceNumber":[{"value":"1925","text":"1925","confidence":{"level":"VERY_HIGH"},"boundingBox":{"vertices":[{"x":1732,"y":694},{"x":1796,"y":694},{"x":1796,"y":720},{"x":1732,"y":720}],"normalizedVertices":[{"x":0.712171078,"y":0.21119903},{"x":0.738486826,"y":0.21119903},{"x":0.738486826,"y":0.219111383},{"x":0.712171078,"y":0.219111383}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"feedbackId":"cff4fb8e-6d3b-404e-8df6-cf440562f266","documentNumber":[{"value":"1925","text":"1925","confidence":{"level":"VERY_HIGH"},"boundingBox":{"vertices":[{"x":1732,"y":694},{"x":1796,"y":694},{"x":1796,"y":720},{"x":1732,"y":720}],"normalizedVertices":[{"x":0.712171078,"y":0.21119903},{"x":0.738486826,"y":0.21119903},{"x":0.738486826,"y":0.219111383},{"x":0.712171078,"y":0.219111383}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}],"documentDate":[{"value":"2015-07-09","text":"09-07-2015","confidence":{"level":"VERY_HIGH"},"boundingBox":{"vertices":[{"x":1730,"y":732},{"x":1878,"y":732},{"x":1878,"y":762},{"x":1730,"y":762}],"normalizedVertices":[{"x":0.711348712,"y":0.22276324},{"x":0.772203922,"y":0.22276324},{"x":0.772203922,"y":0.231892884},{"x":0.711348712,"y":0.231892884}]},"pageRef":1,"modelMetadata":{"modelName":"layoutlm-r3","modelVer":"1"}}]}
}


Model Versions

Smartscan is available in two flavors:

  • STANDARD is the legacy version of Smartscan, available since 2019.
  • PREMIUM is a more modern model with enhanced capabilities that was first launched in 2021.

Note

We strongly recommend using PREMIUM version as it is vastly superior to the STANDARD. Explore the benefits of Premium by checking out the feature list and supported countries.

Document Data Sources

The caller can choose either to send the document data as part of the request or as shown in the quick start through URI. Key field content is the document data base64 encoded.

Example request


POST v1/document:annotate

https://api.stag.ssn.visma.ai/v1/document:annotate

Authorization - Bearer Token

Token: demo


Body - raw (json)

Body
{
    "document": {
        "content": "Vl00oANHjF3gxaYT4fQ0PSDJwwZIuMLl0GdNlgyKhF4KYOtcH3r... -- this is unfinished base64 enconding --"
    },
    "features": [
        {
            "type": "DEFAULT"
        }
    ],
    "tier": "PREMIUM"
}


Confidence Levels

Smartscan provides predictions accompanied by a confidence level, indicating the model's output quality. The allowed confidence level values are as follows:

VERY_HIGH, HIGH, MID, LOW, VERY_LOW

Higher confidence levels suggest more accurate predictions. By default, we display suggestions with the highest confidence. We filter results based on confidence thresholds (HIGH or VERY HIGH) to enhance accuracy.

You can customize confidence levels in your Smartscan requests, filtering results according to your desired confidence threshold, such as VERY HIGH. However, raising confidence levels may yield fewer suggestions.

Results are sorted by confidence level, from most to least confident.

Bounding Boxes

In the Smartscan API, bounding boxes play a crucial role in extracting meaningful information from documents. A bounding box represents the coordinates of the rectangular border that encloses a suggested field on the image of the document, as shown in the image below. Utilising bounding boxes empowers you to precisely pinpoint and extract specific data, enhancing the accuracy and efficiency of your document processing.

boundingboxes

How to Implement Bounding Boxes

When making API requests, include bounding box coordinates to define the region of interest within the document. Here's a basic example:

{
  "bounding_box": {
    "top_left": {"x": 100, "y": 150},
    "bottom_right": {"x": 300, "y": 250}
  },
  // Other request parameters...
}

Page references

Pageref references to the number of the suggested field's page.

  • When you send a document that is only one page long, Smartscan returns pageref of 1.
  • When you send a document that is two or more pages long, Smartscan only reads the first and last page. As an example, if the document is four pages long, the pageref will return pageref of 1 and 4.

The bounding box and pagerefs is present on majority of the fields.

Supported countries

If you require improved support for a specific country, please get in touch with us.

The list of supported countries for the Premium model is much bigger than for the Standard model. For Standard the list of countries is as follows:

DK, NO, SE, FI, NL, GB, DE, US, RO, EE, IE
Premium currently supports 41 countries. We're improving the country support continuously.
AT, AU, BE, BG, CA, CH, CN, CY, CZ, DE, DK, EE, ES, FI, FO, FR, GB, GL, HR, HU, IE, IS, IT, LT, LU, LV, MT, NL, NO, NZ, PL, PT, RO, RS, RU, SE, SI, SK, TR, UA, US

Supported file types

Currently supported image types.

  • PDF containing text (Recommended)
  • PDF containing images (most often from scanners)
  • JPG / JPEG (Recommended)
  • PNG
  • BMP

In addition, Smartscan processes all text the OCR is able to scan. This can include handwritten receipts on standard pads.