- I initially started with asking chatgpt to convert pdf to md directly
- Apparently after using its recommended pandoc, it is not possible to do so
- So when I asked it again, it recommended converting pdf to docx to html to md(I tried this)
- It also showed that we can convert pdf to docx to md(Takes longer)
- So I converted pdf to docx using zamzar after its recommendation
- Got a converted docx file
- Asked chatgpt on how to convert docx to html
- Got a zip with html and image png files
- Asked chatgpt to write a python code to convert html to md
- Used this python code and ran it in command line(rename my html to input.html)
- This generated a output.md file
- Here's the rendering of the md file Thanks