From 12ac593882d1c40a04b5a0d97bf3e45946733a6b Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Sun, 19 Oct 2025 05:25:21 +0200 Subject: [PATCH] Add credits --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ada39..975bf7b 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,10 @@ The command-line options/config file allow you to configure OCR providers, hotke This uses code from/references these people/projects: - Viola for working on the Google Lens implementation (twice!) and helping with the pyobjc VisionKit code! -- @ronaldoussoren for helping with the pyobjc VisionKit code +- @rtr46 for contributing a big overhaul allowing for coordinate support and JSON output +- @bpwhelan for contributing code for other language support and for his ideas (like two pass processing) originally implemented in the Game Sentence Miner fork of owocr - @bropines for the Bing code ([Github issue](https://github.com/AuroraWright/owocr/issues/10)) +- @ronaldoussoren for helping with the pyobjc VisionKit code - [Manga OCR](https://github.com/kha-white/manga-ocr) for inspiring and being the project owocr was originally derived from - [ocrmac](https://github.com/straussmaximilian/ocrmac) for the Apple Vision framework API - [NadeOCR](https://github.com/Natsume-197/NadeOCR) for the Google Vision API