- 14 Jan, 2025 9 commits
-
-
Xiaomeng Zhao authored
feat(layout): improve title block handling and layout detection
-
myhloli authored
-
myhloli authored
- Merge title blocks that are close to each other horizontally - Adjust line insertion logic for title blocks- Increase image size and decrease confidence threshold for layout detection - Update DocLayoutYOLO model weights - Refactor drawing of bounding boxes for different block types
-
Xiaomeng Zhao authored
build(deps): add upper version limit for PyMuPDF
-
myhloli authored
- Set PyMuPDF version to <= 1.24.14 in all requirements files - Prevent potential compatibility issues with future versions
-
Xiaomeng Zhao authored
Update pdf_parse_union_core_v2.py
-
Xiaomeng Zhao authored
-
Xiaomeng Zhao authored
docs/replace log
-
xu rui authored
-
- 13 Jan, 2025 5 commits
-
-
Xiaomeng Zhao authored
-
icecraft authored
-
Xiaomeng Zhao authored
-
Hui Kang authored
-
Xiaomeng Zhao authored
-
- 12 Jan, 2025 1 commit
-
-
Hui authored
-
- 11 Jan, 2025 4 commits
-
-
Xiaomeng Zhao authored
docs(faq): add troubleshooting guide for old GPUs encountering CUDA errors
-
myhloli authored
Added a new section in both English and Chinese FAQs addressing the issue where old GPUs like M40 encounter a RuntimeError due to unsupported BF16 precision. The guide includes steps to manually disable BF16 precision by modifying the relevant code in "pdf_parse_union_core_v2.py".
-
Xiaomeng Zhao authored
fix: update resource URLs to jsdelivr
-
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
-
- 10 Jan, 2025 21 commits
-
-
Xiaomeng Zhao authored
docs(README): update version number in release notes
-
myhloli authored
- Change version number from 1.0.0 to1.0.1 in both English and Chinese README files - Update the changelog section in README.md and README_zh-CN.md
-
Xiaomeng Zhao authored
master->dev
-
myhloli authored
-
Xiaomeng Zhao authored
fix(llm_aided): add enable flag check for LLM aided optimizations
-
Xiaomeng Zhao authored
fix(llm_aided): add enable flag check for LLM aided optimizations
-
Xiaomeng Zhao authored
fix(llm_aided): add enable flag check for LLM aided optimizations
-
myhloli authored
- Add enable flag check for formula, text, and title optimizations
-
Xiaomeng Zhao authored
build(docker): use Aliyun mirror for magic-pdf installation
-
Xiaomeng Zhao authored
Dev
-
Xiaomeng Zhao authored
build(docker): use Aliyun mirror for magic-pdf installation
-
myhloli authored
- Update Dockerfiles to use Aliyun mirror for magic-pdf installation - Add -y flag to add-apt-repository for non-interactive mode
-
Xiaomeng Zhao authored
master->dev
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.0.0
-
Xiaomeng Zhao authored
docs(README): update table recognition default setting and accelerate
-
Xiaomeng Zhao authored
docs(README): update table recognition default setting and accelerate options
-
myhloli authored
- Enable table recognition by default in both English and Chinese README files - Add MPS (Metal Performance Shaders) as an acceleration option for MacOS in the Chinese README - Update the description of acceleration options in the Chinese README
-
Xiaomeng Zhao authored
Release 1.0.0
-
Xiaomeng Zhao authored
docs: update readme
-
Xiaomeng Zhao authored
feat(README): add MPS acceleration support for Apple silicon
-