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)