Contains data for the OcrProgressCallback delegate.
public interface IOcrProgressData
Public Interface IOcrProgressData
public interface IOcrProgressData
@interface LTOcrProgressData : NSObject
public class OcrProgressData
function Leadtools.Forms.Ocr.IOcrProgressData()
public interface class IOcrProgressData
An object of type IOcrProgressData is passed to the OcrProgressCallback delegate every time the operation or the percentage of the operation is changed.
IOcrProgressData is also used as the type for the OcrAutoRecognizeJobProgressEventArgs.Data property used by the IOcrAutoRecognizeManager.JobProgress event.
You can examine the members of IOcrProgressData to show information on the current page, operation and percentage complete of the OCR process.
You can also use the Status property to abort the OCR operation.
For an example, refer to OcrProgressCallback
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET