Add diagnostic document conversion outputs
This commit is contained in:
parent
9db0bb7f5c
commit
09c2fcda5f
|
|
@ -1,23 +1,92 @@
|
||||||
|
aistudio-sdk==0.3.8
|
||||||
alembic==1.18.4
|
alembic==1.18.4
|
||||||
annotated-doc==0.0.4
|
annotated-doc==0.0.4
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.13.0
|
anyio==4.13.0
|
||||||
|
bce-python-sdk==0.9.71
|
||||||
|
bcrypt==4.3.0
|
||||||
|
certifi==2026.5.20
|
||||||
|
chardet==7.4.3
|
||||||
|
charset-normalizer==3.4.7
|
||||||
click==8.3.1
|
click==8.3.1
|
||||||
|
cobble==0.1.4
|
||||||
|
colorlog==6.10.1
|
||||||
|
crc32c==2.8
|
||||||
fastapi==0.135.2
|
fastapi==0.135.2
|
||||||
|
filelock==3.29.0
|
||||||
|
fire==0.7.1
|
||||||
|
fonttools==4.63.0
|
||||||
|
fsspec==2026.4.0
|
||||||
|
future==1.0.0
|
||||||
greenlet==3.3.2
|
greenlet==3.3.2
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
|
hf-xet==1.5.0
|
||||||
|
httpcore==1.0.9
|
||||||
|
httpx==0.28.1
|
||||||
|
huggingface_hub==1.16.1
|
||||||
idna==3.11
|
idna==3.11
|
||||||
|
imagesize==2.0.0
|
||||||
|
itsdangerous==2.2.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
|
lxml==6.1.1
|
||||||
Mako==1.3.10
|
Mako==1.3.10
|
||||||
|
mammoth==1.12.0
|
||||||
|
markdown-it-py==4.2.0
|
||||||
MarkupSafe==3.0.3
|
MarkupSafe==3.0.3
|
||||||
|
mdurl==0.1.2
|
||||||
|
modelscope==1.37.1
|
||||||
|
networkx==3.6.1
|
||||||
|
numpy==2.3.5
|
||||||
|
opencv-contrib-python==4.10.0.84
|
||||||
|
opencv-python-headless==4.13.0.92
|
||||||
|
opt-einsum==3.3.0
|
||||||
|
packaging==26.2
|
||||||
|
paddleocr==3.5.0
|
||||||
|
paddlepaddle==3.3.1
|
||||||
|
paddlex==3.5.2
|
||||||
|
pandas==3.0.3
|
||||||
|
passlib==1.7.4
|
||||||
|
pdf2docx==0.5.13
|
||||||
|
pdf2image==1.17.0
|
||||||
|
pillow==12.2.0
|
||||||
|
prettytable==3.17.0
|
||||||
|
protobuf==7.35.0
|
||||||
|
psutil==7.2.2
|
||||||
psycopg2-binary==2.9.11
|
psycopg2-binary==2.9.11
|
||||||
|
py-cpuinfo==9.0.0
|
||||||
|
pyclipper==1.4.0
|
||||||
|
pycryptodome==3.23.0
|
||||||
pydantic==2.12.5
|
pydantic==2.12.5
|
||||||
pydantic_core==2.41.5
|
pydantic_core==2.41.5
|
||||||
|
Pygments==2.20.0
|
||||||
|
PyMuPDF==1.27.2.3
|
||||||
|
pypdf==6.9.2
|
||||||
|
pypdfium2==5.8.0
|
||||||
|
pytesseract==0.3.13
|
||||||
|
python-bidi==0.6.10
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
python-docx==1.2.0
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
python-multipart==0.0.22
|
python-multipart==0.0.22
|
||||||
|
PyYAML==6.0.2
|
||||||
|
reportlab==4.4.10
|
||||||
|
requests==2.34.2
|
||||||
|
rich==15.0.0
|
||||||
|
ruamel.yaml==0.19.1
|
||||||
|
safetensors==0.7.0
|
||||||
|
setuptools==82.0.1
|
||||||
|
shapely==2.1.2
|
||||||
|
shellingham==1.5.4
|
||||||
|
six==1.17.0
|
||||||
SQLAlchemy==2.0.48
|
SQLAlchemy==2.0.48
|
||||||
starlette==1.0.0
|
starlette==1.0.0
|
||||||
|
termcolor==3.3.0
|
||||||
|
tqdm==4.67.3
|
||||||
|
typer==0.25.1
|
||||||
typing-inspection==0.4.2
|
typing-inspection==0.4.2
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
-e git+http://gitea.mcelwain.net/mcelwain/document-processor.git@f4abb7699169a401fe210b6addbc499177b6e71e#egg=UNKNOWN
|
ujson==5.12.1
|
||||||
|
-e git+http://gitea.mcelwain.net/mcelwain/document-processor.git@9db0bb7f5c9330d327404ddeb10965341e4cf83b#egg=UNKNOWN
|
||||||
|
urllib3==2.7.0
|
||||||
uvicorn==0.42.0
|
uvicorn==0.42.0
|
||||||
|
wcwidth==0.7.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue