diff --git a/README.md b/README.md index 9635e1e..2a0b866 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OCR-Image Text Extracting -[![Downloads](https://poser.pugx.org/ShababSoftwares/OCR-Text-Reorganization/d/total.svg)](https://github.com/ShababSoftwares/OCR-Text-Reorganization) -[![License](https://poser.pugx.org/ShababSoftwares/OCR-Text-Recognition/license.svg)](LICENSE.md) +[![Downloads](https://poser.pugx.org/ShababSoftwares/OCR-Text-Extractor/d/total.svg)](https://github.com/ShababSoftwares/OCR-Text-Extractor) +[![License](https://poser.pugx.org/ShababSoftwares/OCR-Text-Extractor/license.svg)](LICENSE.md) This is simple PHP Code using Tesseract-OCR to read and extract Text in any Image. @@ -10,7 +10,7 @@ This is simple PHP Code using Tesseract-OCR to read and extract Text in any Imag First, install the package through Composer. ```bash -composer create-project shababsoftwares/ocr-text-recognition +composer create-project shababsoftwares/ocr-text-extractor ``` ## How to Install Tesseract-OCR diff --git a/composer.json b/composer.json index b87da23..06c8522 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "shababsoftwares/ocr-text-recognition", + "name": "shababsoftwares/ocr-text-extractor", "type": "project", "description": "This is a simple php project using Tesseract to extract text from any image.", "authors": [{