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.6.411
Syntax
public bool AddImage(
	OcrApi api
)

Parameters

api  OcrApi
instance of the OcrApi class

Return Value

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