Releases: SWHL/RapidVideOCR
Releases · SWHL/RapidVideOCR
Release v3.1.1
What's Changed
- docs: Add .ass usage to README by @liraymond04 in #79
- fix: Fix VideoSubFinder cli input parameters by @liraymond04 in #80
Full Changelog: v3.1.0...v3.1.1
Release v3.1.0
🚀 Features
- add .ass file format export by @liraymond04 in #76
🧪 Testing
⚙️ Miscellaneous Tasks
🎉 Contributors
Full Changelog: 3.1.0
Release v3.0.2
Release v3.0.0
🐛 Bug Fixes
- Remove width_hegith_ratio limit
📚 Documentation
- Update README
⚙️ Miscellaneous Tasks
- Update require
- Upgrade actions/checkout
What's Changed
Full Changelog: v2.2.14...v3.0.0
Release v2.2.14
Release v2.2.13
- Remove the loguru package
Desktop-v0.0.7
- 修复
v0.0.6中打开闪退问题 - 日常运行日志会默认存储在
RapidVideOCR-Desktop-v0.0.7-windows-2022-X64-no-installer\RapidVideOCR\rapid_videocr\log下,默认保存5天,过期会自动删除。
Release Desktop v0.0.6
- 增加日志记录模块,便于出现错误时,记录现场情况。
- 日志会自动记录到所在目录
log下,5天后会自动删除。 - 依赖
rapid_videocr库,更新到了v2.2.6,具体更新日志参见:更新日志
Release Desktop v0.0.5
主要更新如下:
- 暂时去除macos版本的Desktop版本,因为部分linux代码不兼容
- 界面没有更改
- 升级依赖的
rapid_videocr库
Release Desktop v0.0.4
主要更新:
- 修复不能读取带有中文路径的图像问题
- 漏轴时,将对应位置空出来,便于后续校对
- 保留VSF识别结果到
outputs/VSF_Results下,便于后续校对