Provider Selection Helper
Use theinfer_provider function to create OCR instances by provider name without importing engine classes.
Async Processing
All OCR methods support async execution. The framework is async-first — sync methods are convenience wrappers around the async core.Timeout Control
Uselayer_1_timeout to set a maximum processing time for the OCR engine. If the timeout is exceeded, an OCRTimeoutError is raised.

