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 has been archived by the owner on Jan 6, 2025. It is now read-only.
I'm not sure if this is the right place to come with this issue, but I think it makes sense.
I've been playing around with camelot as a tool for extracting data from PDFs, and to improve the accuracy I wrote some code that automatically reads a PDF and pulls up matplotlib graphs so you can select the areas where tables lie. A loop structure takes you through the whole document, and the code works perfectly in isolation. However, to handle this code I'm developing a GUI in tkinter, but when this GUI uses this code, the loop structure only goes through the first iteration. The other iterations follow after the GUI is closed, but not after the graphs are closed. I suspect this is an issue with both pieces of code being built with tkinter, but I have no idea how to resolve it.
Any help would be appreciated. If this is not the right place to post this then some direction would be appreciated.
The text was updated successfully, but these errors were encountered:
I think a better place for this question would be StackOverflow with the tkinter tag. You can also try using https://github.com/camelot-dev/excalibur as a GUI to Camelot.
I'm not sure if this is the right place to come with this issue, but I think it makes sense.
I've been playing around with camelot as a tool for extracting data from PDFs, and to improve the accuracy I wrote some code that automatically reads a PDF and pulls up matplotlib graphs so you can select the areas where tables lie. A loop structure takes you through the whole document, and the code works perfectly in isolation. However, to handle this code I'm developing a GUI in tkinter, but when this GUI uses this code, the loop structure only goes through the first iteration. The other iterations follow after the GUI is closed, but not after the graphs are closed. I suspect this is an issue with both pieces of code being built with tkinter, but I have no idea how to resolve it.
Any help would be appreciated. If this is not the right place to post this then some direction would be appreciated.
The text was updated successfully, but these errors were encountered: