IPXV_OCRRegions Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRRegions Interface}}
 
{{#customTitle:IPXV_OCRRegions Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_OCRRegions|interface}}
 +
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
The interface of the list-container of selected [[PXV:IPXV_OCRRegion|IPXV_OCRRegion]] regions for text recognition.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXV_OCRRegions_Clear|Clear]]
 
| [[PXV:IPXV_OCRRegions_Clear|Clear]]
| ...
 
|-
 
 
| [[PXV:IPXV_OCRRegions_InsertNew|InsertNew]]
 
| [[PXV:IPXV_OCRRegions_InsertNew|InsertNew]]
| ...
 
|-
 
 
| [[PXV:IPXV_OCRRegions_Remove|Remove]]
 
| [[PXV:IPXV_OCRRegions_Remove|Remove]]
| ...
+
|  
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 +
| [[PXV:IPXV_OCRRegions__NewEnum|_NewEnum]]
 
| [[PXV:IPXV_OCRRegions_Count|Count]]
 
| [[PXV:IPXV_OCRRegions_Count|Count]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_OCRRegions_Item|Item]]
 
| [[PXV:IPXV_OCRRegions_Item|Item]]
| style="text-align: center" | R
+
|  
| .
+
|-
+
| [[PXV:IPXV_OCRRegions_PageNum|PageNum]]
+
| style="text-align: center" | R/W
+
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_OCRExtension_CreateOCRRegions|IPXV_OCRExtension::CreateOCRRegions]], [[PXV:IPXV_OCRTask_AnalyzeImage|IPXV_OCRTask::AnalyzeImage]], [[PXV:IPXV_OCRTask_AnalyzePage|IPXV_OCRTask::AnalyzePage]], [[PXV:IPXV_OCRTask_ProceedImage|IPXV_OCRTask::ProceedImage]], [[PXV:IPXV_OCRTask_ProceedPage|IPXV_OCRTask::ProceedPage]]

Latest revision as of 12:40, 9 June 2016


The interface of the list-container of selected IPXV_OCRRegion regions for text recognition.

Methods

Clear InsertNew Remove

Properties

_NewEnum Count Item

See Also

IPXV_OCRExtension::CreateOCRRegions, IPXV_OCRTask::AnalyzeImage, IPXV_OCRTask::AnalyzePage, IPXV_OCRTask::ProceedImage, IPXV_OCRTask::ProceedPage