parse_mark¶ Auto-generated ADF Parser This module provides functions to parse ADF JSON into Python objects. atlas_doc_parser.marks.parse_mark.parse_mark(dct: Dict[str, Any]) → T_MARK[source]¶ Parse a mark dictionary into a Mark object. Parameters: dct – The raw ADF mark dictionary from JSON. Returns: The parsed mark instance. Raises: UnimplementedTypeError – If the mark type is not registered.