Feb-17-2021, 10:16 PM
Hi guys,
I hope someone can help me.
I wrote a code that reads a pdf page after page, with a cycle, by using tabula-py.
Code works properly, and also when I create the exe with pyinstaller or auto-py-to-exe, the code works. The only thing that I don't like and appears only loading the exe (not during coding with pycharm), is that every time that tabula start to read a page, a java console appears, so for example if I am opening a pdf with 30 pages, every time a page is read a java console will be opened, it lasts about one second and then disappears.
Does someone know how to avoid it?
I hope someone can help me.
I wrote a code that reads a pdf page after page, with a cycle, by using tabula-py.
Code works properly, and also when I create the exe with pyinstaller or auto-py-to-exe, the code works. The only thing that I don't like and appears only loading the exe (not during coding with pycharm), is that every time that tabula start to read a page, a java console appears, so for example if I am opening a pdf with 30 pages, every time a page is read a java console will be opened, it lasts about one second and then disappears.
Does someone know how to avoid it?

