다음을 통해 공유


DocumentTable 클래스

사각형 레이아웃에 정렬된 표 셀로 구성된 테이블 개체입니다.

상속
builtins.object
DocumentTable

생성자

DocumentTable(**kwargs: Any)

메서드

from_dict

DocumentTable 셰이프의 받아쓰기를 모델 자체로 변환합니다.

to_dict

DocumentTable의 받아쓰기 표현을 반환합니다.

from_dict

DocumentTable 셰이프의 받아쓰기를 모델 자체로 변환합니다.

from_dict(data: Dict) -> DocumentTable

매개 변수

Name Description
data
필수

DocumentTable 셰이프의 사전입니다.

반환

형식 Description

DocumentTable

to_dict

DocumentTable의 받아쓰기 표현을 반환합니다.

to_dict() -> Dict

반환

형식 Description

dict

특성

bounding_regions

테이블을 포함하는 경계 영역입니다.

bounding_regions: List[BoundingRegion] | None

cells

표에 포함된 셀입니다.

cells: List[DocumentTableCell]

column_count

테이블의 열 수입니다.

column_count: int

row_count

테이블의 행 수입니다.

row_count: int

spans

읽기 순서로 연결된 콘텐츠의 테이블 위치입니다.

spans: List[DocumentSpan]