←Select platform

Copy Method

Summary

Creates a copy of the source page.

Syntax
C#
C++/CLI
Python
public IOcrPage Copy() 
public:  
   virtual IOcrPage^ Copy() abstract 
def Copy(self): 

Return Value

The newly created page.

Remarks

This method performs the following tasks: <ol>

Creates a new OCR page with a copy of the image in the source (this) page.

Copies any zones found in the source page to the new one.

Copies any recognized results to the new page.

Returns the page.

</ol>

The resulting page will have no links whatsoever to the source page. It must be disposed of when no longer used.

If the source page does not have an area of interest, then an exact copy of the page is returned.

If the source page contains an area of interest previously set through SetAreaOptions, then only the rectangle specified in Area is obtained. The new page will have dimensions equal to Area and only the zones and recognized characters that are included in the Area are copied.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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