AIdvisor / testBed.py
Krishna Kumar S
cc
2f971a9
from functions import *
df = fetch_and_download_policy_documents(insurer='star', UIN='', results=5, save_path='./policy_docs')
print(df.head())