Invoice Scanning Agent for Enthusiast
Project description
Enthusiast Invoice Scanning Agent
The Invoice Scanning agent processes supplier invoices — PDFs, scanned images, or structured files — and extracts SKU and quantity data from each line item. It validates the extracted SKUs against the product catalog and, upon confirmation, updates stock levels directly in the configured e-commerce platform.
Installing the Invoice Scanning Agent
Run the following command inside your application directory:
poetry add enthusiast-agent-invoice-scanning
Then, register the agent in your settings_override.py:
AVAILABLE_AGENTS = [
'enthusiast_agent_invoice_scanning.InvoiceScanningAgent',
]
To also register the agentic execution definition, add the following to your config/settings_override.py:
AVAILABLE_AGENTIC_EXECUTION_DEFINITIONS = [
'enthusiast_agent_invoice_scanning.InvoiceScanningAgenticExecutionDefinition',
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file enthusiast_agent_invoice_scanning-1.1.0.tar.gz.
File metadata
- Download URL: enthusiast_agent_invoice_scanning-1.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00409b1a68bc81e52ff9726cd3b2a9d96ab51372c810f16307b4fb4a664ed838
|
|
| MD5 |
018db1063718e8df68ecfd51f8ca8820
|
|
| BLAKE2b-256 |
e29c53e79d6264c5784ac2204c04fa2fc856431e8327c042d5ee8f4ddb01e78a
|
File details
Details for the file enthusiast_agent_invoice_scanning-1.1.0-py3-none-any.whl.
File metadata
- Download URL: enthusiast_agent_invoice_scanning-1.1.0-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02c26a38648eb23dc71354be153ac9dff721077ee6d795f42323f7e978c8c6a5
|
|
| MD5 |
0859e887334931e63256f373d2594daf
|
|
| BLAKE2b-256 |
2ca4510d794746f529927b8eaf76f0fd4ff1877641a8803697ea888cff461c71
|