注意: Document を XML のみにエクスポートし、いずれの画像形式にもエクスポートしない場合、座標は元の画像を基準とします。Document を XML と同時にいずれかの画像形式にもエクスポートする場合、座標はエクスポートされる前処理済み画像を基準とします。このタグには次の属性を指定できます:
| プロパティ | データ型 | 説明 |
|---|---|---|
width * | integer | 画像の幅(ピクセル)。 |
height * | integer | 画像の高さ(ピクセル)。 |
resolution * | integer | 画像の解像度(ppi)。 |
originalCoords | boolean | 値が true の場合、座標は元の画像を基準とします。false の場合、座標は前処理済み画像を基準とします。 |
rotation | string | 元のページ画像に適用された回転の種類。使用可能な値: Normal, RotatedClockwise, RotatedUpsidedown, RotatedCounterclockwise。既定値は Normal です。 |
ブロック要素
| Property | Data type | Description |
|---|---|---|
blockType * | string | ブロックの種類を示します: Text, Table, Picture, Barcode, Separator, SeparatorsBox。 この属性の値によって、タグに含まれる要素が決まります: text(blockType 属性が Text の場合のみ)、row(blockType 属性が Table の場合のみ)、separatorsBox(blockType 属性が SeparatorsBox の場合のみ)、separator(blockType 属性が Separator の場合のみ) |
Region 要素
Rect 要素
| プロパティ | データ型 | 説明 |
|---|---|---|
l * | integer | Rectangle の左辺の座標。 |
t * | integer | Rectangle の上辺の座標。 |
r * | integer | Rectangle の右辺の座標。 |
b * | integer | Rectangle の下辺の座標。 |
