Add package nimtesseract (#2107)

* Added package nimtesseract

* Changed wrong license chosen by `nimble publish`

Changed license from MIT to Unlicense
This commit is contained in:
Davide Galilei 2022-01-04 18:37:06 +01:00 committed by GitHub
parent db0f16752c
commit d4026c1df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]