Currently, pytesseract lacks type annotations, which prevents static type checkers like mypy from working properly and reduces IDE autocomplete quality.
Add type hints either:
- Inline in the source code (.py files)
- As separate stub files (.pyi) with a py.typed marker