11
noted.md is a CLI tool that uses LLMs to convert your handwritten text into markdown files. It's an interactive program that accepts pdfs, jpg, jpeg, png as an input and processes them accordingly. It can recognize mathematical equations too and can correctly format them in LaTeX. And if you have bunch of files to convert them at once, noted.md supports batch processing too!
noted.md can be installed on macOS, Linux, and Windows.
For the easiest installation on macOS and Linux, use Homebrew:
brew tap tejas-raskar/noted.md
brew install notedmd
To update noted.md to the latest version:
brew upgrade notedmd
For Windows, download the latest .zip archive from the Releases page. Extract the contents and add the bin directory to your system's PATH.
Built with