From 6ee32b4917c4e9c1f33c9df31f99a30fe056d739 Mon Sep 17 00:00:00 2001 From: javvi51 <118172319+javvi51@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:27:10 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f10d051..515fd0d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # eDOCr -eDOCr is a packaged version of [keras-ocr](https://github.com/faustomorales/keras-ocr) that facilitates end-to-end digitization of mechanical EDs. Developed for Windows OS and using Python as the primary programming language. +eDOCr is a packaged version of [keras-ocr](https://github.com/faustomorales/keras-ocr) that facilitates end-to-end digitization of mechanical EDs. Developed for Windows OS and using Python as the primary programming language. The implementation is discussed in the researh paper [Optical character recognition on engineering drawings to achieve automation in production quality control](https://www.frontiersin.org/articles/10.3389/fmtec.2023.1154132/full) ## Getting Started @@ -144,3 +144,4 @@ pretrained_model = None train_recognizer.generate_n_train(alphabet, backgrounds, fonts, recognizer_basepath=recognizer_basepath, pretrained_model=pretrained_model) ``` +This work was supported by Vinnova (Sweden) under grant 2021-02481, iPROD project. The authors would like to thank Vinnova for making this research project possible.