Skip to content

CapelleGab/obsidian-pdf2markdown

Repository files navigation

PDF to Markdown Plugin for Obsidian

Description

The PDF to Markdown Plugin is a plugin for Obsidian that converts PDF files into Markdown files using Mistral's OCR technology. This plugin makes it easy to transform PDF files into Markdown while preserving their content.

Features

  • Fast PDF to Markdown conversion.
  • Use Mistral OCR to extract text from PDF files.
  • Simple, intuitive interface integrated into Obsidian.

Installation

  1. Download and install the plugin from Community plugins in Obsidian.
  2. Activate the plugin.
  3. Go to The Platform, then create an api key.

Use

  1. Open the palette command in Obsidian (Cmd/Ctrl + P) or with the icon on the rubban.
  2. Select PDF To MD.
  3. Choose your PDF file and destination folder.
  4. The Markdown file will be created and saved.

Development

  1. Clone this repository :
    git clone [email protected]:CapelleGab/PDF2Markdown.git
  2. Install dependencies :
    npm install
  3. Compile and launch Obsidian with the plugin locally:
    npm run dev

License

MIT license. See the LICENSE file for more information.