03c3fc149440890a825ed2a56be1d8f650a967dc,calamari_ocr/ocr/dataset/datareader/pagexml/reader.py,PageXMLDatasetLoader,_samples_from_book,#PageXMLDatasetLoader#Any#Any#Any#,116
Before Change
"rtype": xml_attr(l, ns, "../@type", ""),
"xml_element": l,
"image_path": img,
"id": xml_attr(l, ns, "./@id"),
"coords": xml_attr(l, ns, "./ns:Coords/@points"),
"orientation": orientation,
"img_width": img_w,
After Change
"rtype": xml_attr(l, ns, "../@type", ""),
"xml_element": l,
"image_path": img,
"id": "{}/{}".format(page_id, xml_attr(l, ns, "./@id")),
"coords": xml_attr(l, ns, "./ns:Coords/@points"),
"orientation": orientation,
"img_width": img_w,
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: Calamari-OCR/calamari
Commit Name: 03c3fc149440890a825ed2a56be1d8f650a967dc
Time: 2021-01-19
Author: wick.chr@gmail.com
File Name: calamari_ocr/ocr/dataset/datareader/pagexml/reader.py
Class Name: PageXMLDatasetLoader
Method Name: _samples_from_book
Project Name: Calamari-OCR/calamari
Commit Name: e9bc87d913518d227ee31f68eb329dfe8c29e0e9
Time: 2021-01-14
Author: wick.chr@gmail.com
File Name: calamari_ocr/ocr/datasets/pagexml_dataset/dataset.py
Class Name: PageXMLDatasetLoader
Method Name: _samples_gt_from_book
Project Name: Calamari-OCR/calamari
Commit Name: e9bc87d913518d227ee31f68eb329dfe8c29e0e9
Time: 2021-01-14
Author: wick.chr@gmail.com
File Name: calamari_ocr/ocr/datasets/pagexml_dataset/dataset.py
Class Name: PageXMLDatasetLoader
Method Name: _samples_from_book
Project Name: Calamari-OCR/calamari
Commit Name: 03c3fc149440890a825ed2a56be1d8f650a967dc
Time: 2021-01-19
Author: wick.chr@gmail.com
File Name: calamari_ocr/ocr/dataset/datareader/pagexml/reader.py
Class Name: PageXMLDatasetLoader
Method Name: _samples_gt_from_book