Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.

Releases: transformteamsg/pdf2md

v0.3.0

Choose a tag to compare

@YimingIsCOLD YimingIsCOLD released this 10 Mar 16:19
15c2506

Feature ✨

  • feat: enhance format markdown system prompt to strictly preserve the original content (#9) (6565db5)

v0.2.0

Choose a tag to compare

@YimingIsCOLD YimingIsCOLD released this 10 Mar 16:18
4b50ea4

Feature ✨

  • feat: set default value for OPENAI_CHAT_MODEL environment variable to o3-mini (#7) (3670011)

v0.1.1

Choose a tag to compare

@YimingIsCOLD YimingIsCOLD released this 09 Mar 12:46
bd3fc56

Bug Fixes 🐞

  • fix: remove unnecessary console.log (#4) (83f4907)

v0.1.0

Choose a tag to compare

@YimingIsCOLD YimingIsCOLD released this 09 Mar 09:48
19b3fdc

Initial Release 🚀

This initial release of @transformgovsg/pdf2md provides a CLI tool that converts PDF files into Markdown. It leverages Azure Document Intelligence for text extraction and OpenAI for Markdown formatting.

To use the CLI tool, run the following command:

pnpm dlx @transformgovsg/pdf2md <path-to-file>