This commit is contained in:
hailin 2025-05-28 22:04:02 +08:00
parent 5e475801a4
commit 285ac31ceb
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export async function POST(req: Request) {
case "pdf":
console.log("......[process] Processing PDF...")
chunks = await processPdf(blob)
console.log("......[process] PDF Processed.")
console.log("......[process] PDF Processed chunks=", chunks)
break
case "txt":
chunks = await processTxt(blob)