This commit is contained in:
yumoqing 2025-10-10 14:44:14 +08:00
parent c4a2979887
commit f2c58e887b

View File

@ -113,6 +113,7 @@ class File2Text:
'pdf':MyPdfLoader, 'pdf':MyPdfLoader,
'epub':MyEpubLoader, 'epub':MyEpubLoader,
'mobi':MyMobiLoader, 'mobi':MyMobiLoader,
'md': MyTextLoader
'txt':MyTextLoader 'txt':MyTextLoader
} }
@classmethod @classmethod