Skip to content

Commit

Permalink
🧑‍🎓 Fixup quick_start_notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd authored Nov 2, 2024
1 parent 4da9b38 commit d67bb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pypdf_table_extraction_quick_start_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
" print(f\"\\nProcessing {pdf_file.name}\")\n",
"\n",
" # Using 'network' parsing method with table_areas\n",
" tables_network = pypdf_table_extraction.read_pdf(str(pdf_file), flavor='network', table_areas=['50,750,500,50'])\n",
" tables_network = pypdf_table_extraction.read_pdf(str(pdf_file), flavor='network')\n",
"\n",
" if len(tables_network) == 0:\n",
" # If no tables are detected, try using 'lattice' parser\n",
Expand Down

0 comments on commit d67bb91

Please sign in to comment.