thiagoalessio/tesseract-ocr-for-php
A PHP library that wraps Tesseract OCR to extract text from images.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository provides a PHP interface to Tesseract OCR, an open-source optical character recognition engine. It allows PHP applications to process images and extract printed or handwritten text by invoking the underlying Tesseract binary. The library handles command execution, path management, and language configuration for multi-language OCR support.