注意: Document を XML のみにエクスポートし、いずれの画像形式にもエクスポートしない場合、座標は元の画像を基準に指定されます。Document を XML と同時にいずれかの画像形式にもエクスポートする場合、座標はエクスポートされる前処理済み画像を基準に指定されます。タグには次の属性を指定できます。
| Property | Data type | Description |
|---|---|---|
width * | integer | 画像の幅(ピクセル単位)。 |
height * | integer | 画像の高さ(ピクセル単位)。 |
resolution * | integer | 画像の解像度(1 インチあたりのピクセル数)。 |
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 要素
| Property | Data type | Description |
|---|---|---|
l * | integer | Rectangle の左端の座標。 |
t * | integer | Rectangle の上端の座標。 |
r * | integer | Rectangle の右端の座標。 |
b * | integer | Rectangle の下端の座標。 |
