Convert a scan page image
Takes a png or jpg image (binary data) and resizes it to a 600x600 scan page image. Returns the converted image, as a base64-encoded data url.
Request Body The image to convert with its filename |
---|
data byteThe raw image bytes |
name stringThe original file name |
Responses | |||
---|---|---|---|
200 The image conversion result
| |||
400 An error describing the issue caused by the client
| |||
500 An error describing the server issue
|