Socket
Book a DemoInstallSign in
Socket

expo-text-extractor

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-text-extractor

A React Native library for efficient text recognition (OCR) using MLKit and Vision, enabling seamless text extraction from images.

0.2.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Expo Text Extractor

Expo Text Extractor is a library that enables text recognition (OCR) using Google ML Kit on Android and Apple Vision on iOS.

Platform Compatibility

Android DeviceAndroid EmulatoriOS DeviceiOS SimulatorWeb

Demo

demo

Installation

To get started, install the library using Expo CLI:

npx expo install expo-text-extractor

Ensure your project is running Expo SDK 52+.

API Documentation

Check the example app for more details.

Supports Text Extraction

A boolean value indicating whether the current device supports text extraction.

const isSupported: boolean;

Extract Text From Image

Extracts text from an image and returns the recognized text as an array.

async function extractTextFromImage(uri: string): Promise<string[]>;

Keywords

react-native

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.