hotpdf.data.classes.HotCharacter¶
- class hotpdf.data.classes.HotCharacter(value: str, x: int, y: int, x_end: int, span_id: UUID, is_anno: bool | None = False)¶
A hot character is a character on a page with certain attributes.
- span_id¶
hash of parent span the character lies in.
- Type:
UUID
Methods
__init__(value, x, y, x_end, span_id[, is_anno])Attributes