MCPcopy Create free account
hub / github.com/barthap/expo-ocr

github.com/barthap/expo-ocr @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
66 symbols 99 edges 28 files 8 documented · 12% updated 3y ago★ 52

Browse by type

Functions 54 Types & classes 12
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

expo-ocr

Work in progress

OCR text recognition for React Native, basically the same as react-native-mlkit-ocr, but with a few key differences:

  • On iOS it is possible to use the built-in Vision framework instead of Google MLKit
  • Uses Expo Modules architecture (it's JSI by default)
  • A few minor tweaks, e.g. detectFromUri() and detectFromFile() are joined together - proper implementation is detected automatically

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 44
Class 12
Function 10

Languages

Java65%
C++18%
TypeScript12%
Kotlin5%

Modules by API surface

example/android/app/src/main/java/expo/modules/ocr/example/newarchitecture/MainApplicationReactNativeHost.java10 symbols
example/android/app/src/main/java/expo/modules/ocr/example/MainActivity.java9 symbols
example/android/app/src/main/java/expo/modules/ocr/example/MainApplication.java8 symbols
example/android/app/src/main/java/expo/modules/ocr/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java7 symbols
example/android/app/src/debug/java/expo/modules/ocr/example/ReactNativeFlipper.java5 symbols
example/android/app/src/main/jni/MainComponentsRegistry.cpp4 symbols
example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp4 symbols
example/android/app/src/main/java/expo/modules/ocr/example/newarchitecture/components/MainComponentsRegistry.java4 symbols
src/ExpoOcr.ts3 symbols
src/ExpoOcrModule.web.ts2 symbols
android/src/main/java/expo/modules.ocr/ExpoOcrModule.kt2 symbols
src/ExpoOcrView.web.tsx1 symbols

For agents

$ claude mcp add expo-ocr \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page