共用方式為


DocumentPage interface

從輸入擷取自頁面的內容和版面配置元素。

屬性

angle

以順時針方向測量內容的一般方向,以 (-180、180 之間的度為單位。

barcodes

從頁面擷取的條碼。

formulas

從頁面擷取的公式。

"formulas"必須啟用此功能,否則此屬性將會未定義。

請參閱 功能

height

影像/PDF 的高度,分別以圖元/英吋為單位。

lines

從頁面擷取的行,可能同時包含文字和視覺元素。

pageNumber

輸入檔中以 1 起始的頁碼。

selectionMarks

從頁面擷取選取標記。

spans

讀取順序中頁面的位置串連內容。

unit

寬度、高度和多邊形屬性所使用的單位。 針對影像,單位為「圖元」。 PDF,單位為 「inch」。

width

影像/PDF 的寬度,分別以圖元/英吋為單位。

words

從頁面擷取的字組。

屬性詳細資料

angle

以順時針方向測量內容的一般方向,以 (-180、180 之間的度為單位。

angle?: number

屬性值

number

barcodes

從頁面擷取的條碼。

barcodes?: DocumentBarcode[]

屬性值

formulas

從頁面擷取的公式。

"formulas"必須啟用此功能,否則此屬性將會未定義。

請參閱 功能

formulas?: DocumentFormula[]

屬性值

height

影像/PDF 的高度,分別以圖元/英吋為單位。

height?: number

屬性值

number

lines

從頁面擷取的行,可能同時包含文字和視覺元素。

lines?: DocumentLine[]

屬性值

pageNumber

輸入檔中以 1 起始的頁碼。

pageNumber: number

屬性值

number

selectionMarks

從頁面擷取選取標記。

selectionMarks?: DocumentSelectionMark[]

屬性值

spans

讀取順序中頁面的位置串連內容。

spans: DocumentSpan[]

屬性值

unit

寬度、高度和多邊形屬性所使用的單位。 針對影像,單位為「圖元」。 PDF,單位為 「inch」。

unit?: string

屬性值

string

width

影像/PDF 的寬度,分別以圖元/英吋為單位。

width?: number

屬性值

number

words

從頁面擷取的字組。

words?: DocumentWord[]

屬性值