Commit Graph

176 Commits

Author SHA1 Message Date
myhloli 73f0530d16 feat(docs): update changelog for PP-OCRv5 model support and handwritten document recognition enhancements 2025-05-24 15:47:31 +08:00
myhloli 51ceb48014 docs(changelog): remove pdfminer.six version pinning from release notes 2025-05-14 10:30:55 +08:00
myhloli 9f0d45bb58 docs(installation): update Python version and CUDA installation instructions 2025-05-09 10:48:14 +08:00
myhloli 49a8f8be0a feat(model_utils): adjust table detection threshold and add features
- Adjust the threshold for considering tables inside other tables from2 to 3
- Add support for custom formula delimiters through user configuration
- Pin pdfminer.six to version 20250324 to prevent parsing failures
2025-04-29 15:24:28 +08:00
Xiaomeng Zhao 9f892a5e9d Merge pull request #2367 from kowyo/patch-1
docs(README): fix typo
2025-04-27 18:14:08 +08:00
myhloli 0807e971fe feat(pdf): optimize formula parsing and update pdfminer.six
- Improve formula parsing success rate for better formula rendering
- Upgrade pdfminer.six to the latest version to fix PDF parsing issues- Update changelog in both English and Chinese README files
2025-04-27 18:10:02 +08:00
小林在忙毕业设计 c1558af3ef docs(README): fix typo 2025-04-24 23:08:19 +08:00
myhloli e0dc6c8473 docs(README): update changelog for version 1.3.8 release 2025-04-23 18:48:32 +08:00
myhloli 4f88fcaa51 feat(ocr): add new Chinese OCR model and update language support
- Add new Chinese OCR model (ch_PP-OCRv4_rec_server_doc_infer) for server-side use
- Update language support in app.py to include new Chinese model
- Modify models_config.yml to add new model configuration
2025-04-23 18:06:12 +08:00
myhloli 9c4e779b91 fix(lang|performance): resolve lang parameter issue and speed up OCR/table parsing
- Fix lang parameter ineffectiveness during table parsing model initialization
- Resolve significant slowdown in OCR and table parsing speed in CPU mode
- Update changelog in README.md and README_zh-CN.md
2025-04-22 19:15:29 +08:00
myhloli 8d9070db10 fix(lang|performance): resolve lang parameter issue and speed up OCR/table parsing
- Fix lang parameter ineffectiveness during table parsing model initialization
- Resolve significant slowdown in OCR and table parsing speed in CPU mode
- Update changelog in README.md and README_zh-CN.md
2025-04-22 19:15:01 +08:00
myhloli 1705958f65 docs(README): update changelog for v1.3.4 release
- Update README.md and README_zh-CN.md with the latest changes
- Add new release notes for version 1.3.4
- Include improvements in OCR detection speed and page-level sorting
2025-04-16 17:57:17 +08:00
myhloli a69b97c9dd docs(readme): update release notes for English and Chinese README files
- Update version history in both English and Chinese README files
- Add note about model update required for fixing word concatenation issue- Ensure consistency between English and Chinese versions
2025-04-12 18:51:39 +08:00
myhloli 437311f5bd docs(README): update version history and installation instructions
- Update version history in README.md and README_zh-CN.md
- Add details for 1.3.2 release and previous versions
- Update Windows CUDA acceleration installation instructions
- Refactor changelog entries for better readability and organization
2025-04-12 18:44:55 +08:00
myhloli bc0ff1acb0 docs: update version number in README files
- Correct version number from 1.3.2 to 1.3.1 in both README.md and README_zh-CN.md
- Update changelog entries for the latest release
2025-04-08 18:14:29 +08:00
myhloli bd4728aaeb docs(README): update version number and changelog in README files
- Update version number from 1.3.1 to 1.3.2
2025-04-08 18:09:05 +08:00
myhloli 90f0e7370a docs: update badges and project URLs- Update PyPI version badge to use shields.io
- Add project URLs in setup.py for better discoverability
- Make consistent changes across README.md and README_zh-CN.md
2025-04-08 17:01:41 +08:00
myhloli 4fd8d626c4 docs(install): update Python version requirements and simplify torch installation
- Update Python version requirements to >=3.10
- Simplify torch installation command- Remove numpy version restriction
- Update CUDA compatibility information
- Adjust environment creation commands across multiple documentation files
2025-04-08 16:06:02 +08:00
myhloli 4067f6fdf4 docs(readme): update changelog and highlight usability improvements
- Remove duplicate entries for paddleocr2torch and thread safety
- Add new entry for real-time progress bar implementation
- Update mfr model to unimernet(2503)
- Extend torch version compatibility
- Enhance cuda support for various GPU models
- Improve parsing speed on MPS devices
2025-04-03 23:22:35 +08:00
myhloli 5c2e25acd4 docs(readme): update release notes for version 1.3.0
- Update release notes in both English and Chinese README files
- Highlight major optimizations and improvements in version 1.3.0
- Clarify compatibility changes for torch, CUDA, and Python versions
- Emphasize performance improvements and parsing speed enhancements
- Mention specific bug fixes and parsing effect optimizations
2025-04-03 23:17:53 +08:00
myhloli 0544996f4b docs(readme): update changelog and compatibility information
- Update changelog for version 1.3.0 release
- Clarify CUDA and GPU compatibility improvements
- Add information about batch processing speed improvements
- Update model download process and memory usage optimizations
- Include link to batch processing demo script
2025-04-03 15:51:26 +08:00
myhloli 86058278b7 docs(README): update model config examples and add tqdm dependency
- Remove outdated comments in table-config examples
- Add tqdm to requirements in all Docker environments
2025-04-03 12:18:04 +08:00
myhloli 7a0b87d53b docs: add RapidOCR and PaddleOCR2Pytorch to Acknowledgments list
- Add RapidOCR and PaddleOCR2Pytorch to the Acknowledgments list in README.md
- Add RapidOCR and PaddleOCR2Pytorch to the Acknowledgments list in README_zh-CN.md
2025-04-02 19:18:10 +08:00
myhloli 0eff993a51 feat(README): update changelog for version 1.3.0 release
- Installation and compatibility optimizations:
- Replace PaddleOCR with paddleocr2torch to resolve conflicts between Paddle and PyTorch
  - Remove layoutlmv3 usage to solve compatibility issues with detectron2
  - Extend PyTorch version compatibility to2.2~2.6  - Extend CUDA compatibility to 11.8~12.6
  - Extend Python version compatibility to 3.10~3.12

