# riddleling/iOS-OCR-Server

An iOS OCR Server Using Apple’s Vision Framework

Repository: https://github.com/riddleling/iOS-OCR-Server
Canonical: https://ross.abutalabs.com/products/ios-ocr-server
Homepage: https://apps.apple.com/us/app/ocr-server/id6749533041
Language: Swift
License: MIT
License Family: permissive
Topics: http-server, ios, ocr, vision-framework
Last push: 2026-06-04T02:51:41+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 85, release rhythm 86, longevity 28
- inputs: {"age_days": 397, "days_push": 90, "days_rel": 97, "gap_med": 4, "n_releases_24m": 14}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1927, forks 172 (observed 2026-08-28T04:05:52.684033+00:00)

## What it is
An iOS app that turns an iPhone into a local OCR server using Apple's Vision Framework, exposing an HTTP API and web interface for image text recognition. All processing happens on-device, offering unlimited usage with no cloud dependencies.

## Use cases
- extract text from images via a local HTTP API
- run OCR without sending data to the cloud
- test OCR integration during app development
- share an OCR service across a local network
- build a batch OCR cluster from multiple iPhones
- get bounding box coordinates of recognized text

## When to choose
- you need private, offline OCR with no per-request cloud costs
- you want a quick REST OCR endpoint using an iPhone's on-device ML
- you need text bounding boxes in JSON for downstream processing

## When to avoid
- you need server-grade throughput or headless deployment on Linux
- you require OCR on Android or desktop hardware
- you need long-running unattended service without iOS backgrounding limitations

## Facets
- artifact type: application
- maturity: active
- function: ocr, http-server, image-processing, api-framework
- domain: computer-vision, image-processing, apis, privacy, self-hosted
- platform: -
- tags: vision-framework, local-ocr, text-recognition, iphone, rest-api, offline, ios, mobile, web-server

## Member repositories
- riddleling/iOS-OCR-Server (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:52.684033+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:09:10.683357+00:00, confidence not recorded.
  - readme: https://github.com/riddleling/iOS-OCR-Server (fetched 2026-08-28T04:05:52.684033+00:00, sha b144af8112f4)
  - homepage: https://apps.apple.com/us/app/ocr-server/id6749533041 (fetched 2026-08-29T10:48:37.524783+00:00, sha eecdf155042a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
