Skip to content

Commit 777ac17

Browse files
authored
Update doc_preprocessor.md
1 parent f5c6235 commit 777ac17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/version3.x/pipeline_usage/doc_preprocessor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ for res in output:
612612
<td rowspan="2">获取格式为 <code>dict</code> 的可视化图像</td>
613613
</tr>
614614
</table>
615-
615+
<ul>
616616
<li><code>json</code> 属性获取的预测结果为dict类型的数据,相关内容与调用 <code>save_to_json()</code> 方法保存的内容一致。</li>
617617
<li><code>img</code> 属性返回的预测结果是一个dict类型的数据。其中,键为 <code>preprocessed_img</code>,对应的值是 <code>Image.Image</code> 对象:用于显示 doc_preprocessor 结果的可视化图像。</li>
618618
</ul>

0 commit comments

Comments
 (0)