BuildShip Logo
BuildShip Community

Extract Structured Data From Receipts

Extract structured data from a document such as a menu. Raw text from the document will be processed to get structured data like the title, price, description, etc., using Anthropic's Claude model.

183

Report this template

Select the reason for reporting

Describe the issue in detail

Share template

Link to template

https://templates.buildship.com/template/p6Vpg0LkeWtO/

Select an example

Inputs

Image

File

Instructions

Generate a JSON object from the images of receipts, use the following JSON as an example: { "receipt_id": "12345", "date": "2024-11-12", "store_name": "Coffee & Co", "items": [ { "description": "Cappuccino", "quantity": 1, "price": 3.50 }, { "description": "Croissant", "quantity": 2, "price": 1.20 } ], "items_total": 5.90, "tax_total": 0.59 }
This is a static example using sample inputs. Remix the template to run it with your own values.

Output

Read me

📖 How to create Structure data from an Image

Overview

Get structured data from an image.

Prerequisites

✍️ How to Use

Step 1: Add Anthropic API Key

Step 2: Test the workflow with one of the examples provided or run a new one from the test panel

You can test also with your own images by uploading them first

🔗 Resources

Any additional information like demo links or YouTube tutorials.