Metadata-Version: 2.1
Name: annotmerge
Version: 0.0.1
Summary: This Library helps in merging multiple Pascall VOC Annotation file into a single Annotation
Home-page: https://github.com/connectaman/annotmerge
Author: Aman Ulla
Author-email: connectamanulla@gmail.com
License: MIT
Keywords: annotation merge
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: os
Requires-Dist: time
Requires-Dist: logging
Requires-Dist: shutil

This Library helps in merging multiple Pascall VOC Annotation file into a single Annotation.

The Package contains a single function called merge. Which takes a single param: base_directory
you need to specity the folder name where your multiple annotation files are present and then a log 
is created and also output directory is created with merged files and folders

The Structure of folder


Change Log
===========

0.0.1 (12/02/2021)

----------------------

- First Release

