- 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 19 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
-
DTwz authored
-
Xiaomeng Zhao authored
refactor(magic_pdf_parse_main): optimize model data handling and JSON output
-
myhloli authored
- Add orig_model_list parameter to maintain original model data - Deep copy model_json and pipe.model_list to preserve data integrity - Update json_md_dump function call to include orig_model_list - Improve condition check for empty model_json
-
Xiaomeng Zhao authored
fix(gradio-app): add missing file type in upload
-
myhloli authored
-
myhloli authored
- Add missing '.jpg' file type to the list of allowed file types for upload
-
Xiaomeng Zhao authored
feat(table): integrate RapidTable model for table recognition
-
myhloli authored
- Change the default table model from TABLE_MASTER to RAPID_TABLE
-
myhloli authored
- Add RapidTable model support for table recognition - Update table model configuration and initialization - Modify table recognition process to use RapidTable when specified - Add RapidTable dependency to setup.py
-
Xiaomeng Zhao authored
feat: using next_docs
-
xu rui authored
-
Xiaomeng Zhao authored
Feat/add en docs
-
xu rui authored
-
xu rui authored
-