library abbyy-cloud
Interface for communication with ABBYY cloud OCR
shonezlo/abbyy-cloud
Interface for communication with ABBYY cloud OCR
- Thursday, September 3, 2015
- by shonezlo
- Repository
- 1 Watchers
- 1 Stars
- 16 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
abbyy-cloud
Interface for communication with ABBYY cloud OCR, (*1)
Usage
First, you have to register with ABBYY Cloud: https://cloud.ocrsdk.com/Account/Register, (*2)
1. Init
use ShoneZlo\AbbyyCloud\AbbyyClient;
$abbyy = new AbbyyClient('my app name', 'my-app-key');
2. Submit image (and wait for a while)
$imagePath = '/absolute/path/to-image.jpg';
$text = $abbyy->performOcr($imagePath);
3. Results!
echo $text;
dev-master
9999999-dev
Interface for communication with ABBYY cloud OCR
Sources
Download
WTFPL
The Requires
The Development Requires
by
Nenad Mitic
v1.0.0
1.0.0.0
Interface for communication with ABBYY cloud OCR
Sources
Download
WTFPL
The Requires
The Development Requires
by
Nenad Mitic