📰 Dev.to · Muhammad Omer Mirza
3 articles · Updated every 3 hours · View all reads
All
Articles 91,606Blog Posts 109,627Tech Tutorials 22,915Research Papers 19,234News 14,872
⚡ AI Lessons

Dev.to · Muhammad Omer Mirza
5h ago
Run OCR 100% in the browser: images & scanned PDFs to text, no server
Extract text from images and scanned PDFs entirely client-side with Tesseract.js + pdf.js — no upload, no backend. With working code and the gotchas.

Dev.to · Muhammad Omer Mirza
5h ago
PNG to PDF without losing transparency: what most converters get wrong
Embedding a transparent PNG into a PDF gives you garbage backgrounds unless you handle alpha on purpose. Here's the why and the client-side fix with pdf-lib.

Dev.to · Muhammad Omer Mirza
5h ago
How to convert a PDF to images entirely in the browser (no upload)
Render PDF pages to PNG/JPG fully client-side with pdf.js — control the DPI, handle the worker, and never upload a file. With working code.
DeepCamp AI