transmutation 0.3.2

High-performance document conversion engine for AI/LLM embeddings - 27 formats supported
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e


# Post-installation script for transmutation

# This script runs after the package is installed


echo "Transmutation installed successfully!"

echo "Run 'transmutation --help' to get started."


exit 0