Skip to content

Latest commit

 

History

History
116 lines (63 loc) · 2.15 KB

File metadata and controls

116 lines (63 loc) · 2.15 KB

版本历史

1.0.2 (2026-01-28)

  • 支持传入base64编码的图片 (Support passing in base64 encoded images)

1.0.1 (2025-09-29)

  • 提高默认的置信度阈值 (Improve default confidence threshold)

1.0.0 (2025-09-23)

  • 提高模型泛化能力 (Improve model generalization)
  • 优化识别逻辑 (Optimize recognition logic)

1.0.0-Beta1 (2025-09-15)

  • 更新README (Update README)

1.0.0-Beta (2025-09-15)

  • 移除V1版本 (V1 Removed)

0.10.0 (2025-08-19)

  • 移除旧版模型 (Remove old model)

0.9.0 (2025-08-19)

  • 新增V2增强版模型 (V2 Enhanced Model)

0.9.0-Beta (2025-08-06)

  • 新增V2增强版模型 (V2 Enhanced Model)

0.8.0 (2025-07-16)

  • 依赖最小化 (Dependency Minimization)
  • 将ultralytics库替换为cv2

0.7.3 (2025-06-24)

  • 修复README中示例错误 (Fix README example error)

0.7.2 (2025-05-30)

  • 优化单缺口图片的识别逻辑 (Optimize the logic of single-gap image recognition)

0.7.1 (2025-03-24)

  • 提交兼容性 (Compatibility)

0.7.0 (2025-02-12)

  • 优化滑块截图的识别逻辑 (Optimize the logic of sliding block screenshot recognition)

0.6.0 (2024-11-13)

  • 增强模型泛化能力 (Enhance model generalization)

0.5.0 (2024-11-06)

  • 新增功能:基于验证码截图识别滑块距离 (Added support for recognizing the distance of the sliding block in screenshot)

0.4.0 (2024-10-10)

  • 增强模型泛化能力 (Enhance model generalization)

0.3.3 (2024-09-29)

  • 添加HTTP API文档链接 (Add HTTP API docs link)

0.3.2 (2024-09-24)

  • 修复图片链接错误 (Fix image link)

0.3.1 (2024-09-24)

  • 添加一些注意事项 (Add some notes)

0.3.0 (2024-09-23)

  • 支持截图类型的验证码识别 (Screenshot support)

0.2.1 (2024-09-10)

  • Fix example image link

0.2.0 (2024-09-10)

  • Improve the captcha compatibility of the library

0.1.6 (2024-09-06)

  • Update README

0.1.5 (2024-09-06)

  • Compress sample picture

0.1.4 (2024-08-30)

  • Handle the case where the result is empty
  • Split workflow to two jobs

0.1.3 (2024-08-26)

  • Optimize example image css in README

0.1.2 (2024-08-26)

  • Update example image url in README

0.1.1 (2024-08-26)

  • Update README

0.1.0 (2024-08-23)

  • First release.