From f7ebc3a3d1607004e0627fb16449157630b26d4b Mon Sep 17 00:00:00 2001 From: int3l Date: Fri, 20 Nov 2020 09:37:05 +0200 Subject: [PATCH] Add pre-commit.ci badge --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index fa7edaa6..0ac46ef5 100644 --- a/README.rst +++ b/README.rst @@ -17,13 +17,13 @@ Python Tesseract :target: https://anaconda.org/conda-forge/pytesseract :alt: Conda release -.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white - :target: https://github.com/pre-commit/pre-commit - :alt: pre-commit +.. image:: https://results.pre-commit.ci/badge/github/madmaze/pytesseract/master.svg + :target: https://results.pre-commit.ci/latest/github/madmaze/pytesseract/master + :alt: Pre-commit CI status .. image:: https://github.com/madmaze/pytesseract/workflows/CI/badge.svg?branch=master :target: https://github.com/madmaze/pytesseract/actions?query=workflow%3ACI - :alt: CI workflow status badge + :alt: CI workflow status Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and "read" the text embedded in images.