exine 0.1.1

Universal Markdown extraction engine. 37+ formats, zero external dependencies, 10-96× faster than Pandoc.
Documentation
{
  "name": "exine",
  "version": "0.1.1",
  "description": "Universal Markdown extraction engine (CLI)",
  "keywords": [
    "markdown",
    "scraper",
    "extraction",
    "pdf",
    "docx",
    "html-to-markdown",
    "ocr",
    "vision-ai"
  ],
  "homepage": "https://nma.vc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nma-vc/exine.git"
  },
  "license": "MIT",
  "author": "NMA Venture Capital GmbH <dev@nma.vc>",
  "directories": {
    "bin": "bin"
  },
  "main": "index.js",
  "bin": {
    "exine": "bin/wrappers/exine"
  },
  "scripts": {
    "postinstall": "cargo install --path . --locked",
    "test": "cargo test"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ]
}