You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is already expected behavior but when installing via conda environment conda install -c conda-forge tesserocr
I am able to execute successfully but don't see intellisense (Pylance) docs or type information?
The text was updated successfully, but these errors were encountered:
I had similar problem, so I made a pyi file (there may be some errors though), but I don't know where do I put it in this project. In installed package I just put it at Python38\Lib\site-packages\tesserocr\__init__.pyi init.zip
Will be good if someone could add it to the project (and maybe check for errors in functions return types)
Sorry if this is already expected behavior but when installing via conda environment
conda install -c conda-forge tesserocr
I am able to execute successfully but don't see intellisense (Pylance) docs or type information?
The text was updated successfully, but these errors were encountered: