submitOCRImage
Upload an OCR image for processing. Returns a signed URL for the uploaded image.
submitOCRImage(
captureType: CaptureTypeEnum!
metadata: JSONObject!
sessionId: ID!
): String
Arguments
submitOCRImage.captureType ● CaptureTypeEnum! non-null enum
The type of capture.
submitOCRImage.metadata ● JSONObject! non-null scalar
Added context for the capture.
submitOCRImage.sessionId ● ID! non-null scalar
The unique identifier (GUID) of the session.
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.