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.
- Fast PDF to Markdown conversion.
- Use Mistral OCR to extract text from PDF files.
- Simple, intuitive interface integrated into Obsidian.
- Download and install the plugin from Community plugins in Obsidian.
- Activate the plugin.
- Go to The Platform, then create an api key.
- Open the palette command in Obsidian (Cmd/Ctrl + P) or with the icon on the rubban.
- Select PDF To MD.
- Choose your PDF file and destination folder.
- The Markdown file will be created and saved.
- Clone this repository :
git clone [email protected]:CapelleGab/PDF2Markdown.git - Install dependencies :
npm install - Compile and launch Obsidian with the plugin locally:
npm run dev
MIT license. See the LICENSE file for more information.