|
9 | 9 |
|
10 | 10 | ## [Unreleased]
|
11 | 11 |
|
| 12 | +## [0.12] – 2023-01-26 |
| 13 | + |
12 | 14 | ### Added
|
13 | 15 |
|
14 |
| -* EasyOCR Online and Hive OCR Online engines (uses Hugging Face Spaces by |
| 16 | +* EasyOCR Online and Hive OCR Online engines (using Hugging Face Spaces by |
15 | 17 | [tomofi][tomofi-hf] and [seaoctopusredchicken][seaoctopusredchicken-hf]
|
16 | 18 | respectively). (`ocr.engine: easyocr_online`, `ocr:engine: hiveocr_online`)
|
17 | 19 | * Those engines <ins>don’t work for vertical text, but they tend to be very
|
18 | 20 | good for horizontal text</ins>, Hive OCR especially.
|
19 |
| -* Integration with the [Agent][agent-gh] texthooker. (`integrations.agent.enable: |
20 |
| - yes` and enable `WebSocketServer` in Agent’s `Translate` tab) |
| 21 | +* Ability to receive text (and machine translations) from the [Agent][agent-gh] |
| 22 | + texthooker. (`integrations.agent.enable: yes` and enable `WebSocketServer` in |
| 23 | + Agent’s `Translate` tab) |
21 | 24 | * Option to auto-pause the session timer after a period of inactivity (no mouse
|
22 | 25 | and keyboard inputs to the client and no incoming chunks), unpausing after
|
23 | 26 | activity is resumed. (e.g., `sessionTimer.autoPause.after: 100s`)
|
|
29 | 32 | ### Changed
|
30 | 33 |
|
31 | 34 | * Improved the selection of vertical OCR models for use with the Tesseract engine.
|
32 |
| - |
33 | 35 | * Requires separate download. See [Setting up Tesseract OCR][readme-setting-up-tesseract].
|
34 | 36 |
|
35 | 37 | [readme-setting-up-tesseract]: https://github.com/fauu/Kamite/#setting-up-tesseract-ocr
|
|
397 | 399 |
|
398 | 400 | Initial release.
|
399 | 401 |
|
400 |
| -[Unreleased]: https://github.com/fauu/Kamite/compare/v0.11...HEAD |
| 402 | +[Unreleased]: https://github.com/fauu/Kamite/compare/v0.12...HEAD |
| 403 | +[0.12]: https://github.com/fauu/Kamite/releases/tag/v0.12 |
401 | 404 | [0.11]: https://github.com/fauu/Kamite/releases/tag/v0.11
|
402 | 405 | [0.10]: https://github.com/fauu/Kamite/releases/tag/v0.10
|
403 | 406 | [0.9]: https://github.com/fauu/Kamite/releases/tag/v0.9
|
|
0 commit comments