Extract structured data from a receipt or invoice using base64 encoded image data. Provide a base64 encoded image (JPEG, PNG, PDF, GIF) along with filename and content type to get back extracted fields like total amount, date, merchant name, tax, line items, and confidence score…
imageRequiredstringBase64 encoded image data of the receipt or invoice. Supported formats: JPEG, PNG, PDF, GIF. The string should contain only the base64-encoded data without any data URI prefix.
refreshbooleanSet to true to bypass Taggun's cache and force fresh OCR processing of the image. Default is false (uses cached results if available).
filenameRequiredstringFilename for reference purposes (e.g., 'receipt.jpg'). Required for proper processing.
languagestringSet language as a hint for OCR processing. Leave empty for auto detect. Supported languages: en, es, fr, jp, he, iw, et, lv, lt, fi, el, zh, th, ar
incognitobooleanSet true to avoid saving the receipt in storage for privacy purposes. Default is false.
ipAddressstringIP Address of the end user for fraud detection purposes
containerIdstringTag a request with a container ID for fraud detection purposes. Maximum 50 characters.
contentTypeRequiredstringMIME type of the image file. Required. Supported types: 'image/jpeg', 'image/png', 'application/pdf', 'image/gif'.
extractTimebooleanSet true to return time if found on the receipt. Otherwise, the time is always set to 12:00:00.000. Default is false.
ignoreMerchantNamestringIgnore this merchant name if detected on the receipt. Use this field to avoid detecting the customer name as the merchant name.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.