Registry / utility / thiagoalessio-tesseract-ocr

thiagoalessio-tesseract-ocr

JSON →
library2.13.0phppackagistunverified

A wrapper to work with Tesseract OCR inside PHP.

composer require thiagoalessio/tesseract_ocr
INSTALL
IMPORT
SIG · THIAGOALESSIO-TESS
T
thiagoalessio-tesseract-ocr
utilityphpv2.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TesseractOCR
✓ use Thiagoalessio\TesseractOCR\TesseractOCR;

Extract text from an image using Tesseract OCR.

use Thiagoalessio\TesseractOCR\TesseractOCR; $ocr = new TesseractOCR('image.png'); $text = $ocr->run(); echo $text;
Debug
Known issues
breakingRequires Tesseract OCR binary installed on the system.
fix
Install Tesseract OCR via package manager (e.g., apt-get install tesseract-ocr).
affects: >=2.0.0
Upgrade
Version history
2.13.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
thiagoalessio-tesseract-ocr — pip install thiagoalessio-tesseract-ocr · libregistry