SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / AnalyzeCharacter Method / AnalyzeCharacter(Stream) Method
The data stream containing an image.




In This Topic
    AnalyzeCharacter(Stream) Method
    In This Topic
    Runs analysis of a single character.
    Syntax
    'Declaration
     
    
    Public Overloads Function AnalyzeCharacter( _
       ByVal imageStream As Stream _
    ) As CharacterResult
    'Usage
     
    
    Dim instance As Reader
    Dim imageStream As Stream
    Dim value As CharacterResult
     
    value = instance.AnalyzeCharacter(imageStream)
    public CharacterResult AnalyzeCharacter( 
       Stream imageStream
    )
    public: CharacterResult* AnalyzeCharacter( 
       Stream* imageStream
    ) 
    public:
    CharacterResult^ AnalyzeCharacter( 
       Stream^ imageStream
    ) 

    Parameters

    imageStream
    The data stream containing an image.

    Return Value

    CharacterResult from recognition
    Exceptions
    ExceptionDescription
    Supported bit depth is 1-bits per pixel.
    The image data cannot be read for format reasons other than an unsupported bit depth.
    An invalid license is being used.
    An area coordinate is outside the current image.
    The stream cannot be null.
    Remarks

    The picture must be presented in one of the following formats:

    BMP, CLP, CUR, DIB, PNG, TIFF

    The only first page of the multipage file will be used.

    Supported bit depth is 1-bits per pixel.

    See Also