Package | Description |
---|---|
com.tencentcloudapi.ocr.v20181119.models |
Modifier and Type | Method and Description |
---|---|
Rect |
SealOCRResponse.getLocation()
Get 印章坐标
|
Rect |
QuestionBlockObj.getQuestionBboxCoord()
Get 题目主体区域检测框在图片中的像素坐标
|
Rect[] |
QuestionObj.getQuestionImageCoords()
Get 示意图检测框在的图片中的像素坐标
|
Rect |
MixedInvoiceItem.getRect()
Get 识别出的图片在混贴票据图片中的位置信息。与Angel结合可以得出原图位置,组成RotatedRect((X+0.5\*Width,Y+0.5\*Height), (Width, Height), Angle),详情可参考OpenCV文档。
|
Rect |
InvoiceDetectInfo.getRect()
Get 识别出的图片在混贴票据图片中的位置信息。与Angel结合可以得出原图位置,组成RotatedRect((X+0.5\*Width,Y+0.5\*Height), (Width, Height), Angle),详情可参考OpenCV文档。
|
Rect |
CarInvoiceInfo.getRect()
Get 字段在旋转纠正之后的图像中的像素坐标。
|
Rect |
VatRollInvoiceInfo.getRect()
Get 文本行在旋转纠正之后的图像中的像素坐标。
|
Rect |
ShipInvoiceInfo.getRect()
Get 文本行在旋转纠正之后的图像中的像素坐标。
|
Rect |
TollInvoiceInfo.getRect()
Get 文本行在旋转纠正之后的图像中的像素坐标。
|
Rect |
ClassifyDetectInfo.getRect()
Get 位置坐标
|
Rect |
LicensePlateOCRResponse.getRect()
Get 文本行在原图片中的像素坐标框。
|
Rect |
DutyPaidProofInfo.getRect()
Get 文本行在旋转纠正之后的图像中的像素坐标。
|
Rect |
BusInvoiceInfo.getRect()
Get 文本行在旋转纠正之后的图像中的像素坐标。
|
Rect |
InvoiceGeneralInfo.getRect()
Get 文本行在旋转纠正之后的图像中的像素坐标。
|
Modifier and Type | Method and Description |
---|---|
void |
SealOCRResponse.setLocation(Rect Location)
Set 印章坐标
|
void |
QuestionBlockObj.setQuestionBboxCoord(Rect QuestionBboxCoord)
Set 题目主体区域检测框在图片中的像素坐标
|
void |
QuestionObj.setQuestionImageCoords(Rect[] QuestionImageCoords)
Set 示意图检测框在的图片中的像素坐标
|
void |
MixedInvoiceItem.setRect(Rect Rect)
Set 识别出的图片在混贴票据图片中的位置信息。与Angel结合可以得出原图位置,组成RotatedRect((X+0.5\*Width,Y+0.5\*Height), (Width, Height), Angle),详情可参考OpenCV文档。
|
void |
InvoiceDetectInfo.setRect(Rect Rect)
Set 识别出的图片在混贴票据图片中的位置信息。与Angel结合可以得出原图位置,组成RotatedRect((X+0.5\*Width,Y+0.5\*Height), (Width, Height), Angle),详情可参考OpenCV文档。
|
void |
CarInvoiceInfo.setRect(Rect Rect)
Set 字段在旋转纠正之后的图像中的像素坐标。
|
void |
VatRollInvoiceInfo.setRect(Rect Rect)
Set 文本行在旋转纠正之后的图像中的像素坐标。
|
void |
ShipInvoiceInfo.setRect(Rect Rect)
Set 文本行在旋转纠正之后的图像中的像素坐标。
|
void |
TollInvoiceInfo.setRect(Rect Rect)
Set 文本行在旋转纠正之后的图像中的像素坐标。
|
void |
ClassifyDetectInfo.setRect(Rect Rect)
Set 位置坐标
|
void |
LicensePlateOCRResponse.setRect(Rect Rect)
Set 文本行在原图片中的像素坐标框。
|
void |
DutyPaidProofInfo.setRect(Rect Rect)
Set 文本行在旋转纠正之后的图像中的像素坐标。
|
void |
BusInvoiceInfo.setRect(Rect Rect)
Set 文本行在旋转纠正之后的图像中的像素坐标。
|
void |
InvoiceGeneralInfo.setRect(Rect Rect)
Set 文本行在旋转纠正之后的图像中的像素坐标。
|
Copyright © 2021. All rights reserved.