Installation Guide
Last updated
Last updated
android.enableJetifier=true
android.useAndroidX=true<activity android:label ="StartOCR"
android:exported="true"
android:theme="@style/Base_Translucent"
android:name = "cordova.plugin.vidvocr.VIDVOCRActivity">
<intent-filter >
<action android:name = "cordova.plugin.vidvocr.VIDVOCRActivity" />
<category android:name = "android.intent.category.DEFAULT" />
</intent-filter>
</activity>