Spaces:
Running
Running
const { passtoGemini, passtoLENSOCR } = require("./utils"); | |
async function test(){ | |
var d = await passtoLENSOCR("test.png"); | |
// console.log(d.response.text()); | |
console.log(d); | |
} | |
test(); |