The Aurelio SDK provides a streamlined interface to the Aurelio Platform’s document processing capabilities. It enables developers to extract, chunk, and embed textual content from various sources with minimal effort.
Aurelio SDK is a Python library that abstracts the complexity of document processing pipelines. It offers both synchronous and asynchronous clients to interact with the Aurelio Platform.
Extract text from multiple sources including:
Break down documents into meaningful segments using:
Transform text into vector representations using:
Aurelio SDK is particularly useful when:
The SDK follows a client-based architecture:
This structure allows for clean separation of concerns, with the SDK handling authentication, request formatting, and response parsing, letting you focus on your application logic.
To start using the SDK, continue to Quickstart Guide for installation instructions and basic usage examples.