POST OpenAPI/WxApplet/ImageInputOCR

Request Information

URI Parameters

None.

Body Parameters

OCRSingleInputRequest
NameDescriptionTypeAdditional information
ExamRegID

integer

None.

ImageBase64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ExamRegID": 1,
  "ImageBase64": "sample string 2"
}

application/xml, text/xml

Sample:
<OCRSingleInputRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO.ExchangeModels">
  <ExamRegID>1</ExamRegID>
  <ImageBase64>sample string 2</ImageBase64>
</OCRSingleInputRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.