def create_doc():
    # unpack zip file
    if not os.path.exists("tmp"):
        os.mkdir("tmp")