php tesseract-php
PHP class for Tesseract command line
web-atrio/tesseract-php
PHP class for Tesseract command line
- Friday, October 13, 2017
- by steve-ferrero
- Repository
- 2 Watchers
- 1 Stars
- 7 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 3 Versions
- 40 % Grown
tesseract-php
PHP class for Tesseract command line, (*1)
Requirements
You should have Tesseract installed., (*2)
Installation
The package can be installed via composer:
``` bash
$ composer require web-atrio/tesseract-php, (*3)
## Usage
Read image file or PDF file.
For PDF file the temp property is required.
```php
$tesseract = new TesseractPHP("test.png");
$output = $tesseract->run();
License
The MIT License (MIT). Please see License File for more information., (*4)
dev-master
9999999-dev
PHP class for Tesseract command line
Sources
Download
MIT
The Requires
by
Steve Ferrero
0.2
0.2.0.0
PHP class for Tesseract command line
Sources
Download
MIT
The Requires
by
Steve Ferrero
0.1
0.1.0.0
PHP class for Tesseract command line
Sources
Download
MIT
The Requires
by
Steve Ferrero