Metadata-Version: 2.1
Name: pfip
Version: 0.1.24
Summary: 
Author: panshi team
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: html2text (>=2024.2.26,<2025.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: panshi-base (>=0.1.18,<0.2.0)
Requires-Dist: panshi2task (>=0.2.1,<0.3.0)
Requires-Dist: pymupdf (>=1.24.7,<2.0.0)
Requires-Dist: pypdf2 (>=3.0.1,<4.0.0)
Requires-Dist: python-docx (>=1.1.2,<2.0.0)
Requires-Dist: python-pptx (>=0.6.23,<0.7.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: shapely (>=2.0.5,<3.0.0)
Requires-Dist: tqdm (>=4.66.4,<5.0.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# panshi-file-parser

文件解析服务，包含解析、切分，支持pdf、word、markdown、txt、html等文件类型

pfip   panshi_file_inlli_processor

# 打包发布

```shell
poetry config http-basic.dplus admin numgal.nexus.admin
poetry config repositories.dplus http://192.168.3.3:8081/repository/pypi-hosted/
poetry publish --build --repository dplus 
poetry cache clear dplus --all
```
