mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: section-prefix remaining tool paths in docs, examples, benchmarks, and multi-input test
This commit is contained in:
@@ -2896,7 +2896,7 @@ describe("OCR API", () => {
|
||||
// BATCH PROCESSING
|
||||
// ═══════════════════════════════════════════════════════════════════════════
|
||||
describe("Batch processing", () => {
|
||||
describe("POST /api/v1/tools/:toolId/batch", () => {
|
||||
describe("POST /api/v1/tools/:section/:toolId/batch", () => {
|
||||
it("processes multiple images in a batch and returns ZIP", async () => {
|
||||
const { body: payload, contentType } = createMultipartPayload([
|
||||
{ name: "file", filename: "a.png", contentType: "image/png", content: PNG_1x1 },
|
||||
|
||||
Reference in New Issue
Block a user