Skip to content

Commit c0d86e9

Browse files
committed
Setup for higher resolution
1 parent 3ada8f2 commit c0d86e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def create_directory(self, path):
4949

5050
def pdf_run(self, image_file_name, filename):
5151

52-
image_pdf = Image(filename=image_file_name) #take filename
52+
image_pdf = Image(filename=image_file_name, resolution=300) #take filename
5353
image_page = image_pdf.convert("png") #png conversion
5454

5555
page = 1 #init page

0 commit comments

Comments
 (0)