Aspose.OCR Cloud[![Aspose.OCR Cloud][1] [![][2] What’s new in the latest release This is a major release for Aspose.OCR Cloud SDK for Perl. It covers all the [Aspose.OCR Cloud APIs][3]. This SDK provides a complete solution for character recognition in perl using powerful [Aspose.OCRs Cloud APIs][4], so you can add OCR functionality in your applications seamlessly. Source Code Repository Complete source code of this release of Aspose.OCR Cloud SDK for Perl is freely available on your favorite [GitHub][5] and [Codeplex][6] repositories.

Setup Aspose.OCR Cloud SDK for Perl is also available as a released package in the [CPAN (Perl Archive Network)][7] . You can bypass [GitHub source code repository][8] and depend directly on the released package by installing from cpan: Aspose.OCR Cloud SDK for Perl - CPAN installation

 sudo cpan AsposeOcrCloud::OcrApi 
```You can also manually build the module by downloading the code and executing the following in the root directory of the download:

perl Build.PL ./Build ./Build test ./Build install

use lib ’lib’; use strict; use warnings;

use AsposeOcrCloud::OcrApi; use AsposeOcrCloud::ApiClient; use AsposeOcrCloud::Configuration;

$AsposeOcrCloud::Configuration::app_sid = ‘XXX’; $AsposeOcrCloud::Configuration::api_key = ‘XXX’;

$AsposeOcrCloud::Configuration::debug = 1;

#Instantiate Aspose.OCR API SDK my $ocrApi = AsposeOcrCloud::OcrApi->new();

my $data_path = ‘../data/’;

#set input file name my $url = ‘https://dl.dropboxusercontent.com/s/zj35mqdouoxy3rs/Sampleocr.bmp'; my $language = ’english’;

#invoke Aspose.OCR Cloud SDK API to extract image text from web url
my $response = $ocrApi->PostOcrFromUrlOrContent(url=> $url, language=> $language);

if($response->{‘Status’} eq ‘OK’){ print “n Text :: " . $response->{‘Text’}; }


*   **[Extract OCR or HOCR Text from Images][12]** – This feature allows you to extract text from a BMP or TIFF image using Aspose.OCR Cloud API in your applications
*   **[Extract OCR or HOCR Text from a specific Block][13]** – This feature allows you to extract text from a specific block of an image using Aspose.OCR Cloud API in your applications.
*   **[Extract OCR or HOCR Text from Images without using Storage][14]** – This feature allows you to extract image text from local file using Aspose.OCR Cloud API in your applications.
*   **[Extract OCR or HOCR Text from Image URL][15]** – This feature allows you to extract image text from local file using Aspose.OCR Cloud API in your applications.

Start a Free Trial Today Start a free trial today – all you need is to [sign up][16] with the Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose Cloud.




[1]: https://blog.aspose.com/wp-content/uploads/sites/2/2016/06/aspose_ocr-for-cloud.png "Aspose.OCR Cloud")](http://www.aspose.com/cloud/ocr-api.aspx)Aspose.OCR Cloud's platform independent character recognition API is a true REST API that can be used with any language: .NET, Java, Perl, PHP, Ruby, Rails, Python, Node.js 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](http://www.aspose.com/cloud/ocr-api.aspx
[2]: https://blog.aspose.com/wp-content/uploads/sites/2/2016/06/Aspose.OCR-supported-file-formats.png "Aspose.OCR Cloud")](http://www.aspose.com/cloud/ocr-api.aspx
[3]: http://www.aspose.com/docs/display/ocrcloud/Home
[4]: http://www.aspose.com/cloud/ocr-api.aspx
[5]: https://github.com/aspose-ocr-cloud/
[6]: https://asposeocrcloud.codeplex.com/SourceControl/latest#SDKs/Aspose.OCR-Cloud-SDK-for-Perl/
[7]: https://metacpan.org/release/AsposeOcrCloud-OcrApi/
[8]: https://github.com/aspose-ocr-cloud/
[9]: https://metacpan.org/release/AsposeStorageCloud-StorageApi
[10]: http://www.aspose.com/docs/display/ocrcloud/Home
[11]: http://www.aspose.com/docs/display/ocrcloud/Developer+Guide
[12]: http://www.aspose.com/docs/display/ocrcloud/Extract+OCR+or+HOCR+Text+from+Images
[13]: http://www.aspose.com/docs/display/ocrcloud/Extract+OCR+or+HOCR+Text+from+a+specific+Block
[14]: http://www.aspose.com/docs/display/ocrcloud/Extract+OCR+or+HOCR+Text+from+Images+without+using+Storage
[15]: http://www.aspose.com/docs/display/ocrcloud/Extract+OCR+or+HOCR+Text+from+Image+URL
[16]: http://dashboard.aspose.cloud/