"vscode:/vscode.git/clone" did not exist on "d952942d8353612a137ea7bca3968db189f6139e"
- 24 Feb, 2025 7 commits
-
-
myhloli authored
- Update English and Chinese README files with the changelog for version 1.2.0 - Include details on performance optimizations, parsing improvements, and bug fixes - Highlight specific enhancements for PDF document classification, watermark handling, and layout matching
-
myhloli authored
- Introduce span_block_type_compatible function to check compatibility between span and block types - Update fill_spans_in_blocks function to use the new compatibility check - Improve accuracy of span allocation to blocks based on content type
-
Xiaomeng Zhao authored
fix(llm_aided): update prompt
-
myhloli authored
-
myhloli authored
- Update the logic for determining `end_page_id` to handle negative values - This change ensures proper behavior when `end_page_id` is set to -1 or other negative values
-
Xiaomeng Zhao authored
fix #1747
-
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 3 commits
-
-
Nathan Dahlberg authored
-
github-actions[bot] authored
-
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 10 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.
-