Official Python SDK for Raindrop AI, a platform for AI-powered document processing and data extraction. Version 0.0.43 supports Python 3.10+. The SDK enables integration with Raindrop AI's API for document analysis, extraction, and automation. Release cadence is irregular as it is in early development.
pip install raindrop-aiVerified import paths — ran on the pinned version, not inferred.
Initialize client with API key from environment or directly.
Use 'url' parameter instead of 'file_path'.
Set RAINDROP_API_KEY environment variable or pass api_key parameter.
Use 'extract' instead of 'parse'.