Przeglądaj źródła

* @新增:ocr的插件配置

liuyf23 2 lat temu
rodzic
commit
5f62681632

+ 5 - 0
show-client/app/src/main/assets/mobile-action.xml

@ -260,4 +260,9 @@
260 260
261 261
	<!--检测软件-->
262 262
	<action name="detectApps" class="com.ai.ipu.mobile.plugin.InstalledApps" method="detectApps" />
263
264
	<!--OCR-->
265
	<action name="getFloCardInfoBD" class="com.ai.ipu.ocr.func.IpuOcrRecognize" method="getFloCardInfoBD" />
266
	<action name="getIdCardInfo" class="com.ai.ipu.ocr.func.IpuOcrRecognize" method="getIdCardInfo" />
267
263 268
</actions>