"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "b3359dc9bf5b5f1f2fb8d82134d49d7ef801812a"
- 27 Apr, 2025 4 commits
-
-
myhloli authored
- Improve formula parsing success rate for better formula rendering - Upgrade pdfminer.six to the latest version to fix PDF parsing issues- Update changelog in both English and Chinese README files
-
myhloli authored
- Improve \left and \right command handling in LaTeX formulas - Enhance environment type matching for array, matrix, and other structures - Refactor code for better readability and maintainability
-
myhloli authored
- Refactor LaTeX left/right pair fixing logic for better balance - Add environment detection and correction for common math environments - Implement more robust whitespace handling and command substitution - Optimize regex patterns for improved performance and readability
-
myhloli authored
- Change pdfminer.six dependency from ==20231228 to >=20250416 - This update ensures compatibility with the latest version of pdfminer.six
-
- 25 Apr, 2025 2 commits
-
-
myhloli authored
- Add functions to fix LaTeX left and right commands - Implement brace matching and repair in LaTeX formulas - Remove unnecessary whitespace and repair LaTeX code - Replace specific LaTeX commands with appropriate alternatives - Add logging for debugging purposes
-
myhloli authored
- Add functions to fix LaTeX left and right commands - Implement brace matching and repair in LaTeX formulas - Remove unnecessary whitespace and repair LaTeX code - Replace specific LaTeX commands with appropriate alternatives - Add logging for debugging purposes
-
- 24 Apr, 2025 1 commit
-
-
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 9 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
-