Describe the issue
When using the tesseract python package, IntelliSense and autocompletion do not seem to work, at least for me in vscode.
Perhaps this could be fixed by generating python stub files (e.g., .pyi files) that sit alongside the compiled module. The pybind11 documentation recommends using the pybind11-stubgen tool or similar methods to automatically generate these .pyi files as part of the build process.
What version of the software are you using?
No response
How can the issue be reproduced?
No response