Skip to content

Instantly share code, notes, and snippets.

@haniefhan
Last active August 27, 2021 23:15
Show Gist options
  • Save haniefhan/b5eb0263431dad779b65c7bf2e363674 to your computer and use it in GitHub Desktop.
Save haniefhan/b5eb0263431dad779b65c7bf2e363674 to your computer and use it in GitHub Desktop.
Read PDF Document using tabula, page 8
import tabula
pdf_path = "PMDN 72 TH 2019+lampiran.pdf"
output = tabula.read_pdf(
input_path =pdf_path,
pages="8",
output_format="json"
)
print(output)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment