1
Prerequisites
- Get your Tensorlake API key
- Install the Tensorlake SDK with
pip install tensorlake
2
Import packages, setup client, and define file path
signature-detection.py
3
Define the schema
The Python snippet below will assume you have this schema in a file called
real-estate-schema.json
in a folder called schema
.signature-detection.py
4
Parse the document with the Python SDK
signature-detection.py
5
Review the output
The result will include the extracted data, all of the markdown chunks, and the entire document layout.The output will be:
signature-detection.py
Structured Data