Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit d67bb91

Browse files
authored
🧑‍🎓 Fixup quick_start_notebook
1 parent 4da9b38 commit d67bb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pypdf_table_extraction_quick_start_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
" print(f\"\\nProcessing {pdf_file.name}\")\n",
318318
"\n",
319319
" # Using 'network' parsing method with table_areas\n",
320-
" tables_network = pypdf_table_extraction.read_pdf(str(pdf_file), flavor='network', table_areas=['50,750,500,50'])\n",
320+
" tables_network = pypdf_table_extraction.read_pdf(str(pdf_file), flavor='network')\n",
321321
"\n",
322322
" if len(tables_network) == 0:\n",
323323
" # If no tables are detected, try using 'lattice' parser\n",

0 commit comments

Comments
 (0)