Aspose.OCR for Cloud’s platform independent character recognition API is a true REST API that can be used with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any platform — web, desktop, mobile, and cloud. Aspose.OCR Cloud is a cloud-based REST API for optical character recognition and document scanning. It allows you to scan documents and recognize characters. Recognize text in English and other languages, and recognize text in only part of an image. Aspose.OCR Cloud supports a variety of fonts in different styles, like regular, bold, and italic, and different image formats. You can use Aspose.OCR Cloud in many scenarios, for example, extracting text and saving to a database. Learn More

Read Characters from ImagesAspose.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.

Recognize Characters of Different LanguagesThe 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.

Installation and Configuration

  1. Download “Aspose.OCR_Cloud_SDK_for_PHP_v1.0.0“.
  2. Include “vendor/autoloader.php” file in your script.
  3. 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'; 
    

DocumentationA 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 TodayStart 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.