- 11 Nov, 2024 7 commits
-
-
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
-
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
-
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 22 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
-
Xiaomeng Zhao authored
refactor(pdf_parse): adjust line count threshold for layoutreader
-
myhloli authored
- Lower the line count threshold from 316 to 200 to ensure compatibility - This change aims to prevent potential issues with layoutreader's maximum line support
-
myhloli authored
- Decrease the maximum line count from 512 to 316 for layoutreader
-
- 07 Nov, 2024 2 commits
-
-
Xiaomeng Zhao authored
feat(model): add xycut algorithm for block sorting
-
myhloli authored
- Implement xycut algorithm to sort blocks when layoutreader fails - Add recursive_xy_cut function to perform the xycut algorithm- Update pdf_parse_union_core_v2.py to use xycut when layoutreader fails - Modify draw_bbox.py to handle cases where layoutreader fails to sort blocks
-
- 06 Nov, 2024 8 commits
-
-
Xiaomeng Zhao authored
docs(README): update badges
-
myhloli authored
-
Xiaomeng Zhao authored
docs(README): update version number and improve documentation formatting
-
myhloli authored
docs(model): update model download instructions- Remove outdated information about git lfs download method - Clarify the version-specific instructions for model updates - Improve readability and structure of the documentation
-
myhloli authored
- Change heading from "!IMPORTANT" to "!WARNING" for pre-installation notice - This update improves clarity and consistency in the documentation
-
myhloli authored
- Add important notice about git lfs download issues in model download docs - Include warning about 0.9.x version changes in model update section - Add tip for finding user directory in config file location - Improve readability of TODO list in README files - Standardize important notices and tips across multiple language versions
-
myhloli authored
- Update version number from 0.9.1 to 0.9.2 in both English and Chinese README files - Enhance documentation formatting: - Add important notices and tips using Markdown admonitions - Improve readability with better headings and lists - Update screenshots and code examples
-
Xiaomeng Zhao authored
refactor(model): remove unused code and simplify OCR model initialization
-