Click or drag to resize

OcrApiGetStrips 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.OcrOcrBoxa
The array ob boxes
pixa
Type: Patagames.OcrOcrPixa
The array of lepronica pictures
blockIds
Type: SystemInt32
The array of block-id of each line
Remarks
See Also