- 22 Apr, 2025 8 commits
-
-
Xiaomeng Zhao authored
master->dev
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.3.7
-
Xiaomeng Zhao authored
refactor(table): replace ocr_engine with lang in table model prediction
-
myhloli authored
- 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
-
myhloli authored
- 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
-
myhloli authored
- Automatically change to ch_lite model when using CPU for Chinese OCR - This modification improves performance on CPU devices
-
myhloli authored
- Remove OCR engine instantiation inside the loop - Pass language directly to the table model instead of OCR engine - Simplify code structure and improve readability
-
- 21 Apr, 2025 4 commits
-
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.3.6
-
Xiaomeng Zhao authored
feat: add support for JPEG images and update documentation
-
myhloli authored
- Add '.jpeg' to the list of supported image extensions in app.py and read_api.py - Update projects READMEs to indicate that web_demo is deprecated
-
- 18 Apr, 2025 2 commits
- 17 Apr, 2025 13 commits
-
-
Xiaomeng Zhao authored
docs: update issue templates and disable blank issues
-
Xiaomeng Zhao authored
docs: update issue templates and disable blank issues
-
myhloli authored
- Update bug report template with more detailed instructions and sections - Add operating system version field to bug report - Include support for MPS in device options - Disable blank issues and provide alternative contact links - Remove feature request template
-
Xiaomeng Zhao authored
update test case
-
dt-yy authored
-
dt-yy authored
-
dt-yy authored
-
github-actions[bot] authored
-
Xiaomeng Zhao authored
master->dev
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.3.5
-
Xiaomeng Zhao authored
refactor(office_to_pdf): simplify font checking and add logging
-
myhloli authored
- Remove specific Chinese font list and detailed font checking - Add logging warning if no Chinese fonts are detected - Make font checking more robust and less platform-specific
-
- 16 Apr, 2025 13 commits
-
-
myhloli authored
- Temporarily disable Chinese font check for Windows systems - This change allows bypassing the font check when the required fonts are not present
-
myhloli authored
- Update magic-pdf installation to include specific version with full dependencies - Add numpy, decorator, attrs, absl-py, cloudpickle, ml-dtypes, tornado, and einops as separate packages - Specify numpy version to be less than 2
-
Xiaomeng Zhao authored
fix(test_table): update image path to use relative path
-
myhloli authored
- Replace hardcoded image path with dynamic path generation - Use os.path.join to create platform-independent file paths - Improve code maintainability and portability across different environments
-
Xiaomeng Zhao authored
master->dev
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.3.4
-
Xiaomeng Zhao authored
Dev
-
Xiaomeng Zhao authored
docs(README): update changelog for v1.3.4 release
-
myhloli authored
- 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
-
Xiaomeng Zhao authored
feat(pdf_parse): add footnote block handling in layout split
-
myhloli authored
- Modify `ocr_detect_all_bboxes.py` to return footnote blocks - Update `pdf_parse_union_core_v2.py` to handle footnote blocks in line sorting and layout splitting - This change improves the accuracy of layout analysis by considering footnote blocks separately
-
Xiaomeng Zhao authored
test(table): update unit test to use RapidTable model
-