Skip to content

Commit

Permalink
v0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Aug 27, 2024
1 parent cc09afe commit 5b49f08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/std_iso_pdf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@
},
"outputs": [],
"source": [
"display.Image(img, width=300)"
"from IPython.display import Image \n",
"\n",
"display(Image(img, width=300))"
]
},
{
Expand All @@ -171,8 +173,6 @@
},
"outputs": [],
"source": [
"from IPython.display import Image \n",
"\n",
"img_path = pfr.get_image(page_index=3, image_index=1, outfolder='.')\n",
"img = Image(filename=img_path, width=300)\n",
"display(img)"
Expand Down

0 comments on commit 5b49f08

Please sign in to comment.