ass_drawing_info
Parse an ASS vector drawing to extract subpath bounding boxes, point counts, and path length without line measurement.
Instructions
Parse a drawing only (no measurement, no line needed).
Coordinates are in the drawing's own scale space (see the module
docstring). Returns {source, doc_id, index, drawing, scale, commands, subpaths: [{index, bbox, size, text, point_count}], bbox, size, center (aliased as centre), subpath_count, point_count, path_length}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| index | No | ||
| doc_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||