From 896d69bdb175cbf7d2932edcbd7379ec8f6c0613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Budy=C5=9B?= Date: Sun, 24 Apr 2022 21:53:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 831f3ce..dc354fe 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Unlike many OCR models, Manga OCR supports recognizing multi-line text in a sing so that text bubbles found in manga can be processed at once, without splitting them into lines. See also: +- [Poricom](https://github.com/bluaxees/Poricom), a GUI reader, which uses manga-ocr +- [mokuro](https://github.com/kha-white/mokuro), a tool, which uses manga-ocr to generate an HTML overlay for manga - Development code, including code for training and synthetic data generation: [link](manga_ocr_dev) - Description of synthetic data generation pipeline + examples of generated images: [link](manga_ocr_dev/synthetic_data_generator)