IPXV_OCRResult Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_OCRResult Interface}}
 
{{#customTitle:IPXV_OCRResult Interface}}
 
{{#parentPage:PXV:PXV_Interfaces|IPXV_OCRResult|interface}}
 
{{#parentPage:PXV:PXV_Interfaces|IPXV_OCRResult|interface}}
 +
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
 +
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_OCRMemoryImageBGR|IPXV_OCRTask::OCRMemoryImageBGR()]]. Contain list of recognized text blocks [[PXV:IPXV_OCRLines|IPXV_OCRLines]].
 
Tree-like result of recognition of a single page. It's result of works of [[PXV:IPXV_OCRTask_OCRMemoryImageBGR|IPXV_OCRTask::OCRMemoryImageBGR()]]. Contain list of recognized text blocks [[PXV:IPXV_OCRLines|IPXV_OCRLines]].
  
Line 11: Line 13:
 
|-
 
|-
 
| [[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]]
 
|  
 
|  
 
|  
 
|  
Line 19: Line 26:
 
{| class="wikitable properties"
 
{| class="wikitable properties"
 
|-
 
|-
| [[PXV:IPXV_OCRResult__NewEnum|_NewEnum]]
+
| [[PXV:IPXV_OCRResult_BlockInfo|BlockInfo]]
| [[PXV:IPXV_OCRResult_Count|Count]]
+
| [[PXV:IPXV_OCRResult_LineInfo|LineInfo]]
 +
| [[PXV:IPXV_OCRResult_ParasCount|ParasCount]]
 +
| [[PXV:IPXV_OCRResult_SymbolsCount|SymbolsCount]]
 +
|-
 +
| [[PXV:IPXV_OCRResult_BlocksCount|BlocksCount]]
 +
| [[PXV:IPXV_OCRResult_LinesCount|LinesCount]]
 +
| [[PXV:IPXV_OCRResult_SymbolCode|SymbolCode]]
 +
| [[PXV:IPXV_OCRResult_WordInfo|WordInfo]]
 +
|-
 
| [[PXV:IPXV_OCRResult_DeskewAngle|DeskewAngle]]
 
| [[PXV:IPXV_OCRResult_DeskewAngle|DeskewAngle]]
| [[PXV:IPXV_OCRResult_Item|Item]]
+
| [[PXV:IPXV_OCRResult_ParaInfo|ParaInfo]]
 +
| [[PXV:IPXV_OCRResult_SymbolInfo|SymbolInfo]]
 +
| [[PXV:IPXV_OCRResult_WordsCount|WordsCount]]
 
|}
 
|}
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_OCRTask_OCRMemoryImageBGR|IPXV_OCRTask::OCRMemoryImageBGR]]
+
[[PXV:IPXV_OCRTask_ProceedImage|IPXV_OCRTask::ProceedImage]], [[PXV:IPXV_OCRTask_ProceedPage|IPXV_OCRTask::ProceedPage]]

Revision as of 12:43, 9 June 2016


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::OCRMemoryImageBGR(). Contain list of recognized text blocks IPXV_OCRLines.

Methods

GetFontName GetSymbol GetSymbolStyle GetText
GetLangName

Properties

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

See Also

IPXV_OCRTask::ProceedImage, IPXV_OCRTask::ProceedPage