mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
added my plans on what to do work on next
This commit is contained in:
parent
65e9b415fd
commit
eab0c1f38b
1 changed files with 5 additions and 5 deletions
|
|
@ -15,14 +15,14 @@ logger = Logger(name="main.py", level=logging.DEBUG).get_logger()
|
|||
|
||||
def main():
|
||||
# POC PDF Reader
|
||||
list_ = pdfReaderToText(INTERESTING_FILE_LOC).get_list_of_test()
|
||||
pprint(list_)
|
||||
# list_ = pdfReaderToText(INTERESTING_FILE_LOC).get_list_of_test()
|
||||
# pprint(list_)
|
||||
|
||||
# POC Scraper from sharepoint and get useful data
|
||||
|
||||
# south_coast_scraper = SharePointScraper(SharePointInstaller.SOUTH_COAST_INSULATION_SERVICE)
|
||||
# list_of_names = south_coast_scraper.list_of_names_that_has_the_wrong_date_format()
|
||||
# logger.info(pformat(list_of_names))
|
||||
south_coast_scraper = SharePointScraper(SharePointInstaller.SOUTH_COAST_INSULATION_SERVICE)
|
||||
list_of_names = south_coast_scraper.list_of_names_that_has_the_wrong_date_format()
|
||||
logger.info(pformat(list_of_names))
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue