From 59a8ab789968431886c9f5bb9a8ef7cda89fe77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Budy=C5=9B?= Date: Wed, 9 Feb 2022 20:53:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b315761..dd52d6f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ text recognition, robust against various scenarios specific to manga: Unlike many OCR models, Manga OCR supports recognizing multi-line text in a single forward pass, so that text bubbles found in manga can be processed at once, without splitting them into lines. -Code for training and synthetic data generation will be released soon. +See also: +- 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) # Installation