From f95563934dc316ff56c30dcdbace350ed7e74c32 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 14 May 2025 03:58:04 +0000 Subject: [PATCH] bugfix --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db7f51..bd618c9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ pip install git+https://git.kaiyuancloud.cn/yumoqing/file2text.git ``` ## Usage -from file2text import fileloader +``` +from file2text.loader import fileloader text = fileloader(filepath) +print(text) +```