Skip to content

nenad-mitic-bg/abbyy-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abbyy-cloud

Interface for communication with ABBYY cloud OCR

Usage

First, you have to register with ABBYY Cloud: https://cloud.ocrsdk.com/Account/Register

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;

About

Interface for communication with ABBYY cloud OCR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages