OmniPageEngineRecognize Method (AtalaImage, ListOmniPageOcrTextRegion) |
Namespace:
Atalasoft.Ocr.OmniPage
Assembly:
Atalasoft.dotImage.Ocr.OmniPage (in Atalasoft.dotImage.Ocr.OmniPage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public OcrPage Recognize(
AtalaImage image,
List<OmniPageOcrTextRegion> textRegionList
)
Public Function Recognize (
image As AtalaImage,
textRegionList As List(Of OmniPageOcrTextRegion)
) As OcrPage
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
- textRegionList
- Type: System.Collections.GenericListOmniPageOcrTextRegion
Return Value
Type:
OcrPageSee Also