Skip to content

Fun Python Project that extracts work schedule data from an image, outputting such to a file, parses the file and creates calendar events

License

Notifications You must be signed in to change notification settings

Nassuel/Work_Schedule_Manager

Repository files navigation

Work_Schedule_Manager

All (ImageProcesses, FileProcesses, EventProcesses) files have "helper" functions which get the job done with a couple lines of code.

In run_main.py, a workflow example can be seen. There are some commented lines since I discovered that the table the Costco employee site renders is an html table which can be easily parsed using pandas rather than using image processing. Yet, I left the setup for using OpenCV and Tesseract on there 😀

Sources

Image text detection and extraction with OpenCV and Tesseract OCR
Great help on table detection

Notes

Due to py32win dependency, EventProcesses.py is fully operational on Windows with Outlook installed.

If you have any questions, you can email me

About

Fun Python Project that extracts work schedule data from an image, outputting such to a file, parses the file and creates calendar events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages