From ab124563b8c7851147d790e29b4fc42cd85942b1 Mon Sep 17 00:00:00 2001 From: Plamen Dimitrov Date: Fri, 2 Oct 2020 18:53:46 +0300 Subject: [PATCH] Update the README options for using Tesseract OCR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b770e60..61f10c5c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Supported Computer Vision (CV) backends are based on - Haar cascade matching - Template-feature and mixed matching - [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) - - Text matching + - Text matching through pytesseract, tesserocr, or OpenCV's bindings - [PyTorch](https://github.com/pytorch/pytorch) - CNN matching - [autopy](https://github.com/msanders/autopy)