Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
typst: Editable PDFs via LLMs
Demoing a tool converting PDFs to editable Typst code, enabling fast, structure-preserving, context-aware edits via a custom cursor interface.
I’ll be presenting a demo of a tool that takes in a PDF and outputs a typst conversion of that PDF, with similar style setting as the original PDF.
Typst is a markdown based typesetting system that is similar to LateX but uses significantly less compute resources and enables local WASM based compilation. As the documents compile isntantly, it enables quicker feedback to LLMs to reproduce visual elements in the documents as is.
After I have the typst code ready, I will use a custom cursor like interface to demo context aware precise edits on the document without changing any of the document structure.