TAGGUN Receipt OCR Scanning API
  1. Schemas
TAGGUN Receipt OCR Scanning API
  • 3. Improve your results
    • Add manually verified receipt data to a given receipt for feedback and training purposes
    • Add a keyword to your account's model to predict merchant name. Changes in your account's model are updated daily.
  • 4. Deprecated endpoints
    • detect and match a receipt against keywords and metadata by uploading an image file
    • transcribe a receipt in storage
    • transcribe a receipt in storage and return detailed result
  • 2. Try other input format endpoints
    • transcribe a receipt using base64 encoded image in json payload
    • transcribe a receipt from URL
    • transcribe a receipt using base64 encoded image in json payload and return detailed result
    • transcribe a receipt from URL and return detailed result
  • 1. Getting started
    • transcribe a receipt by uploading an image file
    • transcribe a receipt by uploading an image file and return detailed result
  • Schemas
    • Schemas
      • ABN
      • IBAN
      • LocationResult
      • Model1
      • Model2
      • Model3
      • Model4
      • Model5
      • Model6
      • Model7
      • Model8
      • Result
      • badRequestError
      • belgiumVATNumbers
      • data
      • data1
      • data2
      • data3
      • date
      • date1
      • entities
      • excludeItems
      • fapiaoInvoice
      • fapiaoInvoiceCode
      • fapiaoInvoiceNumber
      • fapiaoMerchantTaxId
      • geoNames
      • grossAmount
      • headers
      • invoiceNumber
      • itemsCount
      • jsonPayload
      • lineAmounts
      • lineItems
      • location
      • match
      • merchantAddress
      • merchantAddress1
      • merchantCity
      • merchantCity1
      • merchantCountryCode
      • merchantCountryCode1
      • merchantName
      • merchantName1
      • merchantNameAddPayload
      • merchantPostalCode
      • merchantPostalCode1
      • merchantState
      • merchantTypes
      • merchantTypes1
      • merchantVerification
      • metadata_type
      • multiTaxLineItems
      • netAmount
      • paymentType
      • productName
      • qrCodeData
      • quantity
      • receiptFeedbackAddPayload
      • receiptMatchResult
      • receiptNumber
      • receiptResult
      • receiptVerboseResult
      • regions
      • shoppingMallName
      • storagePayload
      • taxAmount
      • taxAmount1
      • taxAmount2
      • taxRate
      • taxType
      • text
      • totalAmount
      • totalAmount1
      • unitPrice
      • unitPrice1
      • urlPayload
      • vies
      • wineListItems
      • wineVarietal
  1. Schemas

LocationResult

{
    "city": {
        "geoname_id": 2207724,
        "names": {
            "en": "Devonport"
        }
    },
    "continent": {
        "code": "OC",
        "geoname_id": 6255151,
        "names": {
            "de": "Ozeanien",
            "en": "Oceania",
            "es": "Oceanía",
            "fr": "Océanie",
            "ja": "オセアニア",
            "pt-BR": "Oceania",
            "ru": "Океания",
            "zh-CN": "大洋洲"
        }
    },
    "country": {
        "geoname_id": 2186224,
        "iso_code": "NZ",
        "names": {
            "de": "Neuseeland",
            "en": "New Zealand",
            "es": "Nueva Zelanda",
            "fr": "Nouvelle-Zélande",
            "ja": "ニュージーランド",
            "pt-BR": "Nova Zelândia",
            "ru": "Новая Зеландия",
            "zh-CN": "新西兰"
        }
    },
    "location": {
        "accuracy_radius": 500,
        "latitude": -36.8297,
        "longitude": 174.7994,
        "time_zone": "Pacific/Auckland"
    },
    "postal": {
        "code": "0624"
    },
    "registered_country": {
        "geoname_id": 2186224,
        "iso_code": "NZ",
        "names": {
            "de": "Neuseeland",
            "en": "New Zealand",
            "es": "Nueva Zelanda",
            "fr": "Nouvelle-Zélande",
            "ja": "ニュージーランド",
            "pt-BR": "Nova Zelândia",
            "ru": "Новая Зеландия",
            "zh-CN": "新西兰"
        }
    },
    "subdivisions": [
        {
            "geoname_id": 2193734,
            "iso_code": "AUK",
            "names": {
                "de": "Auckland",
                "en": "Auckland",
                "es": "Auckland",
                "fr": "Auckland",
                "ja": "オークランド",
                "pt-BR": "Auckland",
                "ru": "Окленд"
            }
        }
    ]
}
Built with