Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 559 Bytes

PageImage.md

File metadata and controls

13 lines (9 loc) · 559 Bytes

PageImage

Holds the data of an image from a given page of a document.

Properties

Name Type Description Notes
page_number int Specifies the number of the page. [optional]
image_data str The data of the image. [optional]
file_name str Specifies the name of the file. [optional]

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