python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
why Tabula giving same tables multiple times when converted PDF to JSON/CSV/TSV
I am using below code to extract a table from a PDF, returned output is right. But at times, tabula is printing multiple same table multiple times which then in turn hampers the analysis. Any luck ?
d...
czarina
Votes: 0
Answers: 1
tabula extract table from pdf remove line break
I have a table with wrapped text in a pdf file
I used tabula to extract table from the pdf file
file1 = "path_to_pdf_file"
table = tabula.read_pdf(file1,pages=1,lattice=True)
table[0]
Howe...
user11666514
Votes: 0
Answers: 1
Using Tabula to pull tables out pdf
We have standard reports uploaded as PDFs on a daily basis. In the PDFs are some tables that we want to pull into datasets.
I have tabula imported in code repositories but I can't seem to get code rep...
Connor
Votes: 0
Answers: 2
Tabula Java Heap Error — only 1 page to convert
I want to extract tables from 1 page pdf (50 KB) using Tabula, but it returns this error:
2022-01-08 17:33:25.054:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@47089e5f{/,file:/C:/User...
Maria Kasakowa
Votes: 0
Answers: 0