
    kh                     0     G d  de       Z G d de       Zy)c                       e Zd ZdZy)NotSupportedShapeErrora  For now (v0.2), if the created shape might be a polygon (shapes with more than 4 vertices),
    layoutparser will raise NotSupportedShapeError. It is expected to be fixed in the future versions.
    See
    :ref:`shape_operations:problems-related-to-the-quadrilateral-class`.
    N__name__
__module____qualname____doc__     X/var/www/teggl/fontify/venv/lib/python3.12/site-packages/layoutparser/elements/errors.pyr   r      s    r
   r   c                       e Zd ZdZy)InvalidShapeErrorzFor shape operations like intersection of union, lp will raise the InvalidShapeError when
    invalid shapes are created (e.g., intersecting a rectangle and an interval).
    Nr   r	   r
   r   r   r      s    r
   r   N)	Exceptionr   r   r	   r
   r   <module>r      s   Y 	 r
   