是否可以获取XML扫描输出,该扫描输出为扫描中找到的每个单词提供信息?例如,在整个文本运行" Asprise OCR和条形码识别"中提供仅在一组值下的剪辑中显示的当前输出。要求是为每个识别的单词获取相同的详细信息。
<?xml version="1.0"?>
<asprise-ocr input="test.png">
<page no="1" width="2400" height="3200" words="122" confidence="88">
<block type="text" x="321" y="254" width="1438" height="76" words="5" confidence="86">
Asprise OCR and Barcode Recognition
</block>
...
<block type="barcode" subtype="QR-Code" x="1397" y="1484" width="441" height="441" confidence="1">www.asprise.com</block>
<block type="barcode" subtype="CODE-128" x="348" y="1489" width="583" height="145" confidence="34">Asprise</block>
</page>
</asprise-ocr>