Skip to content

Commit d663d01

Browse files
committed
initial commit
1 parent 93d08fc commit d663d01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OCR-Image Text Extracting
22

3-
[![Downloads](https://poser.pugx.org/ShababSoftwares/OCR-Text-Reorganization/d/total.svg)](https://github.com/ShababSoftwares/OCR-Text-Reorganization)
4-
[![License](https://poser.pugx.org/ShababSoftwares/OCR-Text-Recognition/license.svg)](LICENSE.md)
3+
[![Downloads](https://poser.pugx.org/ShababSoftwares/OCR-Text-Extractor/d/total.svg)](https://github.com/ShababSoftwares/OCR-Text-Extractor)
4+
[![License](https://poser.pugx.org/ShababSoftwares/OCR-Text-Extractor/license.svg)](LICENSE.md)
55

66
This is simple PHP Code using Tesseract-OCR to read and extract Text in any Image.
77

@@ -10,7 +10,7 @@ This is simple PHP Code using Tesseract-OCR to read and extract Text in any Imag
1010
First, install the package through Composer.
1111

1212
```bash
13-
composer create-project shababsoftwares/ocr-text-recognition
13+
composer create-project shababsoftwares/ocr-text-extractor
1414
```
1515

1616
## How to Install Tesseract-OCR

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "shababsoftwares/ocr-text-recognition",
2+
"name": "shababsoftwares/ocr-text-extractor",
33
"type": "project",
44
"description": "This is a simple php project using Tesseract to extract text from any image.",
55
"authors": [{

0 commit comments

Comments
 (0)