Dynamsoft.OCR Dispose the object. Frees unmanaged resources used by the object. The object becomes unusable after that. The method needs to be called only in the case if unmanaged image was allocated using method. In the case if the class instance was created using constructor, this method does not free unmanaged memory. Dispose the object. Indicates if disposing was initiated manually. Clone image. Source image. Return clone of the source image. The original Bitmap.Clone() does not produce the desired result - it does not create an actual clone (it does not create a copy of the image). That is why this method was implemented to provide the functionality. Summary description for Util. Clone image. Source image. Return clone of the source image. The original Bitmap.Clone() does not produce the desired result - it does not create an actual clone (it does not create a copy of the image). That is why this method was implemented to provide the functionality. Clone image. Source image data. Clones image from source image data. The message does not clone pallete in the case if the source image has indexed pixel format. Copy block of unmanaged memory. Destination pointer. Source pointer. Memory block's length to copy. Return's value of - pointer to destination. This function is required because of the fact that .NET does not provide any way to copy unmanaged blocks, but provides only methods to copy from unmanaged memory to managed memory and vise versa. Supported OCR output format. Pure text ASCII string. PDF plain text. PDF image over text. Possible modes for page layout analysis. Orientation and script detection only. Automatic page segmentation with orientation and script detection. (OSD) Automatic page segmentation, but no OSD, or OCR. Fully automatic page segmentation, but no OSD. (Default) Assume a single column of text of variable sizes. Assume a single uniform block of vertically aligned text. Assume a single uniform block of text. Treat the image as a single text line. Treat the image as a single word. Treat the image as a single word in a circle. Treat the image as a single character. TIFF file compression type. Auto mode. Dump mode. CCITT modified Huffman RLE. CCITT Group 3 fax encoding. CCITT T.4 (TIFF 6 name). CCITT Group 4 fax encoding. CCITT T.6 (TIFF 6 name). Lempel Ziv and Welch. Jpeg Defines the error code of Dynamsoft.PDF. Successful. Invalid license. Expired license. System exception. Unknown error. Failed to load OCR module. Failed to save as tiff. Invalid value. from license v1, change to unsigned int64 from license v1, change to unsigned short from license v1, change to unsigned int64 from license v1, change to unsigned int A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Looks up a localized resource of type System.Byte[]. Looks up a localized resource of type System.Byte[]. Looks up a localized resource of type System.Byte[]. Looks up a localized string similar to Your license number for the OCR SDK doesn’t exist or it’s invalid.. Looks up a localized resource of type System.Drawing.Bitmap. Defines a class provides functions for recognizing text. Returns how many pagesets there are in the OCR result. When an error occurs, please check OCRException. Returns the number of pages that are recognized in a specified pageset. Specifies the index of the selected pageset. Int When an error occurs, please check OCRException. Returns how many lines there are in the OCR result for a specified page in a pageset. Specifies the index of the selected pageset. Int When an error occurs, please check OCRException. Returns how many words there are in a specified line in a specified page of a pageset. Specifies the index of the selected pageset. Specifies the index of the page in the pageset. Specifies the index of the line in the page. Int When an error occurs, please check OCRException. Returns the coordinates for the rectangle that contains a specified line in a specified page of a pageset. Specifies the index of the selected pageset. Specifies the index of the page in the pageset. Specifies the index of the line in the page. The string in the format of "left,top,right,bottom". For example:"12,25,200,50". When an error occurs, please check OCRException. Returns the coordinates for the rectangle that contains a specified word. Specifies the index of the selected pageset. Specifies the index of the page in the pageset. Specifies the index of the line in the page. Specifies the index of the word in the line. The string in the format of "left,top,right,bottom". For example:"12,25,200,50". When an error occurs, please check OCRException. Returns the font size of a specified word in the OCR result. Specifies the index of the selected pageset. Specifies the index of the page in the pageset. Specifies the index of the line in the page. Specifies the index of the word in the line. Int When an error occurs, please check OCRException. Returns the font name of a specified word in the OCR result. Specifies the index of the selected pageset. Specifies the index of the page in the pageset. Specifies the index of the line in the page. Specifies the index of the word in the line. String When an error occurs, please check OCRException. Initialize the component with features to do OCR. Specifies the license. When an error occurs, please check OCRException. Returns the text of a specified word in the OCR result. Specifies the index of the selected pageset. Specifies the index of the page in the pageset. Specifies the index of the line in the page. Specifies the index of the word in the line. String When an error occurs, please check OCRException. Does OCR with the bitmap of the images and return PDF stream or ASCII string. Specifies the bitmap of images in buffer. Non-NULL indicates success. NULL indicates failure. Returned format is specified by ResultFormat. When an error occurs, please check OCRException. Does zonal OCR with a list of the images and return PDF stream or ASCII string. Specifies the bitmap of images in buffer. Specifies the left edge of the OCR rectangle. Specifies the top edge of the OCR rectangle. Specifies the right edge of the OCR rectangle. Specifies the bottom edge of the OCR rectangle. Non-NULL indicates success. NULL indicates failure. Returned format is specified by ResultFormat. When an error occurs, please check OCRException. Does OCR with a list of the images and return PDF stream or ASCII string. Specifies the list of images in buffer. The format is bitmap. Non-NULL indicates success. NULL indicates failure. Returned format is specified by ResultFormat. When an error occurs, please check OCRException. Does OCR with the image of a specified filenames. Specifies the the image with a specified filenames. Non-NULL indicates success. NULL indicates failure. Returned format is specified by ResultFormat property. When an error occurs, please check OCRException. Returns or sets the unicode font name used in PDF file. For example, "Arial", "ArialUni". When an error occurs, please check OCRException. Returns or sets whether use the detected font. When an error occurs, please check OCRException. Returns or sets the tessdata path. The datapath must be the name of the parent directory of tessdata and must be ended with '/' . Any words after the last '/' will be stripped. When an error occurs, please check OCRException. Sets the trainned data. OCR will use the buffer first. Returns or sets the language string. The language is (usually) an ISO 639-3 string, the default value is "eng". When an error occurs, please check OCRException. Returns or sets the possible modes for page layout analysis. When an error occurs, please check OCRException. Returns or sets the OCR output format. When an error occurs, please check OCRException. Returns or sets whether to get the result in numbers only. When an error occurs, please check OCRException. Returns or sets the size for the PDF font. When an error occurs, please check OCRException.