mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-21 12:42:22 +08:00
- Remove concurrency limit logic from app.py - Update model initialization process in various modules - Remove unused VRAM check for concurrency limit - Refactor OCR model initialization in pdf_extract_kit.py - Update txt_spans_extract_v2 function to use lang parameter instead of ocr_model
Installation
MinerU(>=0.8.0)
If you already have a functioning MinerU environment, you can skip this step.
Third-party Software
pip install gradio gradio-pdf
Start Gradio App
python app.py
Use Gradio App
Access http://127.0.0.1:7860 in your web browser