Building Local OCR Application SmolDocling: A Step-by-Step Guide [Part 2]
Last Updated on April 15, 2025 by Editorial Team
Author(s): Youssef Hosni
Originally published on Towards AI.
![Building Local OCR Application SmolDocling: A Step-by-Step Guide [Part 2] Building Local OCR Application SmolDocling: A Step-by-Step Guide [Part 2]](https://miro.medium.com/v2/resize:fit:500/1*7BC6wHBRhlZ_skdn89WvIg.png)
If you want to build a Local OCR application so that you do not need to send your documents to APIs. You can use 𝐒𝐦𝐨𝐥𝐃𝐨𝐜𝐥𝐢𝐧𝐠, which is an ultra-compact vision-language model for end-to-end multi-modal document conversion that can be used for LocalOCR.
𝗦𝗺𝗼𝗹𝗗𝗼𝗰𝗹𝗶𝗻𝗴 is a compact 256M open-source vision language model designed for OCR. It offers end-to-end document conversion without complex pipelines, allowing a single small model to handle everything.
It’s fast and efficient, processing a page in just 0.35 seconds on a consumer GPU with less than 500MB VRAM. Despite its small size, it delivers high accuracy, outperforming models 27× larger in full-page transcription, layout detection, and code recognition.
In this two-part hands-on tutorial, we’ll build a local OCR application using 𝗦𝗺𝗼𝗹𝗗𝗼𝗰𝗹𝗶𝗻𝗴. In the second part, we’ll develop the OCR web application, and we’ll integrate everything from the first part and create the application interface using streamlit.
Set up the Working EnvironmentBuild the OCR Pipeline with SmolDoclingBuild the Streamlit ApplicationRun the OCR Application
You can find the codes and data used in this article in this GitHub Repo.
Most insights I share in Medium have previously been shared in my weekly newsletter, To Data & Beyond.
If you want to be up-to-date with the frenetic world… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.
Published via Towards AI
Towards AI Academy
We Build Enterprise-Grade AI. We'll Teach You to Master It Too.
15 engineers. 100,000+ students. Towards AI Academy teaches what actually survives production.
Start free — no commitment:
→ 6-Day Agentic AI Engineering Email Guide — one practical lesson per day
→ Agents Architecture Cheatsheet — 3 years of architecture decisions in 6 pages
Our courses:
→ AI Engineering Certification — 90+ lessons from project selection to deployed product. The most comprehensive practical LLM course out there.
→ Agent Engineering Course — Hands on with production agent architectures, memory, routing, and eval frameworks — built from real enterprise engagements.
→ AI for Work — Understand, evaluate, and apply AI for complex work tasks.
Note: Article content contains the views of the contributing authors and not Towards AI.