AutoTrack Vision 👁️
A professional Python library for handling AI text extraction, cloud notifications, and transaction auditing in vehicle management systems.
Installation
pip install autotrack-vision
Quick Start
1. AI Text Extraction
from autotrack_vision import VisionScanner
scanner = VisionScanner()
with open("invoice.jpg", "rb") as f:
lines = scanner.scan_bytes(f.read())
print(lines)
2. SNS Notifications
from autotrack_vision import NotifyManager
notifier = NotifyManager(topic_arn="arn:aws:sns:us-east-1:xxxx:topic")
notifier.send_notification("Service is complete!")
Requirements
boto3- AWS Credentials configured via Environment Variables or IAM Role.
Release files for autotrack-vision 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autotrack_vision-0.1.0.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autotrack_vision-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.2 kB
Release files / autotrack_vision-0.1.0.tar.gz
| Download URL | autotrack_vision-0.1.0.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
30e8f869db4a08b3cc8b60db592f92cd60eb582dfe5453ee488c450a56070e67
|
|
BLAKE2b-256 checksum How to use checksums |
36e1ad2855cc55598d730a196db4f0c2e64b70a687b29454b97b13417a1a20c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / autotrack_vision-0.1.0-py3-none-any.whl
| Download URL | autotrack_vision-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
17fe500a06cdcc26ef75e2eec935f7435591de5a75a631f8f85320561937bf51
|
|
BLAKE2b-256 checksum How to use checksums |
d9edc9707e3b07dd97a509f96994f4ec699f627e70e7fc39b8dcfb1d83bac5fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|