Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 681 Bytes

File metadata and controls

13 lines (9 loc) · 681 Bytes

ExtractTextFromPagesToArrayOperation

Extracts text from multiple pages into a list of strings.

Properties

Name Type Required Description
start_page Optional[int] No The zero-indexed start page. Defaults to the first page if not specified.
end_page Optional[int] No The zero-indexed end page (inclusive). Defaults to the last page if not specified.
type Literal["extractTextFromPagesToArray"] Yes None

[Back to Model list] [Back to API list] [Back to README]