feat(tools): 2.0 phase 5 wave 5b - ai pool: ocr-pdf, transcription, background composites (5 tools) (#226)

This commit is contained in:
SnapOtter
2026-06-13 10:19:47 +08:00
parent 6e1b9865f1
commit 51666cdd5f
59 changed files with 5423 additions and 611 deletions
+4
View File
@@ -40,11 +40,13 @@ ALLOWED_SCRIPTS = {
"install_feature",
"noise_removal",
"ocr",
"ocr_pdf",
"ocr_preprocess",
"outpaint",
"red_eye_removal",
"remove_bg",
"restore",
"transcribe",
"upscale",
}
@@ -90,6 +92,8 @@ TOOL_BUNDLE_MAP = {
"noise_removal": "upscale-enhance",
"restore": "photo-restoration",
"ocr": "ocr",
"ocr_pdf": "ocr",
"transcribe": "transcription",
}