Official Python client for Regula's Document Reader API, enabling identity document authentication and data extraction. Current version 9.4.829, maintained by Regula. Release cadence follows API updates.
pip install regula-documentreader-webclientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize API client with access token, create a process request with base64-encoded image, and call process.
Use `async def` and `await api.process(request)` with an event loop.
Initialize `ProcessingApi(access_token='your_token')`.
Strip any prefix before setting the base64 property.
No dependency data recorded yet.