Python SDK for Lucidtech AI Services
Project description
Python SDK for Lucidtech AI Services API
Documentation
Installation
$ pip install lucidtech-las
Usage
Preconditions
- Documents must be in upright position
- Only one receipt or invoice per document is supported
- Supported file formats are: jpeg, pdf
Quick start
import json
from las import Client
client = Client()
document = client.create_document('path/to/document.pdf', 'application/pdf')
prediction = client.create_prediction(document['documentId'], model_id='las:model:<hex-uuid>')
print(json.dumps(prediction, indent=2))
Contributing
Prerequisites
$ pip install tox
Run tests
$ tox tests/test_config.cfg
Create docs
$ tox -e docs .docsout
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
lucidtech-las-3.2.15.tar.gz
(16.6 kB
view details)
Built Distribution
File details
Details for the file lucidtech-las-3.2.15.tar.gz
.
File metadata
- Download URL: lucidtech-las-3.2.15.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fdc64063cdcc145ab4e085c4995bdc2990fc76c47048be2b9332cc9b7a9778e |
|
MD5 | 4cf226d737c8cb6f8d958ec62cbdc45b |
|
BLAKE2b-256 | 97bd49474daba0367f177fce8f84eb968499c15336c58cfb051b73c5313e414e |
File details
Details for the file lucidtech_las-3.2.15-py2.py3-none-any.whl
.
File metadata
- Download URL: lucidtech_las-3.2.15-py2.py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a362cbadc509e98f22b5cb721f1ed41f23d28769a2146b4367d13d7814d70621 |
|
MD5 | 6ed45e504d5a9b6923f06cbebc68f23b |
|
BLAKE2b-256 | d0750b58cac164f8593beae344afa710a888fa904f88dd2c54701bfe5ec647cc |