OcrRecognizedPage - конструктор
Пространство имён: Tessa.TextRecognition.EntitiesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public OcrRecognizedPage(
int index,
double width,
double height,
OcrRecognizedItem[] items
)
Public Sub New (
index As Integer,
width As Double,
height As Double,
items As OcrRecognizedItem()
)
public:
OcrRecognizedPage(
int index,
double width,
double height,
array<OcrRecognizedItem^>^ items
)
new :
index : int *
width : float *
height : float *
items : OcrRecognizedItem[] -> OcrRecognizedPage
Параметры
- index Int32
Индекс страницы.
- width Double
Ширина страницы.
- height Double
Высота страницы.
- items OcrRecognizedItem
Набор распознанных элементов на странице.