HN user

PixelPanda

166 karma
Posts18
Comments5
View on HN
nanonets.com 6mo ago

Evaluating OCR-to-Markdown systems is fundamentally broken

PixelPanda
1pts0
huggingface.co 9mo ago

Open source 3B param model for documents better than Gemini 2.5

PixelPanda
5pts1
huggingface.co 9mo ago

Nanonets-OCR2-3B – OCR model that transforms documents into structured markdown

PixelPanda
13pts4
huggingface.co 1y ago

Nanonets-OCR-s – OCR model that transforms documents into structured markdown

PixelPanda
361pts78
nanonets.com 1y ago

Show HN: Open-source 3B param model better than Mistral OCR

PixelPanda
9pts0
nanonets.com 1y ago

Building an OCR Engine for Windings

PixelPanda
2pts0
www.scmp.com 2y ago

TikTok told to break with China's Communist Party or lose access to US users

PixelPanda
11pts8
www.freethink.com 2y ago

How scientists are using sound waves to hack the brain

PixelPanda
2pts0
www.popsci.com 2y ago

OpenAI wants to make a walking, talking humanoid robot smarter

PixelPanda
1pts0
www.aaron-butler.co.uk 2y ago

What if missing a connecting flight wasn't awful?

PixelPanda
4pts1
www.lennysnewsletter.com 2y ago

Be Playing with GPTs at Work

PixelPanda
15pts0
in.mashable.com 2y ago

What Was Sora Trained On? Creatives Demand Answers

PixelPanda
44pts84
techcrunch.com 2y ago

Gaming startup tries to show 'AI and crypto' is not a fad

PixelPanda
1pts0
www.zdnet.com 2y ago

The most promising AI smart glasses are from a brand you've never heard of

PixelPanda
3pts0
techcrunch.com 2y ago

Pew report shows TikTok's rise and YouTube's ubiquity

PixelPanda
2pts1
www.theverge.com 2y ago

Nvidia's RTX GPUs can now upgrade SDR content to HDR using AI

PixelPanda
3pts0
techcrunch.com 2y ago

The podcast boom is over

PixelPanda
16pts12
laravel-news.com 2y ago

FrankenPHP v1.0 Is Here

PixelPanda
2pts1

Full disclaimer: I work at Nanonets

Excited to share Nanonets-OCR-s, a powerful and lightweight (3B) VLM model that converts documents into clean, structured Markdown. This model is trained to understand document structure and content context (like tables, equations, images, plots, watermarks, checkboxes, etc.). Key Features:

LaTeX Equation Recognition Converts inline and block-level math into properly formatted LaTeX, distinguishing between $...$ and $$...$$.

Image Descriptions for LLMs Describes embedded images using structured <img> tags. Handles logos, charts, plots, and so on.

Signature Detection & Isolation Finds and tags signatures in scanned documents, outputting them in <signature> blocks.

Watermark Extraction Extracts watermark text and stores it within <watermark> tag for traceability.

Smart Checkbox & Radio Button Handling Converts checkboxes to Unicode symbols like , , and for reliable parsing in downstream apps.

Complex Table Extraction Handles multi-row/column tables, preserving structure and outputting both Markdown and HTML formats.

Huggingface / GitHub / Try it out: https://huggingface.co/nanonets/Nanonets-OCR-s

Try it with Docext in Colab: https://github.com/NanoNets/docext/blob/main/PDF2MD_README.m...