JigsawStack Python SDK
Project description
JigsawStack Python SDK
Installation
To install JigsawStack Python SDK, simply execute the following command in a terminal:
pip install jigsawstack
Setup
First, you need to get an API key, which is available in the JigsawStack Dashboard.
from jigsawstack import JigsawStack
import os
ai = JigsawStack(api_key="your-api-key")
Example
import os
from jigsawstack import JigsawStack
ai = JigsawStack(api_key="your-api-key")
params = {
"url": "https://rogilvkqloanxtvjfrkm.supabase.co/storage/v1/object/public/demo/Collabo%201080x842.jpg?t=2024-03-22T09%3A22%3A48.442Z"
}
result = ai.vision.vocr(params)
print(result)
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
jigsawstack-0.1.1.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file jigsawstack-0.1.1.tar.gz
.
File metadata
- Download URL: jigsawstack-0.1.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10cda651fd7fc4316d30e6d7fa6e87657c02bc132d194d8927a3906199ee47d7 |
|
MD5 | 1ae894c052362c6300e24d28ff33fd12 |
|
BLAKE2b-256 | 230251f3b5e77c985efc834856591596ef091c1876a47809d7a5e087bc43f4e8 |
File details
Details for the file jigsawstack-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: jigsawstack-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 913f15e1a76fd4a966d518e4c8ac70ff5638f990f508d82d59fcb0be0dca16cf |
|
MD5 | 73d1609052bf2a898b47a4aee664fa66 |
|
BLAKE2b-256 | 556815bc422bb7c4ab50e322dea30600187d87dc9c68ab006cad7c5c7a78f2f7 |