This commit is contained in:
zman 2025-04-08 11:55:30 -04:00
parent a37918fe11
commit fa71c39780

2
app.py
View File

@ -57,7 +57,7 @@ def convert_pdf_to_images(pdf_path):
# Function to print address labels
def print_address_label(images, pdf_path):
try:
for image in images:
if 'address' in pdf_path.lower():
target_width = 1660
target_height = 1164