AnyDocSwift: local document-to-Markdown conversion for macOS
Swift Forums
AnyDocSwift: local document-to-Markdown conversion for macOS
Hi everyone, I’ve released AnyDocSwift, a Swift wrapper for Firecrawl anydoc. It converts Word, PowerPoint, Excel, OpenDocument, PDF, EPUB, RTF, and CSV files to GitHub-Flavored Markdown locally inside macOS applications. AnyDocSwift packages the Rust-based anydoc engine as an XCFramework and exposes a small asynchronous Swift API. Applications install it through SwiftPM and do not need Rust, Cargo, an external service, or an API key. import AnyDocSwift import Foundation let url = URL(fileU...
0 comments
No comments yet.