Skip to content

Commit fb3a95f

Browse files
committed
Update README
1 parent e250aeb commit fb3a95f

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: mat2718 # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
otechie: # Replace with a single Otechie username
12-
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
3+
github: ospfranco # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OPVisionCameraMrzScanner
1+
# @OP-Engineering/op-ocr
22

33
VisionCamera Frame Processor Plugin to detect and read MRZ data from passports using MLKit Text Recognition.
44

@@ -24,7 +24,7 @@ yarn add @op-engineering/op-ocr
2424
import * as React from 'react';
2525

2626
import { StyleSheet, View } from 'react-native';
27-
import { MRZProperties, MRZScanner } from 'vision-camera-mrz-scanner';
27+
import { MRZProperties, MRZScanner } from '@op-engineering/op-ocr';
2828

2929
export default function App() {
3030
return (

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2807,7 +2807,7 @@ SPEC CHECKSUMS:
28072807
MLKitTextRecognitionCommon: c0b3a63d529296a19bce1f8bc8a513644ed4d1f6
28082808
MLKitVision: e858c5f125ecc288e4a31127928301eaba9ae0c1
28092809
nanopb: 438bc412db1928dac798aa6fd75726007be04262
2810-
OpVisionCameraMrzScanner: d355a7043e29146a767e454db940939df26b80fd
2810+
OpVisionCameraMrzScanner: 8f8135d7d138f90f537c782f2d4186fff6f6e8ad
28112811
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
28122812
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
28132813
RCTDeprecation: 5eb1d2eeff5fb91151e8a8eef45b6c7658b6c897

0 commit comments

Comments
 (0)