Commit Graph

8 Commits

Author SHA1 Message Date
liuyuanchuang
39e72a5743 fix: encode non-ASCII filename in Content-Disposition header
Use RFC 5987 filename*=UTF-8'' percent-encoding to support Chinese and
other Unicode characters in DOCX download filenames.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 17:41:18 +08:00
liuyuanchuang
d1050acbdc fix: looger path 2026-03-12 12:41:26 +08:00
liuyuanchuang
92b56d61d8 feat: add log for export api 2026-03-12 11:40:19 +08:00
liuyuanchuang
30d2c2f45b fix: remove padding from GLMOCREndToEndService and clean up ruff violations
- Drop image padding in GLMOCREndToEndService.recognize(); use raw image directly
- Fix F821 undefined `padded` references replaced with `image`
- Fix F601 duplicate dict key "&#x2260;" in converter
- Fix F841 unused `image_cls_ids` variable in layout_postprocess
- Fix E702 semicolon-separated statements in layout_postprocess
- Fix UP031 percent-format replaced with f-string in logging_config
- Auto-fix 44 additional ruff violations (import order, UP035/UP045/UP006, F401, F541)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 19:52:22 +08:00
liuyuanchuang
69f9a70ae5 feat: add omml api 2026-02-04 12:35:14 +08:00
35928c2484 fix: refact logic 2025-12-31 17:38:32 +08:00
liuyuanchuang
f97791ca18 fix: add package 2025-12-29 20:02:07 +08:00
liuyuanchuang
874fd383cc init repo 2025-12-29 17:34:58 +08:00