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-5.0.0.tar.gz
(17.8 kB
view details)
Built Distribution
File details
Details for the file lucidtech-las-5.0.0.tar.gz
.
File metadata
- Download URL: lucidtech-las-5.0.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ff1c82ecf73ed7e60e35ee0113b5298ce0003c04483dcebd9cde015e6f3c0ed |
|
MD5 | 0a4df8f045d5d938e554e3a0f148a4df |
|
BLAKE2b-256 | c5ec7695e8a2cda762c4c33c927ebd7b54af15812317d46b6969915e03360b8b |
File details
Details for the file lucidtech_las-5.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: lucidtech_las-5.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c37108800b6043d6d53c0c7f4025d75b8c7ebecad6be023b64444b5f3bf23fd |
|
MD5 | d3770be22a7df021e39ce8620ebcf6b3 |
|
BLAKE2b-256 | 9fc34420a6b58ca2811f29ff84e8ff696540af577278a94fbd93b927d86e2c66 |