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.4.0.tar.gz
(17.6 kB
view details)
Built Distribution
File details
Details for the file lucidtech-las-3.4.0.tar.gz
.
File metadata
- Download URL: lucidtech-las-3.4.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57628a7b15301bbca1008f724d6a2e30c547535f9a6edbe3286c551cabfa66ed |
|
MD5 | d115dfd1307a157c2e189755790e0e31 |
|
BLAKE2b-256 | dc86251dad29a7ffb2a99b6e3d12ad69d10097b958480fc9817dff86e39e2a51 |
File details
Details for the file lucidtech_las-3.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: lucidtech_las-3.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f417227b95ccb296a10c7bacf9d801af36d90071c0eea0604b90b1c363fcbf7e |
|
MD5 | c09a0f9c04f5525c704fbb328c531d75 |
|
BLAKE2b-256 | 679b3fb09199e83ffa55977b0d0dac233e4832d70603c6398e50b680c9d222f9 |