Skip to content

Commit

Permalink
Supporting tif and PDF extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
harini-venkataraman committed Jul 16, 2024
1 parent 7206712 commit 28686a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/workflow_manager/endpoint/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class FileType:
class FilePattern:
PDF_DOCUMENTS = ["*.pdf", "*.PDF"]
TEXT_DOCUMENTS = ["*.txt"]
IMAGES = ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.bmp", "*.tif"]
IMAGES = ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.bmp", "*.tif", "*.tiff"]


class SourceConstant:
Expand Down

0 comments on commit 28686a5

Please sign in to comment.