docsloader
This is a documents loader. (文档解析加载器,rag文档解析,rag知识库构建)
File Explorer
Download Latest Version (.zip)- __init__.py
- _rapidocr.py
- _tesseract.py
- __init__.py
- _pdfplumber.py
- _pymupdf.py
- __init__.py
- test_auto.py
- test_csv.py
- test_docx.py
- test_html.py
- test_img.py
- test_md.py
- test_pdf.py
- test_pptx.py
- test_txt.py
- test_xlsx.py
- __init__.py
- _download_to_tmpfile.py
- _format_image.py
- _format_table.py
- _is_empty_file.py
- _mk_tmpdir.py
- _office_cvt_openxml.py
- _rm_dir.py
- _rm_empty_dir.py
- _rm_file.py
- __init__.py
- _auto.py
- _csv.py
- _docx.py
- _html.py
- _md.py
- _pptx.py
- _txt.py
- _xlsx.py
- base.py
- .gitignore
- .history
- .python-version
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/atpuxiner/docsloader
Downloads the entire project code from GitHub to your computer.
cd docsloader
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
- txt: `pip install docsloader[txt]`
Installs the Python libraries listed in requirements.txt (or similar).
- csv: `pip install docsloader[csv]`
Installs the Python libraries listed in requirements.txt (or similar).
- md: `pip install docsloader[md]`
Installs the Python libraries listed in requirements.txt (or similar).
- xlsx: `pip install docsloader[xlsx]`
Installs the Python libraries listed in requirements.txt (or similar).
- pptx: `pip install docsloader[pptx]`
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
