Update README.md

This commit is contained in:
yumoqing 2026-07-30 17:53:15 +08:00
parent f54e65b3eb
commit 195a2d03ae

View File

@ -1,4 +1,4 @@
# file2text # file2txt
this module read file and convert it's content to text, this modulde suports a lot of file types, like docx, xlsx, pptx, pdf, epub, mobi, txt, csv. this module read file and convert it's content to text, this modulde suports a lot of file types, like docx, xlsx, pptx, pdf, epub, mobi, txt, csv.
@ -16,7 +16,7 @@ pip install git+https://git.kaiyuancloud.cn/yumoqing/file2text.git
## Usage ## Usage
``` ```
from file2text.loader import fileloader from file2txt.loader import fileloader
text = fileloader(filepath) text = fileloader(filepath)