web-atrio / tesseract-php
PHP class for Tesseract command line
0.2
2017-10-13 13:45 UTC
Requires
- web-atrio/php-pdf-to-image: ^0.1.0
This package is not auto-updated.
Last update: 2026-03-15 11:39:14 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.