From d4026c1df58ebdce6fdaf54c14ae99d4856d50b6 Mon Sep 17 00:00:00 2001 From: Davide Galilei <43778739+DavideGalilei@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:37:06 +0100 Subject: [PATCH] Add package nimtesseract (#2107) * Added package nimtesseract * Changed wrong license chosen by `nimble publish` Changed license from MIT to Unlicense --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index d90c0e2..521c6dc 100644 --- a/packages.json +++ b/packages.json @@ -24705,5 +24705,21 @@ "license": "MIT", "web": "https://github.com/ire4ever1190/opussum", "doc": "https://tempdocs.netlify.app/opussum/stable/" + }, + { + "name": "nimtesseract", + "url": "https://github.com/DavideGalilei/nimtesseract", + "method": "git", + "tags": [ + "ocr", + "nim", + "text", + "tesseract", + "ocr-recognition", + "wrapper" + ], + "description": "A wrapper to Tesseract OCR library for Nim", + "license": "Unlicense", + "web": "https://github.com/DavideGalilei/nimtesseract" } ]