IPXV_OCRResult Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
  
 
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_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_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 ==
Line 40: Line 40:
 
| [[PXV:IPXV_OCRResult_SymbolInfo|SymbolInfo]]
 
| [[PXV:IPXV_OCRResult_SymbolInfo|SymbolInfo]]
 
| [[PXV:IPXV_OCRResult_WordsCount|WordsCount]]
 
| [[PXV:IPXV_OCRResult_WordsCount|WordsCount]]
 +
|-
 +
| [[PXV:IPXV_OCRResult_DPI|DPI]]
 +
|
 +
|
 +
|
 
|}
 
|}
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_OCRTask_ProceedImage|IPXV_OCRTask::ProceedImage]], [[PXV:IPXV_OCRTask_ProceedPage|IPXV_OCRTask::ProceedPage]]
 
[[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