Ocr Method

Description OCRcrs all image file pages.

Syntax ImageFileObject.Ocr

Remarks The Image file must be opened. The Ocr method uses the OcrOutputFile and OcrOutputFileType properties.

Example This example performs an OCR on an image object.

Dim App, Img As Object
Set App = CreateObject(“Imaging.Application”)
Set Img = App.CreateImageViewerObject(1)
Img.Open “d:\pcx.tif”
Img.Ocr