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:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user