Skip to content

Commit

Permalink
add .doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Jan 7, 2024
1 parent cbd4766 commit 59bc7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/choose_documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def choose_documents_directory():
allowed_extensions = ['.pdf', '.docx', '.epub', '.txt', '.enex', '.eml', '.msg', '.csv', '.xls', '.xlsx', '.rtf', '.odt',
'.png', '.jpg', '.jpeg', '.bmp', '.gif', '.tif', '.tiff', '.html', '.htm', '.md']
'.png', '.jpg', '.jpeg', '.bmp', '.gif', '.tif', '.tiff', '.html', '.htm', '.md', '.doc']
current_dir = Path(__file__).parent.resolve()
file_dialog = QFileDialog()
file_dialog.setFileMode(QFileDialog.ExistingFiles)
Expand Down

0 comments on commit 59bc7d8

Please sign in to comment.