简介
<p>VTSEARCHSDK是玩瞳面向Android设备的技术开发包。</p>
<h3>1. 功能介绍</h3>
<p>此版SDK所包含的能力如下:</p>
<table>
<thead>
<tr>
<th>能力名称</th>
<th>能力简要描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>手指查词</td>
<td>相机预览时,识别当前手指指到的单词信息</td>
</tr>
</tbody>
</table>
<h3>2. 兼容性</h3>
<p><strong>系统:</strong>支持Android 5.0(API level 21)及以上的系统。需要开发者通过minSdkVersion来保证支持系统的识别。</p>
<p><strong>机型:</strong>手机或平板;</p>
<p><strong>平台架构:</strong>支持CPU架构平台【armeabi-v7a】【arm64-v8a】;</p>
<p><strong>网络:</strong>支持WiFi及移动网络;</p>
<p><strong>摄像头:</strong>不能出现运动模糊,否则会影响查词识别率。在一张A4纸下摄像头的像素决定了识别文字大小</p>
<pre><code> 经测试:(A4纸写满英文单词,微软雅黑、宋体、楷体字体)
200万像素,支持3号字体
500万像素,支持5号字体</code></pre>
<h3>3. 开发包说明</h3>
<table>
<thead>
<tr>
<th>文件/文件夹名称</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>basesdk.aar</td>
<td>基础库</td>
</tr>
<tr>
<td>fdslite.aar</td>
<td>离线点读基础库</td>
</tr>
<tr>
<td>offlinefinger.aar</td>
<td>离线点读识别库</td>
</tr>
<tr>
<td>vtocr.aar</td>
<td>主库</td>
</tr>
<tr>
<td>OCR-demo</td>
<td>Demo工程(基于AndroidStudio)</td>
</tr>
</tbody>
</table>