Skip to content

Commit 6d51241

Browse files
committed
docs: update Readme and Changelog for v0.12
1 parent f0f09bb commit 6d51241

File tree

2 files changed

+190
-59
lines changed

2 files changed

+190
-59
lines changed

CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@
99

1010
## [Unreleased]
1111

12+
## [0.12] – 2023-01-26
13+
1214
### Added
1315

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
1517
[tomofi][tomofi-hf] and [seaoctopusredchicken][seaoctopusredchicken-hf]
1618
respectively). (`ocr.engine: easyocr_online`, `ocr:engine: hiveocr_online`)
1719
* Those engines <ins>don’t work for vertical text, but they tend to be very
1820
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)
2124
* Option to auto-pause the session timer after a period of inactivity (no mouse
2225
and keyboard inputs to the client and no incoming chunks), unpausing after
2326
activity is resumed. (e.g., `sessionTimer.autoPause.after: 100s`)
@@ -29,7 +32,6 @@
2932
### Changed
3033

3134
* Improved the selection of vertical OCR models for use with the Tesseract engine.
32-
3335
* Requires separate download. See [Setting up Tesseract OCR][readme-setting-up-tesseract].
3436

3537
[readme-setting-up-tesseract]: https://github.com/fauu/Kamite/#setting-up-tesseract-ocr
@@ -397,7 +399,8 @@
397399

398400
Initial release.
399401

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
401404
[0.11]: https://github.com/fauu/Kamite/releases/tag/v0.11
402405
[0.10]: https://github.com/fauu/Kamite/releases/tag/v0.10
403406
[0.9]: https://github.com/fauu/Kamite/releases/tag/v0.9

0 commit comments

Comments
 (0)