Uses of Class
com.tencentcloudapi.ocr.v20181119.models.RecognizeTableOCRResponse
-
Packages that use RecognizeTableOCRResponse Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of RecognizeTableOCRResponse in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 that return RecognizeTableOCRResponse Modifier and Type Method Description RecognizeTableOCRResponse
OcrClient. RecognizeTableOCR(RecognizeTableOCRRequest req)
本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别,支持日文有线表格识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。 默认接口请求频率限制:10次/秒。 -
Uses of RecognizeTableOCRResponse in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type RecognizeTableOCRResponse Constructor Description RecognizeTableOCRResponse(RecognizeTableOCRResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-