mdkit 0.1.0

Get markdown out of any document — Pandoc + pdfium + platform-native OCR, dispatched per format.
Documentation
# Rust build artifacts
/target

# Cargo.lock is excluded — mdkit is a library, not a binary. Per the
# Cargo book: libraries should not commit Cargo.lock because it gets
# regenerated when downstream packages depend on us. If we ever ship
# an `mdkit-cli` binary, drop the line below and commit the lockfile
# from that point forward.
Cargo.lock

# IDE
/.idea
/.vscode
*.iml

# OS
.DS_Store
Thumbs.db

# Editor
*.swp
*.swo
*~

# Local test fixtures (large binary files we don't want in git)
/tests/fixtures/large/

# Coverage / profiling
/coverage
*.profraw