document-conversion-assistant
Version:
A document conversion tool that maintains format and style consistency
10 lines • 325 B
YAML
runtime: typescript
config:
debug: false
max_file_size: 10485760 # 10MB
supported_formats:
input: ["pdf", "docx", "html", "md", "txt"]
output: ["pdf", "docx", "html", "md", "txt"]
preserve_formatting: true
output_directory: "./converted_documents"
smithery_api_key: "cd0bcc48-68d8-4c77-8230-9cf062dd8420"