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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Hi,
While extracting tables from pdfs we noticed that we get an unclosed file error from the 131st line
from the dev code, we can see that line 73 and 123 in handlers.py has an open() which may not be closed
this is just what I am speculating. But any ideas on how the resource warning can be eliminated as I feel this is also causing a memory leak
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
While extracting tables from pdfs we noticed that we get an unclosed file error from the 131st line
from the dev code, we can see that line 73 and 123 in handlers.py has an open() which may not be closed
this is just what I am speculating. But any ideas on how the resource warning can be eliminated as I feel this is also causing a memory leak
The text was updated successfully, but these errors were encountered: