Spaces:
Running
Running
File size: 207 Bytes
6b18c86 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
const { passtoGemini, passtoLENSOCR } = require("./utils");
async function test(){
var d = await passtoLENSOCR("test.png");
// console.log(d.response.text());
console.log(d);
}
test(); |