good presidio

This commit is contained in:
nBiqoz
2025-06-18 14:57:11 +02:00
parent c4dbf3df96
commit bdbc126b11
5 changed files with 907 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
import { NextResponse, type NextRequest } from "next/server";
import pdf from "pdf-parse";
import pdf from "pdf-parse/lib/pdf-parse";
import mammoth from "mammoth";
export async function POST(req: NextRequest) {