- 15 Nov, 2024 7 commits
-
-
myhloli authored
- Adjust spacing and line breaks in the GPU support list for better readability
-
myhloli authored
- Simplify GPU recommendations to 8GB or more, removing separate minimum and recommended configurations - Update list of supported GPUs for8GB and above - Update table recognition options in config settings
-
myhloli authored
-
myhloli authored
-
Xiaomeng Zhao authored
refactor(model): rename and restructure model modules
-
myhloli authored
- Rename ppTableModel to TableMasterPaddleModel in test_tablemaster.py
-
myhloli authored
-
- 14 Nov, 2024 2 commits
-
-
Xiaomeng Zhao authored
fix(parse_pipeline): Resolve post-processing exceptions caused by partial PDFs due to file corruption or non-standard format by forcing a re-print.
-
myhloli authored
fix(parse_pipeline): Resolve post-processing exceptions caused by partial PDFs due to file corruption or non-standard format by forcing a re-print.
-
- 13 Nov, 2024 5 commits
-
-
icecraft authored
Co-authored-by:xu rui <xurui1@pjlab.org.cn>
-
Xiaomeng Zhao authored
fix(ocr_mkcontent): improve handling of single-character content #937
-
myhloli authored
- Add digit check for single-character content to avoid adding unnecessary spaces
-
Xiaomeng Zhao authored
build(Dockerfile): update model download script and dependencies
-
myhloli authored
- Update the URL for downloading the model setup script in Dockerfile - Upgrade struct-eqtable to version 0.3.2 and remove pypandoc - Add new dependencies: einops, accelerate, doclayout_yolo, rapidocr-paddle, and rapid_table
-
- 12 Nov, 2024 2 commits
-
-
Xiaomeng Zhao authored
fix: typo
-
xu rui authored
-
- 11 Nov, 2024 18 commits
-
-
Xiaomeng Zhao authored
-
xu rui authored
-
Xiaomeng Zhao authored
Style/docs
-
xu rui authored
-
xu rui authored
-
xu rui authored
-
xu rui authored
-
Xiaomeng Zhao authored
fix(para_split_v3): Fix IndexError in para_split_v3.py for empty line handling
-
Xiaomeng Zhao authored
docs(README_ja-JP.md): update warning message and remove outdated content
-
myhloli authored
- Add warning message at the top of the document in Japanese - Remove outdated warning message from the body - Update warning to point to the latest English documentation
-
Xiaomeng Zhao authored
docs(readme): update table recognition configuration and documentation
-
myhloli authored
- Update table recognition model to "rapid_table" in README.md and README_zh-CN.md - Update documentation warning in README_ja-JP.md - Improve clarity of table recognition configuration options
-
hyastar authored
-
Xiaomeng Zhao authored
refactor(model download script)
-
myhloli authored
- Remove the download script from the `docs` directory and unify it in the `scripts` directory. - Update the JSON template URL in the script to the master branch. - Modify the script download link provided in the documentation. - Update the table recognition model in the configuration template to `rapid_table`.
-
Xiaomeng Zhao authored
fix: remove classes hierarchy diagram
-
xu rui authored
-
myhloli authored
- Add DocLayout-YOLO repository link - Add RapidTable repository link
-
- 09 Nov, 2024 1 commit
-
-
Xiaomeng Zhao authored
-
- 08 Nov, 2024 5 commits
-
-
Xiaomeng Zhao authored
feat(table): add RapidOCR support for RapidTable model
-
myhloli authored
- Integrate RapidOCR with RapidTable model for table recognition - Improve memory management for devices with <= 8GB VRAM - Update table recognition process to use RapidOCR for RapidTable - Add rapidocr-paddle dependency in setup.py
-
Xiaomeng Zhao authored
test(table): improve ppTableModel test coverage
-
myhloli authored
- Update test_image2html to use unittest framework - Add more assertions
-
Xiaomeng Zhao authored
Modify the test directory
-