Python Script for PDF to markdown images

Hello all,

I just released a python script to convert PDFs to images and embed them in the specified path in the vault: GitHub - smaroukis/parse-pdf-to-markdown: Python script to convert a pdf pages to images in a markdown file for viewing and adding notes in a markdown-based editor like Obsidian, logseq, etc.

I know there are a few plugins that do this, but here is a fully hackable solution for those who don’t want/know how to hack on plugins.

Features:

  • user defined image attachment location
  • user defined image quality for tweaking resulting image size
  • user defined image viewing size (e.g. ![image.png | VIEW_SIZE])
  • easy installation and building with conda