This commit is contained in:
yumoqing 2025-05-14 03:58:04 +00:00
parent 68decd4508
commit f95563934d

View File

@ -15,7 +15,10 @@ pip install git+https://git.kaiyuancloud.cn/yumoqing/file2text.git
``` ```
## Usage ## Usage
from file2text import fileloader ```
from file2text.loader import fileloader
text = fileloader(filepath) text = fileloader(filepath)
print(text)
```