- 02 Apr, 2025 2 commits
-
-
myhloli authored
- Commented out the code that copies the paddleocr model to user directory - This change affects both download_models.py and download_models_hf.py scripts
-
myhloli authored
- Update download_models.py and download_models_hf.py scripts - Change OCR model path from paddleocr to paddleocr_torch
-
- 20 Mar, 2025 2 commits
-
-
myhloli authored
- Add PaddleOCR model to the list of models to download - Update download_models.py and download_models_hf.py scripts to include PaddleOCR - Create user directory for PaddleOCR and copy downloaded models
-
myhloli authored
- Update config version to1.2.0 - Refactor model initialization in model_init.py- Update dependencies in requirements.txt files - Remove unused imports and models - Add conditional imports for table models
-
- 21 Jan, 2025 1 commit
-
-
myhloli authored
- Update model path from 'unimernet_small' to 'unimernet_small_2501' in multiple scripts and configuration files - This change affects download_models.py, download_models_hf.py, and model_configs.yaml
-
- 17 Jan, 2025 1 commit
-
-
myhloli authored
- Update the version check in download_models.py and download_models_hf.py - Change the threshold from '1.1.0' to '1.1.1' for model configuration updates
-
- 11 Jan, 2025 1 commit
-
-
myhloli authored
- Replace Gitee URLs with jsdelivr URLs in multiple files - Update Dockerfile instructions to use new URLs - Modify documentation to reflect new resource location - Adjust scripts and READMEs to point to new URL for downloads
-
- 24 Dec, 2024 1 commit
-
-
myhloli authored
- Add LLM-aided formula and text correction functionality - Update config reader to include LLM-aided settings - Create new LLM-aided processing module - Update main processing script to incorporate LLM-aided corrections - Modify download scripts to check for new config version
-
- 11 Nov, 2024 2 commits
-
-
myhloli authored
- Remove the download script from the `docs` directory and unify it in the `scripts` directory. - Update the JSON template URL in the script to the master branch. - Modify the script download link provided in the documentation. - Update the table recognition model in the configuration template to `rapid_table`.
-
Xiaomeng Zhao authored
-
- 01 Nov, 2024 1 commit
-
-
xu rui authored
-
- 28 Oct, 2024 1 commit
-
-
myhloli authored
- Update image path in README.md and README_zh-CN.md - Update chemical formula recognition link in README.md and README_zh-CN.md
-
- 23 Oct, 2024 1 commit
-
-
myhloli authored
- Add new layout model option: DocLayout-YOLO - Implement model initialization and prediction for DocLayout-YOLO - Update configuration options to include new model- Modify existing code to support both LayoutLMv3 and DocLayout-YOLO models - Update Gradio app to support more Custom Switch
-
- 14 Oct, 2024 1 commit
-
-
icecraft authored
* feat: manager docs with sphinx * fix: readthedocs configure * feat: support multiple language * fix: add .readthedocs.yaml * fix: requirments.txt path --------- Co-authored-by:icecraft <xurui1@pjlab.org.cn>
-
- 09 Oct, 2024 1 commit
-
-
myhloli authored
- Simplify model download instructions, include initial download and updates - Recommend using Hugging Face or ModelScope for downloading models - Remove detailed steps for Git LFS download due to reliability issues - Update configuration file name from template to final version - Clarify location and automatic generation of the configuration file - Update READMEs across different platforms to reflect these changes
-
- 08 Oct, 2024 2 commits
-
-
myhloli authored
- Add scripts to download models and update configuration file - Remove manual steps for modifying model paths - Update documentation for both ModelScope and HuggingFace model downloads - Improve user experience by automating the entire process
-
myhloli authored
- Add function to get local LayoutReader model directory- Check and use local model directory if available - Fall back to online model if local directory not found - Update model initialization to support local path - Refactor model loading in singleton class
-
- 28 Aug, 2024 1 commit
-
-
wangbinDL authored
-
- 21 Aug, 2024 1 commit
-
-
Xiaomeng Zhao authored
-