317 Commits

Author SHA1 Message Date
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
Xiaomeng Zhao
564991512c Merge branch 'release-1.3.1' into dev 2025-04-08 18:16:01 +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
Xiaomeng Zhao
b3ac3ac148 Merge branch 'master' into release-1.3.2 2025-04-08 18:11:16 +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
0ab29cdbee docs(README): update version number in release notes
- Update version from1.3.1 to 1.3.2 in both English and Chinese README files
- Keep other content unchanged
2025-04-08 17:37:39 +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
c45a706ca8 refactor(model): update OCR model and remove unused configs
- Remove unused UniMERNet and LayoutLMv3 model configurations
- Update OCR model path and dictionary path for PaddleOCR
- Modify README to update system requirements and installation instructions
- Update setup.py to include new package data
2025-04-02 17:13:32 +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
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
34b4d7a12c Update README_zh-CN.md 2025-01-24 12:08:10 +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
a1c4f22a8c fix: update resource URLs to jsdelivr
- 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
2025-01-12 03:43:25 +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
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
myhloli
4df26e618e feat(README): update for 1.0.0 release and add automatic language identification feature
- Update README.md and README_zh-CN.md for1.0.0 release
- Add information about new automatic language identification feature
- Include link to Ascend NPU Acceleration documentation
- Highlight improvements in API interface and compatibility
2025-01-09 18:40:25 +08:00
myhloli
b65b8f1272 update demo url 2025-01-07 19:02:05 +08:00
myhloli
6c2df020b6 docs: update README files for v0.10.0 release
- Update README.md and README_zh-CN.md to reflect the latest features and improvements
- Highlight new hybrid OCR text extraction capabilities and performance enhancements
- Emphasize optimized compatibility for ARM architecture Linux systems
- Mention integration with Huawei Ascend NPU acceleration
2025-01-06 21:20:10 +08:00
myhloli
a3de866d2c docs(readme): update Docker commands to auto-activate virtual environment
- Update Docker run command in both README.md and README_zh-CN.md
- Add command to automatically activate the virtual environment upon container start
- Ensure users have the correct environment setup when accessing the container
2025-01-06 20:30:57 +08:00
myhloli
29dde7c28d docs(README): update for 1.0.0 release and improve documentation
- Update README.md and README_zh-CN.md for 1.0.0 release
- Add new API and compatibility information
- Update links to user guide and documentation
- Improve NPU acceleration section
2025-01-06 20:22:49 +08:00
myhloli
4d110d318d docs(README): add Ascend NPU acceleration guide
- Add new file README_Ascend_NPU_Acceleration_zh_CN.md in docs folder
- Update README.md and README_zh-CN.md to include link to new NPU acceleration guide
- Provide instructions for building and running Docker image for Ascend NPU
- List known issues and limitations when using Ascend NPU
2025-01-06 19:30:04 +08:00
myhloli
36c3ad6f8c build(docker): update Dockerfiles and download scripts
- Update Dockerfiles in china, global, and huawei_npu directories
- Improve wget commands by specifying output file names
- Update READMEs to reflect new Dockerfile locations
2025-01-06 10:55:51 +08:00
myhloli
2e8601ab93 docs(README): update documentation for NPU support
- Add section for using NPU acceleration in both English and Chinese README files
- Update system requirements to include CANN environment for NPU support
- Enhance the "Quick Start" guide with NPU-related information- Modify hardware requirements to specify "Ascend 910b" for NPU acceleration
2025-01-05 21:17:00 +08:00
Xiaomeng Zhao
c65c0478cd Update README_zh-CN.md 2024-12-12 14:46:24 +08:00
myhloli
6ae50fead8 docs(README): remove code examples and redirect to documentation
- Remove command line and API code examples from README files
- Add links to online documentation for command line and API usage
- Update content to point users to the new locations for detailed information
2024-11-27 16:36:06 +08:00