convertor/src/pages
Your Name 6d948b0873 feat: implement automatic format inference service with candidate generation and prediction model
- Add formatCandidateRules.ts to define rules for generating format candidates based on file features.
- Introduce formatPredictionModel.ts to predict the most likely target format based on user behavior and file features.
- Create inferenceService.ts to integrate all inference modules and provide a unified inference API.
- Develop inference.tsx as an API endpoint for frontend calls to predict formats and engines based on file extensions.
- Implement logging for conversion events and dismissals, along with user profile retrieval.
- Ensure warmup management for engine predictions and provide status checks.
2026-01-26 12:47:16 +08:00
..
chooseConverter.tsx feature: add download all file by file alongside the tar download (#415) 2025-10-07 21:27:31 +02:00
convert.tsx feat: implement automatic format inference service with candidate generation and prediction model 2026-01-26 12:47:16 +08:00
deleteFile.tsx Merge commit from fork 2026-01-13 20:34:21 +01:00
deleteJob.tsx feat: bulk job deletion with multi-select UI (#481) 2025-12-27 00:24:39 +01:00
download.tsx style: fix prettier formatting 2026-01-22 00:51:37 +08:00
downloadChunk.tsx fix: resolve lint issues (XSS K601, knip unused exports, eslint errors) 2026-01-21 16:00:26 +08:00
healthcheck.tsx feat: add healthcheck endpoint (#431) 2025-11-02 13:58:57 +01:00
history.tsx feat: v0.1.9 - 全頁拖曳上傳 + i18n 修正 + 文件更新 2026-01-20 15:09:30 +08:00
inference.tsx feat: implement automatic format inference service with candidate generation and prediction model 2026-01-26 12:47:16 +08:00
listConverters.tsx feat: rebrand to ConvertX-CN, fix TypeScript error, add docs 2026-01-20 10:29:17 +08:00
results.tsx fix: ENOENT download error for archive-only converters (PDFMathTranslate/MinerU) 2026-01-22 00:47:37 +08:00
root.tsx fix(ci): resolve all lint errors for GitHub Actions 2026-01-20 12:16:13 +08:00
upload.tsx chore: fix format 2025-12-01 22:31:10 +01:00
uploadChunk.tsx fix: resolve lint issues (XSS K601, knip unused exports, eslint errors) 2026-01-21 16:00:26 +08:00
user.tsx fix: 修正表單標籤結構,將文本包裝在 span 中以改善可讀性 2026-01-23 00:52:32 +08:00