- Performance optimizations:
 - Support batch processing for multiple PDF files
  - Optimize mfr model loading and usage to reduce memory consumption and improve speed
  - Reduce minimum memory requirement to 6GB
  - Improve running speed on MPS devices

- Parsing effect optimization:
  - Update mfr model to unimernet(2503) to fix line break issues in multi-line formulas
2025-04-02 19:12:43 +08:00
myhloli 298305dd4f docs(README): update system requirements and GPU support
- Update Python version requirement to 3.10-3.12
- Expand CUDA environment options to 11.8/12.4/12.6
- Update GPU VRAM requirement to 6GB or more
-
2025-04-02 18:07:46 +08:00
myhloli f6f73050ad fix(readme): update changelog for v1.2.1 release
- Update README.md and README_zh-CN.md with the latest changes
- Add details about bug fixes in version1.2.1
- Include improvements for full-width to half-width conversion, caption matching, and formula span issues
2025-03-03 17:57:15 +08:00
myhloli aea10cfe3f docs(ascend): update Ascend NPU acceleration documentation
- Add information about OS and CANN version compatibility
- Include details on high-performance mode and its requirements
- Update paddlepaddle-gpu installation instructions for CUDA acceleration
- Remove unnecessary empty line from changelog
2025-02-25 15:01:25 +08:00
myhloli c2beed0428 docs(README): update release notes for version 1.2.0
- 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
2025-02-24 18:31:09 +08:00
myhloli 2a466e0308 docs(README): update release notes for version 1.2.0
- 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
2025-02-24 18:29:33 +08:00
myhloli 619aabd23a docs(readme): update Docker run commands and environment setup 2025-02-13 18:04:15 +08:00
Xiaomeng Zhao b643ae21ea Update README.md 2025-01-24 12:06:26 +08:00
myhloli 30ac4d086e docs(README): update online demo links and enhance documentation readability
- Update online demo links in both English and Chinese README files
2025-01-23 17:41:27 +08:00
myhloli ab263aadba docs(readme): update changelog for v1.1.0 release- Update model capabilities: upgrade to latest doclayout_yolo(2501) and unimernet(2501) models
- Improve performance: optimize resource usage and processing pipeline for faster parsing on high-end devices- Enhance parsing effects: add new heading classification feature to online demo
- Refactor changelog structure for better readability and organization
2025-01-23 17:30:25 +08:00
myhloli 6ff18b14fa feat(table-config): add sub_model configuration for rapid_table
- Add sub_model configuration option for rapid_table model
- Provide two sub_model options: slanet_plus and unitable
2025-01-23 15:26:41 +08:00
myhloli af4b209ee7 docs(url): update Miners links in header
- Change Miners homepage link from 'https://mineru.org.cn/home?source=online' to 'https://mineru.net/home?source=online'
- Change Miners client download link from 'https://mineru.org.cn/client?source=online' to 'https://mineru.net/client?source=online'
2025-01-22 18:28:24 +08:00
myhloli 4fe89d50b6 docs(readme):update readme for 1.1.0 2025-01-22 16:11:34 +08:00
myhloli 48c2051414 docs(README): update WeChat group link
- Update WeChat group link in both README.md and README_zh-CN.md
2025-01-16 19:49:21 +08:00
myhloli 443966d614 docs(README): update demo badges
- Update OpenDataLab badge to new design
2025-01-16 15:31:36 +08:00
myhloli cebaffb6cb docs(README): update demo badges
- Update OpenDataLab badge to new design
2025-01-16 15:26:11 +08:00
myhloli 0741adfd1f docs(README): update version number in release notes
- 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
2025-01-10 18:58:58 +08:00
Xiaomeng Zhao a636209b33 Merge pull request #1484 from myhloli/dev
docs(README): update table recognition default setting and accelerate options
2025-01-10 17:12:16 +08:00
myhloli 5c108bff04 docs(README): update table recognition default setting and accelerate options
- 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
2025-01-10 17:11:17 +08:00
Xiaomeng Zhao 4f3ed4ec2d Merge pull request #1482 from myhloli/dev
feat(README): add MPS acceleration support for Apple silicon
2025-01-10 17:00:01 +08:00
myhloli 6dc5830764 docs: improve MinerU Desktop call-to-action wording
- Simplify and clarify the description of MinerU Desktop
- Make the language more inviting and straightforward for users
2025-01-10 16:57:45 +08:00
myhloli 9a410d42e7 fix: types/v3-directive not published 2025-01-10 16:55:08 +08:00
myhloli 820e625fb3 feat(README): add MPS acceleration support for Apple silicon
- Added information about MPS acceleration support for Apple silicon chips- Updated README files to include MPS-related content and configuration instructions
- Improved language and formatting consistency across both English and Chinese README files
2025-01-10 16:16:23 +08:00
Xiaomeng Zhao 7f5e1355b6 Merge pull request #1481 from myhloli/dev
fix(device): enable MPS support and fix related issues
2025-01-10 15:59:02 +08:00
KehaoChen 37ac25b87d fix(docs): update pip install command in README files 2025-01-10 14:42:59 +08:00
myhloli 0f4016457f docs(README): update release date to 2025/01/10
- Correct the release date for version 1.0.0 in both English and Chinese README files
- Ensure consistency across documentation for the official release
2025-01-10 14:38:01 +08:00
myhloli b79f1d32a4 docs: reorganize inference acceleration sections in README
Reordered sections related to inference acceleration using CUDA and CANN to provide a clearer structure in both English and Chinese README files.
2025-01-09 23:53:34 +08:00