master
Edward Peterson 3 years ago
parent 959f6c90f3
commit 1f75f22f3f

@ -115,7 +115,7 @@ async function run(url, processor) {
return resolve({ return resolve({
response: { response: {
content: { content: {
mimeType: response.headers["content-type"], mimeType: image.contentType,
encoding: 'base64', encoding: 'base64',
text: image.base64 text: image.base64
} }

Loading…
Cancel
Save