Adding attribs to ImageMetadata class.

This commit is contained in:
MichaelFitzurka 2022-04-05 11:23:18 -04:00
parent d37022b71f
commit e622b56dae

View File

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