Skip to content

Commit 5d295fe

Browse files
authored
Updated the readme
1 parent fc72ff8 commit 5d295fe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Python/PDF/readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Image Extractor
22

3-
Extract the images from your pdf with the help of this python script and save them to yuor device. <br>
3+
Extract the images from your pdf with the help of this python script and save them to yuor device. <br><br>
44
It uses the following packages : <br>
55
PyMuPDF: A Python binding for MuPDF, a lightweight PDF viewer.<br>
66
Pillow: A Python Imaging Library (PIL) that supports image processing capabilities such as opening, manipulating, and saving images of various formats.<br>
77

8-
## To run the code --
8+
## To run the code :
99
i) First download the code <br>
1010
ii) Open command prompt <br>
1111
iii) Install the dependencies <br>
@@ -14,10 +14,13 @@ pip install PyMuPDF
1414
pip install Pillow
1515
1616
```
17+
<br>
1718
iv) Run the pdf.py file. <br>
1819

19-
## Output :
20+
## Output : <br>
2021
<img src ="https://raw.githubusercontent.com/Paras0-7/Hacking-Scripts/main/Python/PDF/images/img.png">
22+
<br>
23+
<br>
2124

2225
![built with love](https://forthebadge.com/images/badges/built-with-love.svg)<br>
2326

0 commit comments

Comments
 (0)