Click or drag to resize

OcrApi.GetStrips Method

Get textlines and strips of image regions as a leptonica-style Boxa, Pixa pair, in reading order.Enables downstream handling of non-rectangular regions.

Namespace:  Patagames.Ocr
Assembly:  Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntax
public void GetStrips(
	out OcrBoxa boxa,
	out OcrPixa pixa,
	out int[] blockIds
)

Parameters

boxa
Type: Patagames.Ocr.OcrBoxa
The array ob boxes
pixa
Type: Patagames.Ocr.OcrPixa
The array of lepronica pictures
blockIds
Type:System.Int32[]
The array of block-id of each line
Remarks
See Also