Read Characters from Images
Aspose.OCR Cloud helps you read characters from images. You can recognize characters from BMP and TIFF formats as of now. In order to recognize the characters from these images, you need to pass the specific image name and the format to the Aspose.OCR Cloud PHP SDK.Font Attributes Support
Optical character recognition involves handling font attributes. In order to make sense of a particular character from image, you need to know different font attributes as well. If font information is not available then it is not feasible to recognize a character from the image. Aspose.OCR Cloud PHP SDK helps you recognize text and related font attributes accurately. These font attributes include font name, font size, font style (bold, italic, underline) etc.Recognize Characters of Different Languages
The characters of different languages have different representations. If we combine the languages with the font types and styles, it makes a large set of characters to be recognized from an image. Aspose.OCR for Cloud handles this task very precisely. It can recognize text in English, French, and Spanish languages at the moment.What’s new in the latest release
A major revamp release for Aspose.OCR Cloud SDK for PHP covers all the Aspose.OCR Cloud APIs. This SDK provides a complete solution for integrating the powerful Aspose.OCR Cloud APIs with PHP, so performing any operation on any Email related format in the cloud is as easy as it can be.Installation and Configuration
- Download “Aspose.OCR_Cloud_SDK_for_PHP_v1.0.0“.
- Include “vendor/autoloader.php” file in your script.
- In src/Aspose/OCR/AsposeApp.php Set the following variables
/** * Represents AppSID for the app. */ public static $appSID = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx'; /** * Represents ApiKey for the app. */ public static $apiKey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
Documentation
A detailed documentation to get familiar with the resources and operations of Aspose.Slides Cloud REST API is available for the developers.Examples
Start a Free Trial Today
Start a free trial today – all you need is to sign up with the Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose for Cloud.Optical character recognition involves handling font attributes. In order to make sense of a particular character from image, you need to know different font attributes as well. If font information is not available then it is not feasible to recognize a character from the image. Aspose.OCR Cloud API helps you recognize text and related font attributes accurately. These font attributes include font name, font size, font style (bold, italic, underline) etc.