library abbyy-cloud
Interface for communication with ABBYY cloud OCR
qbil-software/abbyy-cloud
Interface for communication with ABBYY cloud OCR
- Saturday, January 27, 2018
- by hansallis
- Repository
- 1 Watchers
- 0 Stars
- 193 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 22 % 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 QbilSoftware\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
by
Hans Allis
v1.0.1
1.0.1.0
Interface for communication with ABBYY cloud OCR
Sources
Download
WTFPL
The Requires
The Development Requires
by
Nenad Mitic
by
Hans Allis
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