application/octet-stream
content-typetotalAmount
to avoid picking up "total cash paid"invoiceNumber
itemCounts
extraction to detect the number of items in a receipt.merchantName
. The cache will refresh every 24 hours.ignoreMerchantName
parameter to avoid extracting the invoice recipient's name as the merchant name.near
parameter to accept a geo location to validate and enrich the merchant details. currencyCode
property to totalAmount
and taxAmount
which returns three-letter ISO currency code./api/article/v1/verbose/file
./api/locale/v1/location
.merchantCity
merchantState
and merchantCountryCode
properties to be returned when merchantName
or merchantAddress
is found./api/account/v1/merchantname/add
to help improve the accuracy of merchant name for your account.merchantName
and merchantTypes
with improved algorithm and merchant information data provider.entities
.lineAmounts
. This will detect the description and the amounts found on the receipt.merchantName
, merchantAddress
and merchantType
to feed-forward production data as training data for Machine Learning to improve accuracy./api/receipt/v1/simple/url
by using in-memory buffer./api/receipt/v1/match/file
endpoint to recognise if an image of a receipt contains certain keywords (supplied by the client) and return result indicating whether the image is a likely or unlikely match to the supplied keywords.en, es, fr, jp, he, iw
numbers
in verbose mode to return any detected numbers on a receipt or article. This is useful for those who wants to detect any reference number or codes on a receipt.verbose
results. Line amounts are 1 or more amounts that were found on the receipt that accurately sums up to detected total amount of the receipt. This is implemented using the subset sum algorithm. It also greatly improves the confidenceLevel
calculation./api/article/v1/verbose/file
endpoint to perform OCR other than receipt. This is useful to just do a simple image-to-text dump and capture any metadata like dates and amounts that are found on the image.