read file and convert it's content to text
Go to file
2025-05-14 03:43:31 +00:00
file2text bugfix 2025-05-14 03:43:31 +00:00
test bugfix 2025-05-13 14:23:46 +08:00
README.md bugfix 2025-05-14 03:40:46 +00:00
requirements.txt bugfix 2025-05-14 03:40:46 +00:00
setup.py bugfix 2025-05-12 18:13:55 +08:00

file2text

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.

the chm and doc file not supported yet

Dependents

All dependented modules in requirements.txt

installation

Just run the following command

pip install git+https://git.kaiyuancloud.cn/yumoqing/file2text.git

Usage

from file2text import fileloader

text = fileloader(filepath)