| GOCR (g-ocr) | |
| Copyright (c) 2026 Keyvan Hardani / german-ocr.de | |
| Licensed under the Apache License, Version 2.0 (see LICENSE). | |
| Third-party software and models | |
| ------------------------------- | |
| This product is built on the following Apache-2.0 works; their copyright | |
| and license notices are retained: | |
| * OpenOCR - https://github.com/Topdu/OpenOCR | |
| Apache License 2.0. GOCR's detector (DB-based) and recognizer | |
| (RepSVTR / SVTR-family, "KSVTRv3") are built on OpenOCR models and | |
| its training framework. | |
| * PaddleOCR - https://github.com/PaddlePaddle/PaddleOCR | |
| Apache License 2.0. The recognizer character dictionary | |
| (ppocr_keys_v1.txt) originates from PaddleOCR. | |
| Modifications by GOCR: ONNX export and packaging. A German-specialized | |
| recognizer (KSVTRv3-de), trained on German corpora + domain data, is in | |
| progress and will be published separately. The currently published | |
| recognizer uses the multilingual base vocabulary (ppocr_keys_v1). | |