Skip to content

Commit 03d9530

Browse files
author
yanchuan
committed
clean up
1 parent d83c17f commit 03d9530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/pdf_extractor/pdf_extractor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def image_to_text(doc_path, event, context):
179179
'.pdf': pdf_to_text,
180180
'.png': image_to_text,
181181
'.tiff': image_to_text,
182+
'.tif': image_to_text,
182183
'.jpg': image_to_text,
183184
'.jpeg': image_to_text,
184185
}

0 commit comments

Comments
 (0)