←Select platform

OcrPageImage Property

Summary

RasterImage object used as the input for a page when OCR conversion is used.

Syntax
C#
C++/CLI
Java
Python
public RasterImage OcrPageImage { get; set; } 
public:  
   property RasterImage^ OcrPageImage 
   { 
      RasterImage^ get() 
      void set(RasterImage^ value) 
   } 
public RasterImage getOcrPageImage() 
public void setOcrPageImage(RasterImage value) 
OcrPageImage # get and set (DocumentConverterJobEventArgs) 

Property Value

The IOcrPage object used as the input for a page when OCR conversion is used.

Remarks

This value is always null if OCR is not used in the conversion and is not available with all operations.

By the default, the engine will get the image from the current DocumentPage. You can override this behavior by supplying your own raster image object when DocumentConverterJobOperation.LoadRasterImage is called during OCR conversion.

Refer to DocumentConverterJobOperation for more information.

Requirements

Target Platforms

Help Version 22.0.2023.5.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.