web-atrio / tesseract-php
PHP class for Tesseract command line
Installs: 48
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:php
Requires
- web-atrio/php-pdf-to-image: ^0.1.0
This package is not auto-updated.
Last update: 2025-04-27 06:49:13 UTC
README
PHP class for Tesseract command line
Requirements
You should have Tesseract installed.
Installation
The package can be installed via composer:
$ composer require web-atrio/tesseract-php
Usage
Read image file or PDF file. For PDF file the temp property is required.
$tesseract = new TesseractPHP("test.png"); $output = $tesseract->run();
License
The MIT License (MIT). Please see License File for more information.