Adding attribs to ImageMetadata class.
This commit is contained in:
parent
5f320b4b91
commit
c3002e4e63
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user