Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 09f1021

Browse files
author
Alexander Lobastov
committed
Fix of Android build for compatibility with the ABBYY Mobile Capture R2 (1.0.15.327969) release. Updated version to 1.0.4.
1 parent 81de5fe commit 09f1021

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

react-native-abbyy-mobile-capture/android/src/main/java/com/abbyy/mobile/rtr/javascript/text/TextRecognitionResult.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
import android.text.TextUtils;
77

8-
import com.abbyy.mobile.rtr.IRecognitionCoreAPI.CharInfo;
8+
import com.abbyy.mobile.rtr.TextCapture.CharInfo;
99
import com.abbyy.mobile.rtr.IRecognitionCoreAPI.TextBlock;
10-
import com.abbyy.mobile.rtr.IRecognitionCoreAPI.TextLine;
10+
import com.abbyy.mobile.rtr.TextCapture.TextLine;
1111
import com.abbyy.mobile.rtr.IRecognitionCoreAPI.Warning;
1212
import com.abbyy.mobile.rtr.javascript.JsonResult;
1313

react-native-abbyy-mobile-capture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-abbyy-mobile-capture",
33
"title": "React Native ABBYY Mobile Capture",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "React Native ABBYY Mobile Capture",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)