Commit Graph

10 Commits

Author SHA1 Message Date
admin 5c3b7ef81d fix: CastTypeInfoToTensorInfo 使用 const 指针
Build and Deploy / build (push) Failing after 2m55s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 22:37:14 +00:00
admin 1962f75a47 fix: ONNX Runtime API 兼容 - 添加 OrtEnv 环境
Build and Deploy / build (push) Failing after 2m27s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 22:29:13 +00:00
admin 145e8c99ba fix: 添加 ONNX Runtime 头文件路径和 fstream 头文件
Build and Deploy / build (push) Failing after 2m25s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 22:24:13 +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 ffd99a25c3 fix: add Image struct definition in opencv.cpp
Build and Deploy / build (push) Successful in 2m4s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 13:30:24 +00:00
admin 6bbec4da4a fix: use pkg-config for opencv4 in CGO
Build and Deploy / build (push) Failing after 1m50s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 13:04:31 +00:00
admin 4bf7f609e7 fix: use CPPFLAGS for OpenCV include path
Build and Deploy / build (push) Failing after 1m56s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 12:50:39 +00:00
admin 2230a4404f fix: add OpenCV 4 include path in CGO directives
Build and Deploy / build (push) Failing after 1m26s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 12:33:18 +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