h
This commit is contained in:
parent
a37918fe11
commit
fa71c39780
2
app.py
2
app.py
@ -57,7 +57,7 @@ def convert_pdf_to_images(pdf_path):
|
|||||||
# Function to print address labels
|
# Function to print address labels
|
||||||
def print_address_label(images, pdf_path):
|
def print_address_label(images, pdf_path):
|
||||||
try:
|
try:
|
||||||
|
for image in images:
|
||||||
if 'address' in pdf_path.lower():
|
if 'address' in pdf_path.lower():
|
||||||
target_width = 1660
|
target_width = 1660
|
||||||
target_height = 1164
|
target_height = 1164
|
||||||
|
Loading…
x
Reference in New Issue
Block a user