Update README.md
This commit is contained in:
parent
f54e65b3eb
commit
195a2d03ae
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user