Skip to content

Commit

Permalink
Update PDF_Files.ipynb - bugfix 001.jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Jan 7, 2025
1 parent 35f023f commit ac5dbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstarts/PDF_Files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"page-image-1.jpg sample_data test.pdf\n"
"page-image-001.jpg sample_data test.pdf\n"
]
}
],
Expand Down Expand Up @@ -229,7 +229,7 @@
}
],
"source": [
"img = PIL.Image.open(f\"page-image-1.jpg\")\n",
"img = PIL.Image.open(f\"page-image-001.jpg\")\n",
"img.thumbnail([800, 800])\n",
"img"
]
Expand Down

0 comments on commit ac5dbd1

Please sign in to comment.