bboxconverter.io.reader_xml

Module Contents

Functions

read_xml(→ bboxconverter.core.bbox_parser.BboxParser)

Reads bounding boxes from an xml file and returns a BboxParser object.

bboxconverter.io.reader_xml.read_xml(path: str | Path) bboxconverter.core.bbox_parser.BboxParser

Reads bounding boxes from an xml file and returns a BboxParser object.

Parameters:

path (str | Path) – Path to the xml folder.

Returns:

BboxParser object containing bounding boxes

Return type:

BboxParser