Skip to content

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xulihang committed Oct 11, 2022
1 parent 5545430 commit 328624d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export interface ScanRegion{

export interface ScanConfig{
template?: string;
templateName?: string;
license?: string;
scanRegion?: ScanRegion;
customModelConfig?: CustomModelConfig;
Expand All @@ -115,7 +114,7 @@ export interface CustomModelConfig {
}
```

You can use a custom model like a model for MRZ passport reading using the `CustomModelConfig` prop.
You can use a custom model like a model for MRZ passport reading using the `CustomModelConfig` prop. You can find the MRZ model in the example.

You need to put the model folder in the `assets` folder for Android or the root for iOS.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vision-camera-dynamsoft-label-recognizer",
"version": "0.2.2",
"version": "0.3.0",
"description": "React Native Vision Camera Frame Processor Plugin of Dynamsoft Label Recognizer",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 328624d

Please sign in to comment.