Skip to Content
Enthusiast 1.3.0 is released 🎉
Prebuilt agentsAgent Ocr Order
OCR Order Agent

OCR Order Agent

Description

OCR to order Agent can understand images and extract text from product notes or lists. It automatically interprets the information and places orders accurately, without any manual input. By converting handwritten or printed notes into actionable orders, it saves time, reduces errors, and streamlines the purchasing process.

Installation

Run the following command inside your application directory.
If you're using Enthusiast Starter, that's inside enthusiast-starter/src/

poetry add enthusiast-agent-ocr-to-order

Then, register the integration in your config/settings_override.py.

AVAILABLE_AGENTS = { "enthusiast-agent-ocr-to-order": { "name": "OCR Order Agent", "agent_directory_path": "enthusiast_agent_ocr_to_order" }, }
Last updated on