- 24 Feb, 2025 1 commit
-
-
Xiaomeng Zhao authored
Updata ext.py is_pdf function to support the pdf with Chinese characters and special characters
-
- 23 Feb, 2025 2 commits
-
-
Xiaomeng Zhao authored
chore(magic_pdf): enhance license logging information
-
myhloli authored
- Add license ID information to the log for better traceability - Improve logging format to include both license ID and expiration date
-
- 22 Feb, 2025 1 commit
-
-
sayThQ199 authored
Determine whether the file name with a.pdf extension supports the inclusion of special characters or Chinese characters.
-
- 21 Feb, 2025 6 commits
-
-
Xiaomeng Zhao authored
fix(model): handle import errors and improve exception logging
-
myhloli authored
- Add ImportError handling to silence known import-related exceptions - Improve generic exception handling to log error messages- Maintain existing specific exception handlers for license-related issues
-
Xiaomeng Zhao authored
feat(model_init): implement license verification for Ascend plugin
-
myhloli authored
- Add license verification logic for Ascend plugin - Handle different license-related exceptions with appropriate error messages - Log success message with license expiration date if verification passes - Fall back to CPU model if license verification fails or plugin is not available
-
Xiaomeng Zhao authored
refactor(magic_pdf): improve title optimization process
-
myhloli authored
- Update instructions for AI-generated titles optimization - Use ast.literal_eval() instead of json.loads() for parsing completion content - Refactor variable names and logging for better code readability- Add error handling for JSON decoding issues
-
- 19 Feb, 2025 2 commits
-
-
Xiaomeng Zhao authored
docs(windows): add numpy version limit for CUDA installation
-
Xiaomeng Zhao authored
-
- 18 Feb, 2025 9 commits
-
-
Xiaomeng Zhao authored
fix: ut
-
Xiaomeng Zhao authored
Fix/caption match
-
myhloli authored
- Add numpy version limit (<2.0.0) in the pip installation command for Windows CUDA acceleration - Update both English and Chinese versions of the README
-
icecraft authored
-
myhloli authored
- Add installation of paddle_custom_npu wheel for Ascend NPU support - Update Dockerfile to include new package installation step
-
icecraft authored
-
icecraft authored
-
Xiaomeng Zhao authored
fix: caption match algorithm
-
icecraft authored
-
- 17 Feb, 2025 1 commit
-
-
Xiaomeng Zhao authored
Update web_api
-
- 14 Feb, 2025 11 commits
-
-
github-actions[bot] authored
-
shniubobo authored
-
shniubobo authored
-
shniubobo authored
-
shniubobo authored
-
shniubobo authored
Also add some documentation.
-
shniubobo authored
-
shniubobo authored
-
utopia2077 authored
-
Xiaomeng Zhao authored
fix(pdf_parse): Fixed the issue where some headings were missing in certain complex layouts.
-
myhloli authored
-
- 13 Feb, 2025 6 commits
-
-
Xiaomeng Zhao authored
docs(readme): update Docker run commands and environment setup
-
myhloli authored
-
Xiaomeng Zhao authored
build(deps): update dependency versions
-
myhloli authored
- Update PaddlePaddle from 3.0.0b1 to 3.0.0rc1 in Dockerfiles - Update RapidOCR dependencies to specific versions in requirements.txt files - Update requirements for all Docker configurations (china, global, ascend_npu)
-
myhloli authored
- Update PaddlePaddle to 3.0.0rc1 for Linux and macOS
-
myhloli authored
- Update rapidocr-paddle dependency to version >=1.4.5, <2.0.0- Update rapidocr_onnxruntime dependency to version >=1.4.4, <2.0.0
-
- 11 Feb, 2025 1 commit
-
-
Xiaomeng Zhao authored
refactor(model): integrate Ascend plugin for NPU support
-