by magicyuan876
Tianshu - Enterprise-level AI one-stop data preprocessing platform | PDF/Office to Markdown | Supports MCP protocol AI assistant integration | Vue3+FastAPI full-stack solution | Document parsing | Multi-modal information extraction
# Add to your Claude Code skills
git clone https://github.com/magicyuan876/mineru-tianshu企业级 AI 数据预处理平台
支持文档、图片、音频等多模态数据处理 | GPU 加速 | MCP 协议
结合 Vue 3 前端 + FastAPI 后端 + LitServe GPU负载均衡
<p> <a href="https://github.com/magicyuan876/mineru-tianshu/stargazers"> <img src="https://img.shields.io/github/stars/magicyuan876/mineru-tianshu?style=for-the-badge&logo=github&color=yellow" alt="Stars"/> </a> <a href="https://github.com/magicyuan876/mineru-tianshu/network/members"> <img src="https://img.shields.io/github/forks/magicyuan876/mineru-tianshu?style=for-the-badge&logo=github&color=blue" alt="Forks"/> </a> <a href="https://github.com/magicyuan876/mineru-tianshu/blob/main/LICENSE"> <img src="https://img.shields.io/badge/license-Apache%202.0-green?style=for-the-badge" alt="License"/> </a> </p> <p> <img src="https://img.shields.io/badge/Python-3.8+-blue?logo=python&logoColor=white" alt="Python"/> <img src="https://img.shields.io/badge/Vue-3.x-green?logo=vue.js&logoColor=white" alt="Vue"/> <img src="https://img.shields.io/badge/FastAPI-0.115+-teal?logo=fastapi&logoColor=white" alt="FastAPI"/> <img src="https://img.shields.io/badge/CUDA-Supported-76B900?logo=nvidia&logoColor=white" alt="CUDA"/> <img src="https://img.shields.io/badge/MCP-Supported-orange" alt="MCP"/> </p>English | 简体中文
<p> <a href="https://github.com/magicyuan876/mineru-tianshu"> <img src="https://img.shields.io/badge/⭐_Star-项目-yellow?style=for-the-badge&logo=github" alt="Star"/> </a> </p>如果这个项目对你有帮助,请点击右上角 ⭐ Star 支持一下,这是对开发者最大的鼓励!
</div>.env 新增)
PDF_SPLIT_ENABLED: 是否启用自动拆分(默认 true)PDF_SPLIT_THRESHOLD_PAGES: 拆分阈值页数(默认 500)PDF_SPLIT_CHUNK_SIZE: 每个子任务处理页数(默认 500)WORKER_MEMORY_LIMIT: 容器硬内存限制(默认 16G)WORKER_MEMORY_RESERVATION: 内存软限制/预留(默认 8G)RUSTFS_PUBLIC_URL 环境变量(外部可访问地址).env.example 配置文件,移除冗余选项make setup 或运行部署脚本即可完成全栈部署