惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
J
Java Code Geeks
H
Help Net Security
Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
Stack Overflow Blog
Stack Overflow Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
U
Unit 42
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 叶小钗
D
Docker
量子位
P
Proofpoint News Feed
博客园_首页
T
Tailwind CSS Blog
F
Fortinet All Blogs

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
We shipped an on-device Japanese braille reader — here's ...
niixolabs · 2026-05-19 · via DEV Community

niixolabs

The problem sitting in plain sight

There's braille on train handrails, elevator buttons, and pill boxes all over Japan. Most people walk past it every day without a second thought — not because they don't care, but because almost nobody can read braille.

TenjiScan is our attempt to close that gap. Point your iPhone camera at any Japanese braille, get plain text back. That's the whole pitch.

Why we went fully offline

The first architectural decision we locked in was: no server. Braille appears on medication packaging, medical devices, banking equipment — contexts where sending someone's photo to a remote endpoint feels like a bad trade. It's not worth the privacy exposure.

Since v4.0.0, all recognition runs through a custom two-signal pipeline built on Vision. No network required, no image leaves the device. The trade-off is that we own the accuracy ceiling entirely — no external model updates — which pushes us to get the on-device pipeline right rather than lean on infrastructure.

What it actually supports

The app handles JIS Japanese braille (the national standard, JIS T 0921) and UEB Grade 1 English braille. Grade 2 contracted English braille isn't supported yet — contracted braille compresses text using shorthand symbols, and it's a meaningful gap for English-speaking users who depend on it in practice. We know. It's on the list.

The honest limitation

Lighting and shooting angle matter. Braille bumps cast shadows that make recognition possible, which means flat, even light actually hurts accuracy. We added UI guidance to help users find better angles, but in poor lighting the recognition still struggles. This isn't buried in fine print — it's just physics.

What surprised us

The use case we didn't fully anticipate: sighted people who are simply curious. Someone picks up a pill box they've owned for years and finally reads the braille on it. The app makes a small part of the tactile world readable without requiring expertise, and accessibility users have told us the on-device guarantee matters more to them than raw recognition speed.


TenjiScan is free on the App Store, with a one-time purchase to remove ads.
https://apps.apple.com/jp/app/id6759526188