This commit is contained in:
parent
5e475801a4
commit
285ac31ceb
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue