Skip to content

Commit

Permalink
feat: Allow Storage Unpack plain text and PDF (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-Encord authored Dec 10, 2024
1 parent 63b35da commit f3fb970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions encord/orm/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class StorageItemType(CamelStrEnum):
DICOM_SERIES = auto()
AUDIO = auto()
NIFTI = auto()
PLAIN_TEXT = auto()
PDF = auto()


class StorageUserRole(CamelStrEnum):
Expand Down

0 comments on commit f3fb970

Please sign in to comment.