Built an iOS app that runs a local OCR server using Apple's Vision Framework.
Creates a REST API endpoint accessible from any device on your network. No cloud services needed - everything processes locally on the phone.
Available on App Store (searching "OCR Server").
Would appreciate feedback on the architecture or similar mobile-as-server projects you've seen.
Curious about performance — how fast is the Vision Framework on-device compared to something like Tesseract or cloud OCR APIs? And does the app stay responsive if the phone is handling multiple requests at once?