POST api/getTextFromImage?countryCode={countryCode}&language={language}&idType={idType}&imageSide={imageSide}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryCode | string |
Required |
|
| language | string |
Required |
|
| idType | string |
Required |
|
| imageSide | string |
Required |
Body Parameters
None.
Response Information
Resource Description
getTextFromImage| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
None. |
|
| status | string |
None. |
|
| response | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"message": "sample string 1",
"status": "sample string 2",
"response": "sample string 3"
}
text/html
Sample:
{"message":"sample string 1","status":"sample string 2","response":"sample string 3"}
application/xml, text/xml
Sample:
<getTextFromImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models.IronOcr"> <message>sample string 1</message> <response>sample string 3</response> <status>sample string 2</status> </getTextFromImage>