@berryxia: Guys, I've done it! Fully open-sourced and free! I turned PP-OCRv6 directly into a local workstation, accelerated with CoreML on Mac, with one-click switching between Tiny, Small, and Medium model sizes! Tiny is only 1.5MB for extreme lightweight, Medium is 34.5MB for main...
Summary
The author turned PP-OCRv6 into a local workstation and open-sourced it for free, supporting Mac CoreML acceleration, providing three models: Tiny/Small/Medium, with image upload, batch processing, and multiple export formats, running locally to protect privacy.
View Cached Full Text
Cached at: 06/17/26, 07:50 AM
We’ve done it, bros! Fully open-sourced and free!
I turned PP-OCRv6 directly into a local workbench, accelerated with CoreML on Mac. One-click switch between Tiny, Small, and Medium model sizes!
Tiny is only 1.5MB for ultimate lightweight, Medium 34.5MB focuses on accuracy, while Small strikes a balance in between.
Supports image upload, batch processing, export results to CSV/Markdown/Excel, and automatic history saving.
Everything runs completely locally — privacy-safe, no data upload required.
The best part: on Apple Silicon, CoreML acceleration is enabled automatically. Intel Mac and Linux can also run on CPU.
I also made a browser-based Tiny model — zero dependencies, you can use OCR directly in a web page.
Comes with benchmarking scripts that compare against OmniDocBench and macOS’s built-in Apple Vision. In real tests, it performs well on challenging scenarios like curved surfaces, dot matrix fonts, and low contrast.
Before, doing local OCR was a pain: downloading models, configuring environments, balancing accuracy and speed. Now I’ve wrapped everything up.
Developers, researchers, and anyone who needs offline document processing can just clone and use.
This was something I built while stumbling through many pitfalls in my daily OCR workflow — I hope it helps others with the same needs.
Similar Articles
@berryxia: https://x.com/berryxia/status/2067078380017828205
The author tested the three tiers of PP-OCRv6 models and provided open-source tools for local deployment. They demonstrated performance comparisons of each model on OmniDocBench and real-world scenarios, emphasizing the advantages of lightweight specialized models for OCR tasks.
@rionaifantasy: Unbelievable! How Can a 34.5M Parameter OCR Beat a 235B Large Model? Let me tell you something ridiculous: I used to believe the future of OCR would inevitably be devoured by ever-larger multimodal large models. But after seeing PP-OCRv6 released by Baidu Wenxin, I've changed my mind. Because it doesn't follow the path of "continuing to pile on parameters..."
Baidu Wenxin releases PP-OCRv6, offering three model tiers: Tiny, Small, and Medium, supporting over 50 languages. The Tiny version is only 1.5MB and can run locally in a browser, with the fastest single-image inference at 97ms, proving that small specialized models can outperform large models on OCR tasks.
@TeksEdge: Need to OCR documents? PP-OCRv6 dropped — currently the best open-source OCR models you can download ◆︎ Fully Open Sour…
PP-OCRv6 is a new open-source OCR model series from Baidu's PaddleOCR, available in Tiny/Small/Medium sizes with excellent accuracy and speed, beating several commercial models.
@AdinaYakup: PP-OCRv6 just released by Baidu @PaddlePaddle tiny 1.5M / small 7.7M / medium 34.5M 48+ languages Supports handwritten/…
Baidu's PaddlePaddle released PP-OCRv6, an OCR model supporting 48+ languages with tiny (1.5M), small (7.7M), and medium (34.5M) sizes, optimized for edge deployment and handwritten/printed/industrial/screen/card text.
@NFTCPS: Guys, another mind-blowing open-source tool has appeared. Someone made a PDF parser that converts 100 pages to Markdown per second. Best part: 100% free, runs on CPU only—no GPU, no cloud, no API key needed. It's called OpenDataLoader...
Open-source PDF parser OpenDataLoader converts 100 pages to Markdown per second, runs on CPU only, free and open-source, developed by the PDF Association and veraPDF team, ranking first in benchmarks.