asposecloud.ocr
index
/ocr/__init__.py

 
Package Contents
       

 
Classes
       
Extractor

 
class Extractor
    Wrapper class for Aspose.OCR for Cloud API.
The Aspose.OCR for Cloud let's you extract text from image.
 
  Methods defined here:
__init__(self, filename)
extract(self, remote_folder='', storage_type='Aspose', storage_name=None, **kwargs)
Extract text from image
 
:param remote_folder: storage path to operate
:param storage_type: type of storage e.g Aspose, S3
:param storage_name: name of storage e.g. MyAmazonS3
:param kwargs:
:return: Text

Static methods defined here:
extract_from_local_file(local_file)
Extract text from image using a local file.
 
:param local_file:
:return: Text
extract_from_url(url)
Extract text from image using url
 
:param url:
:return: Text

 
Data
        __author__ = 'AssadMahmood'

 
Author
        AssadMahmood