Building a Receipt scanning agent
Learn how to automate multi-step technical processes by building a simple agent.
In this tutorial, you will learn how to build a Receipt Scanning agent. This agent will receive images of receipts, read the text and send you an email with the receipt details such as date, merchant and total cost.
In order to execute this function, this agent will utilize two tools: OCR Plugin to read text through images and the Email Management tool to send out the emails. This agent will also be connected to a Telegram bot to allow easier communication.

Step 1: Create your first bot and set up configurations
Step-by-step instructions
Step 2: Add Email Management Tool
Step-by-step instructions
Step 3: Add OCR Tool
Step-by-step instructions
Step 4: Test your bot
Sending a receipt to the agent through Telegram
Receipt Details sent by the agent:

Step-by-step Instructions
Step 5: Publish
Follow our next tutorial to learn how to publish this agent privately, within all members of your organization.
Publish an agentLast updated