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
The stubs for PyTessBaseAPI.__enter__() and PyTessBaseAPI.__exit__() are missing, wich prevent the IDE from handling correctly code that uses the context manager, like:
The stubs for
PyTessBaseAPI.__enter__()
andPyTessBaseAPI.__exit__()
are missing, wich prevent the IDE from handling correctly code that uses the context manager, like:It does however correctly handle the following:
The text was updated successfully, but these errors were encountered: