IPXV_OCRResult Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRResult Interface}}
 
{{#customTitle:IPXV_OCRResult Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_OCRResult|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
 +
Tree-like result of recognition of a single page. It's result of works of [[PXV:IPXV_OCRTask_ProceedImage|IPXV_OCRTask::ProceedImage()]] or [[PXV:IPXV_OCRTask_ProceedPage|IPXV_OCRTask::ProceedPage()]]. Contain list of recognized text blocks [[PXV:PXV_OCRBlockInfo|PXV_OCRBlockInfo]].
  
 
== 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_OCRResult_GetFontName|GetFontName]]
 
| [[PXV:IPXV_OCRResult_GetFontName|GetFontName]]
| ...
+
| [[PXV:IPXV_OCRResult_GetSymbol|GetSymbol]]
 +
| [[PXV:IPXV_OCRResult_GetSymbolStyle|GetSymbolStyle]]
 +
| [[PXV:IPXV_OCRResult_GetText|GetText]]
 +
|-
 +
| [[PXV:IPXV_OCRResult_GetLangName|GetLangName]]
 +
|
 +
|
 +
|
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
 
|-
 
|-
! style="text-align: left" scope="col" width="15%" | Property
+
| [[PXV:IPXV_OCRResult_BlockInfo|BlockInfo]]
! style="text-align: center" scope="col" width="5%" | Access Type
+
| [[PXV:IPXV_OCRResult_LineInfo|LineInfo]]
! style="text-align: left" scope="col"  class="unsortable" | Description
+
| [[PXV:IPXV_OCRResult_ParasCount|ParasCount]]
 +
| [[PXV:IPXV_OCRResult_SymbolsCount|SymbolsCount]]
 
|-
 
|-
| [[PXV:IPXV_OCRResult__NewEnum|_NewEnum]]
+
| [[PXV:IPXV_OCRResult_BlocksCount|BlocksCount]]
| style="text-align: center" | R
+
| [[PXV:IPXV_OCRResult_LinesCount|LinesCount]]
| .
+
| [[PXV:IPXV_OCRResult_SymbolCode|SymbolCode]]
|-
+
| [[PXV:IPXV_OCRResult_WordInfo|WordInfo]]
| [[PXV:IPXV_OCRResult_Count|Count]]
+
| style="text-align: center" | R
+
| .
+
 
|-
 
|-
 
| [[PXV:IPXV_OCRResult_DeskewAngle|DeskewAngle]]
 
| [[PXV:IPXV_OCRResult_DeskewAngle|DeskewAngle]]
| style="text-align: center" | R
+
| [[PXV:IPXV_OCRResult_ParaInfo|ParaInfo]]
| .
+
| [[PXV:IPXV_OCRResult_SymbolInfo|SymbolInfo]]
 +
| [[PXV:IPXV_OCRResult_WordsCount|WordsCount]]
 
|-
 
|-
| [[PXV:IPXV_OCRResult_Item|Item]]
+
| [[PXV:IPXV_OCRResult_DPI|DPI]]
| style="text-align: center" | R
+
|  
| .
+
|  
 +
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_OCRTask_ProceedImage|IPXV_OCRTask::ProceedImage]], [[PXV:IPXV_OCRTask_ProceedPage|IPXV_OCRTask::ProceedPage]]

Latest revision as of 00:40, 20 May 2018


The interface of object of PDF-XChange Editor SDK. Tree-like result of recognition of a single page. It's result of works of IPXV_OCRTask::ProceedImage() or IPXV_OCRTask::ProceedPage(). Contain list of recognized text blocks PXV_OCRBlockInfo.

Methods

GetFontName GetSymbol GetSymbolStyle GetText
GetLangName

Properties

BlockInfo LineInfo ParasCount SymbolsCount
BlocksCount LinesCount SymbolCode WordInfo
DeskewAngle ParaInfo SymbolInfo WordsCount
DPI

See Also

IPXV_OCRTask::ProceedImage, IPXV_OCRTask::ProceedPage