From 195a2d03aeef5d128b538a20479bb8f1a06343f7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 30 Jul 2026 17:53:15 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd618c9..63c74c9 100644 --- a/README.md +++ b/README.md @@ -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. @@ -16,7 +16,7 @@ pip install git+https://git.kaiyuancloud.cn/yumoqing/file2text.git ## Usage ``` -from file2text.loader import fileloader +from file2txt.loader import fileloader text = fileloader(filepath)