web-atrio/tesseract-php

PHP class for Tesseract command line

Maintainers

Package info

github.com/steve-ferrero/tesseract-php

Type:php

pkg:composer/web-atrio/tesseract-php

Statistics

Installs: 53

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 1

0.2 2017-10-13 13:45 UTC

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.