Overview
Reference
- See full reference here.
Installation
The python SDK for Cradl can be downloaded from pip
:
pip install lucidtech-las
Don't have pip? Here are instructions for installing pip.
Getting started
After lucidtech-las is installed and you have received credentials, you are ready to enhance your document-flow with the las client:
from las import Client
client = Client()
The Python SDK is open-source, and the code can be found here. Contributions are more than welcome.