4.截图识别
<p>[TOC]</p>
<h4><strong>功能概述</strong></h4>
<p><strong>截图识别</strong> 的功能,顾名思义,即将图片中的文字通过OCR(光学字符识别)技术提取,识别后可以利用制卡助手,实现快速学习卡片的创建。</p>
<hr />
<h4><strong>截图对比</strong></h4>
<p>下表展示了不同OCR模式对同一张图片的识别效果,帮助你选择合适的模式,<strong>推荐本地中文</strong>:</p>
<table>
<thead>
<tr>
<th><strong>模式</strong></th>
<th><strong>识别效果</strong></th>
<th><strong>使用条件</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>百度普通</strong></td>
<td>适用于一般文本,识别效果一般</td>
<td>需要申请百度key</td>
</tr>
<tr>
<td><strong>百度高精</strong></td>
<td>适用于精确文本,识别效果较好</td>
<td>需要申请百度key</td>
</tr>
<tr>
<td><strong>百度表格</strong></td>
<td>专注于表格数据,识别效果好</td>
<td>需要申请百度key</td>
</tr>
<tr>
<td><FONT color=red><b>本地中文[推荐]</b></FONT></td>
<td><strong>专注中文识别,效果较好</strong></td>
<td>RapidOCR.dll</td>
</tr>
<tr>
<td><strong>本地多语言</strong></td>
<td>支持多语言识别,识别效果好</td>
<td>RapidOCR.dll</td>
</tr>
<tr>
<td><strong>公式识别</strong></td>
<td>讯飞公式识别</td>
<td>需要申请讯飞key</td>
</tr>
</tbody>
</table>
<hr />
<h4><strong>操作步骤</strong></h4>
<ol>
<li>
<p><strong>选择OCR识别模式</strong><br />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=166288a97eb251c53f9f0f861a5175bb&amp;file=file.png" alt="" /></p>
<ul>
<li>根据需要选择 <strong>百度高精</strong> 或 <strong>本地中文</strong> 等模式。百度OCR支持普通、高精度和表格识别,飞桨OCR支持中文和多语言识别。</li>
</ul>
</li>
<li>
<p><strong>开始OCR识别</strong> </p>
<ul>
<li>选择OCR识别模式后,对识别内容进行截图,工具会自动识别图片中的文字,并显示在界面上。</li>
</ul>
</li>
<li>
<p><strong>默认识别</strong> </p>
<ul>
<li><strong>更改默认识别方式后</strong>,直接点击“截图识别<img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=c48f16cd1915d0011a2c76df16d859fe&amp;file=file.png" alt="" />”,可对识别内容进行截图,工具会自动识别图片中的文字,并显示在界面上。</li>
</ul>
</li>
</ol>
<hr />
<h4><strong>截图设置</strong></h4>
<ol>
<li>
<p><strong>API配置</strong> </p>
<ul>
<li>使用百度OCR时,确保已正确配置API Key和Secret Key。没有配置时,无法正常使用OCR功能。</li>
<li>这里把我申请的key,分享给大家,每个月免费1000次。
<pre><code class="language-asp">百度(1000次/月):
API Key:laFk0itYmczgcqBwzMZGZX8r
Seceet Key:KMV5xronbpxWrvbD5wN3QhAf0Fgim5LT
讯飞(忘了多少次/月):
APPID:06c216f3
API Key:c82cbdbbb57d6e7c414e1d209427e694
Seceet Key:NmRkNDdiNWIyNGY0MTM0ODMwZDBlMzg5</code></pre></li>
</ul>
</li>
<li><strong>更改默认识别方式</strong> </li>
</ol>
<p>更改“截图识别<img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=c48f16cd1915d0011a2c76df16d859fe&amp;file=file.png" alt="" />”,推荐方式:<code>设置说明-使用Paddleocr识别-Paddleocr下选择中文识别</code>。</p>
<hr />
<h4><strong>注意事项</strong></h4>
<ol>
<li>
<p><strong>文本校对</strong> </p>
<ul>
<li>OCR技术可能存在误识别的情况,特别是文字不清晰或排版复杂的图片。建议校对识别结果,确保无误。</li>
</ul>
</li>
<li><strong>批量操作</strong>
<ul>
<li>若有多张图片需处理,可重复执行上述步骤进行批量操作。</li>
</ul></li>
</ol>