mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(tools): 2.0 phase 5 wave 5b - ai pool: ocr-pdf, transcription, background composites (5 tools) (#226)
This commit is contained in:
@@ -15,8 +15,11 @@ import { buildTestApp, loginAsAdmin, type TestApp } from "./test-server.js";
|
||||
* URLs (consolidated into adjust-colors).
|
||||
*/
|
||||
const REGISTRY_EXEMPT = new Set([
|
||||
"auto-subtitles",
|
||||
"background-replace",
|
||||
"barcode-generate",
|
||||
"barcode-read",
|
||||
"blur-background",
|
||||
"bulk-rename",
|
||||
"collage",
|
||||
"color-palette",
|
||||
@@ -30,10 +33,12 @@ const REGISTRY_EXEMPT = new Set([
|
||||
"image-to-pdf",
|
||||
"info",
|
||||
"ocr",
|
||||
"ocr-pdf",
|
||||
"pdf-to-image",
|
||||
"qr-generate",
|
||||
"stitch",
|
||||
"svg-to-raster",
|
||||
"transcribe-audio",
|
||||
"watermark-image",
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user