async function membershipRequestHandler (request: Request, env: Env) {
const body = await request.arrayBuffer();
console.log(`Parsing PDF size ${body.byteLength / 1024 / 1024} MBs`)
const result = await env.PDFPARSER_SERVICE.parsePdf(body);async function membershipRequestHandler (request: Request, env: Env) {
const body = await request.arrayBuffer();
console.log(`Parsing PDF size ${body.byteLength / 1024 / 1024} MBs`)
const result = await env.PDFPARSER_SERVICE.parsePdf(body);