你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FormReadingOrder Enum

Definition

Specifies the order in which recognized text lines are returned. As the sorting order depends on the detected text, it may change across images and OCR version updates. Thus, business logic should be built upon the actual line location instead of order.

public enum FormReadingOrder
type FormReadingOrder = 
Public Enum FormReadingOrder
Inheritance
FormReadingOrder

Fields

Name Value Description
Basic 0

The lines are sorted top to bottom, left to right, although in certain cases proximity is treated with higher priority.

Natural 1

The algorithm uses positional information to keep nearby lines together.

Applies to