Client sends all files in a single request to /api/upload/batch, server receives them all upfront via multer then processes OCR sequentially. Eliminates network round-trips between each file. |
||
|---|---|---|
| .. | ||
| sandbox | ||
| src | ||
| tests | ||
| .dockerignore | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||