Click or drag to resize

OcrApiGetWordStrBoxText Method

The recognized text is returned as a char* which is coded in the same format as a WordStr box file used in training.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public string GetWordStrBoxText(
	int pageNumber
)

Parameters

pageNumber  Int32
page_number is a 0-based page index that will appear in the box file.

Return Value

String
The recognized text
Remarks
Image name/input file can be set by InputName before calling GetWordStrBoxText Constructs coordinates in the original image - not just the rectangle.
See Also