hand-written html to text
This demo for html day 2025 attempts to read html and render it on the web.
There are two options for optical character recognition (OCR).
TesseractJS is the default and runs entirely on your local browser, while OpenAI will use an 3rd party AI model.
Camera View:
Last Captured Frame:
Extracted Text (Editable):
Optical character recognition strategy
Preview
tesseract.js to perform OCR on the camera frame.
Code is at github/here/html-day-render-handwriting