From 35269e667304e9cbc7e2f42b4bc688600c98ec46 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Thu, 11 Nov 2021 14:44:42 -0500 Subject: [PATCH] Add vesseract - Tesseract-OCR wrapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c20a312..b4f90d2 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ - [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli. - [termtable](https://github.com/serkonda7/termtable) - V Terminal Tables: Simple and highly customizable library to display tables in the terminal. - [vargs](https://github.com/nedpals/vargs) - V library for parsing arguments from argv-like arrays. ( Archived ) +- [vesseract](https://github.com/barrack-obama/vesseract) - V wrapper for Tesseract-OCR (optical character recognition). ### Text processing