pdfdancer-client-python 0.2.4__py3-none-any.whl → 0.2.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pdfdancer/types.py +0 -15
- {pdfdancer_client_python-0.2.4.dist-info → pdfdancer_client_python-0.2.5.dist-info}/METADATA +1 -1
- {pdfdancer_client_python-0.2.4.dist-info → pdfdancer_client_python-0.2.5.dist-info}/RECORD +5 -5
- {pdfdancer_client_python-0.2.4.dist-info → pdfdancer_client_python-0.2.5.dist-info}/WHEEL +0 -0
- {pdfdancer_client_python-0.2.4.dist-info → pdfdancer_client_python-0.2.5.dist-info}/top_level.txt +0 -0
pdfdancer/types.py
CHANGED
|
@@ -31,21 +31,6 @@ class PDFObjectBase:
|
|
|
31
31
|
self.internal_id = internal_id
|
|
32
32
|
self.object_type = object_type
|
|
33
33
|
|
|
34
|
-
# --------------------------------------------------------------
|
|
35
|
-
# Core properties
|
|
36
|
-
# --------------------------------------------------------------
|
|
37
|
-
def internal_id(self) -> str:
|
|
38
|
-
"""Internal PDFDancer object identifier, e.g. 'PATH_000023'."""
|
|
39
|
-
return self.internal_id
|
|
40
|
-
|
|
41
|
-
def type(self) -> ObjectType:
|
|
42
|
-
"""Enum value representing the PDF object type."""
|
|
43
|
-
return self.object_type
|
|
44
|
-
|
|
45
|
-
def position(self) -> Position:
|
|
46
|
-
"""The geometric position of the object on its page."""
|
|
47
|
-
return self.position
|
|
48
|
-
|
|
49
34
|
@property
|
|
50
35
|
def page_index(self) -> int:
|
|
51
36
|
"""Page index where this object resides."""
|
|
@@ -4,8 +4,8 @@ pdfdancer/image_builder.py,sha256=Omxc2LcieJ1MbvWBXR5_sfia--eAucTUe0KWgr22HYo,84
|
|
|
4
4
|
pdfdancer/models.py,sha256=SmkKScr47uVs6FCWUAVIg6rucYrYHvbIxZngyA50XyI,15498
|
|
5
5
|
pdfdancer/paragraph_builder.py,sha256=bAfwX9U2YT1UGX9EKkPnGYvGK3SQP3X1ocxlgyLE_rU,8872
|
|
6
6
|
pdfdancer/pdfdancer_v1.py,sha256=Pgv-2L0pYQdOUVK2nUntrGB6hCDKUOMWHYuN8loBM3Q,35540
|
|
7
|
-
pdfdancer/types.py,sha256=
|
|
8
|
-
pdfdancer_client_python-0.2.
|
|
9
|
-
pdfdancer_client_python-0.2.
|
|
10
|
-
pdfdancer_client_python-0.2.
|
|
11
|
-
pdfdancer_client_python-0.2.
|
|
7
|
+
pdfdancer/types.py,sha256=05zvjA6MEQomNucUUKf5Z33dA7NVFCRu_6LR3Yom1yo,7633
|
|
8
|
+
pdfdancer_client_python-0.2.5.dist-info/METADATA,sha256=YqAuXltFAL3ypn0x7r72dxhJDYMwArPUMzOLCFxNt7A,9253
|
|
9
|
+
pdfdancer_client_python-0.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
+
pdfdancer_client_python-0.2.5.dist-info/top_level.txt,sha256=ICwSVRpcCKrdBF9QlaX9Y0e_N3Nk1p7QVxadGOnbxeY,10
|
|
11
|
+
pdfdancer_client_python-0.2.5.dist-info/RECORD,,
|
|
File without changes
|
{pdfdancer_client_python-0.2.4.dist-info → pdfdancer_client_python-0.2.5.dist-info}/top_level.txt
RENAMED
|
File without changes
|