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.
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.