Commit Graph

27 Commits

Author SHA1 Message Date
admin 5a86d68228 debug: print full CHARS mapping and all 51 indices
Build and Deploy / build (push) Successful in 2m41s
Build and Deploy / deploy (push) Successful in 10s
2026-07-17 12:33:49 +00:00
admin 65c77452c2 debug: show raw indices and fix boundary check
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:26:31 +00:00
admin ae4bf8dd36 debug: print argmax results for Math CTC decode
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:19:55 +00:00
admin 0145bf9e44 debug: add logging for Math ONNX output
Build and Deploy / build (push) Successful in 2m41s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:12:48 +00:00
admin a3665ed63a fix: correct Math decode - output is [num_positions, batch, num_chars]
Build and Deploy / build (push) Successful in 3m3s
Build and Deploy / deploy (push) Successful in 11s
2026-07-17 11:53:17 +00:00
admin f2bc0ecdb2 fix: correct Math model output format - [T,B,C] not [C,B,T]
Build and Deploy / build (push) Successful in 2m45s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 11:48:15 +00:00
admin 6c123b7231 fix: correct Math model output transpose from [C,B,T] to [B,T,C]
Build and Deploy / build (push) Successful in 2m44s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 11:38:24 +00:00
admin 2fceca847f fix: use separate variable for evalMathExpression result
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 11:25:29 +00:00
admin 7dae9a0901 fix: avoid GetOutputShape CGO crash by using fixed output dimensions
Build and Deploy / build (push) Failing after 2m24s
Build and Deploy / deploy (push) Has been skipped
2026-07-17 11:02:00 +00:00
admin dc58cc1dba fix: add panic recovery and boundary checks for Math function
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
2026-07-17 10:59:47 +00:00
admin 89b688424a fix: rename min function to avoid conflict with builtin
Build and Deploy / build (push) Successful in 2m39s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 10:57:45 +00:00
admin 8c8787135d fix: rewrite Math preprocessing and decode to match original AntiCAP implementation
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 10:33:04 +00:00
admin 0c2225bdbb fix: handle dynamic dimensions in Math output shape
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 10:24:41 +00:00
admin 61f3223885 fix: correct Math CRNN output transpose and CTC decoding
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 10:03:40 +00:00
admin bd8db9ba27 docs: mark Detection models as optional (YOLO11 requires special post-processing)
Build and Deploy / build (push) Successful in 3m10s
Build and Deploy / deploy (push) Successful in 1s
2026-07-17 01:32:36 +00:00
admin 151f3f07e0 fix: convert YOLO PT to ONNX opset 12 for OpenCV 4.6 compatibility
Build and Deploy / build (push) Successful in 3m0s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 01:26:01 +00:00
admin ee578298b9 fix: mark Detection models as optional (requires OpenCV 4.8+)
Build and Deploy / build (push) Failing after 2m58s
Build and Deploy / deploy (push) Has been skipped
2026-07-17 01:20:04 +00:00
admin d918fb1654 fix: parse charset as JSON array instead of line-by-line
Build and Deploy / build (push) Successful in 5m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 00:42:42 +00:00
admin 3b45e76a7b fix: mark Detection models as required now they are available
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
2026-07-17 00:02:37 +00:00
admin eb995760f7 fix: upgrade ONNX Runtime to 1.18.0 for IR v10, mark Detection models as optional
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 23:49:03 +00:00
admin 28998964ef fix: 移除未使用的 import
Build and Deploy / build (push) Failing after 2m55s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 22:45:08 +00:00
admin 015b1406e2 feat: 完整实现 CGO 版本 - ONNX Runtime + OpenCV DNN (YOLO)
Build and Deploy / build (push) Failing after 2m22s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 21:27:26 +00:00
admin 7afefe5e9f feat: 实现 ONNX Runtime CGO 绑定和 OCR/Math 推理逻辑
Build and Deploy / build (push) Failing after 2m23s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 21:14:34 +00:00
admin 5dacb61122 fix: 恢复模型原始文件名
Build and Deploy / build (push) Successful in 2m37s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 19:55:23 +00:00
admin e9d3bdbc68 fix: 从 Gitea 仓库下载模型(无需认证)
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
2026-07-16 19:52:57 +00:00
admin a3750ffce4 feat: 启动时自动下载缺失的模型文件
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
2026-07-16 19:51:13 +00:00
admin 524c404194 feat: initial commit - Go + CGO captcha recognition service
Build and Deploy / build-frontend (push) Failing after 2s
Build and Deploy / build-backend (push) Has been skipped
Build and Deploy / build-docker (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
Features:
- Go + CGO ONNX/OpenCV wrapper for high performance
- SQLite (default) / MySQL database support
- Optional Redis caching
- JWT authentication system
- Multiple captcha recognition APIs:
  - OCR text recognition
  - Slider captcha matching
  - Image similarity comparison
  - Rotation captcha detection
  - Object detection
- React frontend with install wizard
- Docker and docker-compose support
- Gitea CI/CD pipeline

Project structure:
- cmd/server: Main entry point
- internal/: Core business logic
- pkg/onnx: ONNX Runtime CGO wrapper
- pkg/opencv: OpenCV CGO wrapper
- web/: React frontend
- deploy/: Deployment configs
- scripts/: Utility scripts
2026-07-16 08:56:38 +00:00