This package is Python SDK for Polaris AI DataInsight.
Reason this release was yanked:
임시 제거
Project description
polaris-ai-datainsight
This package is Python SDK for Polaris AI DataInsight.
Converts documents in various formats—including Word, HWP, Sheets, Slides, and PDF—into structured JSON data.
Installation and Setup
You need to install a python package:
pip install -U polaris-ai-datainsight
And you should configure credentials by setting the following environment variables:
export POLARIS_AI_DATA_INSIGHT_API_KEY="your-api-key"
Refer to here how to get an Polaris AI DataInsight API key.
Document Extractor
Set the file path to extract and the directory path to store resource files included in the file:
from polaris_ai_datainsight import PolarisAIDataInsightExtractor
loader = PolarisAIDataInsightExtractor(
file_path="path/to/file",
resources_dir="path/to/dir"
)
Extract document data:
dict_data = loader.extract()
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file polaris_ai_datainsight-0.1.0.tar.gz.
File metadata
- Download URL: polaris_ai_datainsight-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14b00b2c88cc768cf4ac422541b619b71fa469cffc4da7086b844df4d6a276bb
|
|
| MD5 |
6f053e8f9b3f3154838ee60438d7922f
|
|
| BLAKE2b-256 |
dc944047adde58a796e90fdd0c5a0983944fecd2403660fbfd5aa0704f94ea4c
|
File details
Details for the file polaris_ai_datainsight-0.1.0-py3-none-any.whl.
File metadata
- Download URL: polaris_ai_datainsight-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
631c3625c8b92fa334c1760b8ec1f1690f65b927ea618497befaa559f2de6279
|
|
| MD5 |
7dbd99e8feb393051675f1103bdd8674
|
|
| BLAKE2b-256 |
e51a5b9b662c72063dbdaf9d561dec1cf2ce17e073080569659477784ccdd12c
|