Skip to main content

Python SDK for Lucidtech AI Services

Project description

# Python SDK for Lucidtech AI Services API

## Documentation

[Link to docs](https://docs.lucidtech.ai/python/v1/index.html)

## Installation

```bash
$ 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

```python
import json
from las import ApiClient

api_client = ApiClient('<api endpoint>')
prediction = api_client.predict('document.pdf', model_name='invoice')
print(json.dumps(prediction, indent=2))
```

## Contributing

### Prerequisites

```bash
$ pip install tox
```

### Run tests

```bash
$ tox tests/test_config.cfg
```

### Create docs

```bash
$ 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-1.0.0rc1.tar.gz (10.8 kB view details)

Uploaded Source

File details

Details for the file lucidtech-las-1.0.0rc1.tar.gz.

File metadata

  • Download URL: lucidtech-las-1.0.0rc1.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for lucidtech-las-1.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 0a89a27d3e48a541ad574518479184d8355e8168132cf94c5a80dc0a50698021
MD5 dba0cea5ce26774a727a404ff3d37067
BLAKE2b-256 a736565fafebecd4f339f04d410f1e915819f1c6424fe3d22625d5105c0783a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page