Package | Description |
---|---|
com.tencentcloudapi.ocr.v20181119.models |
Modifier and Type | Method and Description |
---|---|
ItemCoord |
TextEduPaper.getItemcoord()
Get 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
ItemCoord |
TextArithmetic.getItemCoord()
Get 文本行旋转纠正之后在图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
ItemCoord |
TextDetection.getItemPolygon()
Get 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
Modifier and Type | Method and Description |
---|---|
void |
TextEduPaper.setItemcoord(ItemCoord Itemcoord)
Set 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
void |
TextArithmetic.setItemCoord(ItemCoord ItemCoord)
Set 文本行旋转纠正之后在图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
void |
TextDetection.setItemPolygon(ItemCoord ItemPolygon)
Set 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
Copyright © 2020. All rights reserved.