Click or drag to resize

OcrResultRendererAddImage Method

Adds the recognized text from the source image to the current document. Invalid if BeginDocument not yet called.

Namespace:  Patagames.Ocr
Assembly:  Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntax
public bool AddImage(
	OcrApi api
)

Parameters

api
Type: Patagames.OcrOcrApi
instance of the OcrApi class

Return Value

Type: Boolean
True if successful, False otherwise.
Remarks
Note Note
Note that this API is a bit weird but is designed to fit into the current OcrApi implementation where the api has lots of state information that we might want to add in.
See Also