Skip to Content
Enthusiast 1.4.0 is released 🎉
Pre-built AgentsAgent Ocr Order

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" }, }

Use cases

  • Order from handwritten notes – Transforms messy or unstructured handwritten notes into structured order data. Ideal for sales reps or field staff who capture orders manually.
  • Order from product photos – Extracts product names, codes, and quantities directly from images. Speeds up order entry without manual typing.
  • Digitization of offline orders – Converts paper-based orders or notes into structured, ready-to-process digital records, reducing human error.
Last updated on