Adding attribs to ImageMetadata class.

This commit is contained in:
MichaelFitzurka 2022-04-05 11:23:18 -04:00
parent 5f320b4b91
commit c3002e4e63

View File

@ -50,6 +50,8 @@ class PageType:
class ImageMetadata(TypedDict): class ImageMetadata(TypedDict):
Type: PageType Type: PageType
Bookmark: str
DoublePage: bool
Image: int Image: int
ImageSize: str ImageSize: str
ImageHeight: str ImageHeight: str