- 24 Apr, 2025 2 commits
-
-
Xiaomeng Zhao authored
fix(mfr): improve LaTeX whitespace handling in unimernet model
-
myhloli authored
- Preserve "\ " sequences during whitespace removal - Add temporary substitution to prevent incorrect processing of "\ " sequences - Restore "\ " sequences after removing unnecessary whitespace
-
- 23 Apr, 2025 10 commits
-
-
Xiaomeng Zhao authored
master->dev
-
myhloli authored
-
myhloli authored
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.3.8
-
Xiaomeng Zhao authored
test(table): update test_rapidtable.py to handle SegLink text variations
-
myhloli authored
- Modify assertion for first cell text to check for 'SegLink' instead of exact match - This change accommodates variations in SegLink text format
-
Xiaomeng Zhao authored
feat(ocr): add new Chinese OCR model and update language support
-
myhloli authored
- Replace get_device() function call with direct 'device' variable usage - Simplify device configuration in OCR model initialization
-
myhloli authored
- Add new Chinese OCR model (ch_PP-OCRv4_rec_server_doc_infer) for server-side use - Update language support in app.py to include new Chinese model - Modify models_config.yml to add new model configuration
-
- 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 1 commit
-
-
myhloli authored
- Temporarily disable Chinese font check for Windows systems - This change allows bypassing the font check when the required fonts are not present
-