Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-arifshabab committed Jan 19, 2024
1 parent 93d08fc commit d663d01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [{
Expand Down

0 comments on commit d663d01

Please sign in to comment.