DocumentParagraph クラス

段落オブジェクトは、通常、共通の配置と間隔を持つ連続した行で構成されます。

バージョン 2023-07-31 の新機能: formulaBlock ロール。

継承
builtins.object
DocumentParagraph

コンストラクター

DocumentParagraph(**kwargs: Any)

メソッド

from_dict

DocumentParagraph の図形のディクテーションをモデル自体に変換します。

to_dict

DocumentParagraph の dict 表現を返します。

from_dict

DocumentParagraph の図形のディクテーションをモデル自体に変換します。

from_dict(data: Dict) -> DocumentParagraph

パラメーター

data
dict
必須

DocumentParagraph の図形の辞書。

戻り値

DocumentParagraph

の戻り値の型 :

to_dict

DocumentParagraph の dict 表現を返します。

to_dict() -> Dict

戻り値

dict

の戻り値の型 :

属性

bounding_regions

段落をカバーする境界領域。

bounding_regions: List[BoundingRegion] | None

content

段落のコンテンツを読み取り順に連結しました。

content: str

role

"pageHeader"、"pageFooter"、"pageNumber"、"title"、"sectionHeading"、"footnote"、"formulaBlock"

role: str | None

spans

読み取り順序の連結されたコンテンツ内の段落の場所。

spans: List[DocumentSpan]