-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Here, you can learn how anything from how to better use the software, to how to improve the software and either make it function better or use concepts from this project in your own project. This Wiki discusses multiple topics on the subject, but if anything is missing, add a documentation issue, and I will work on adding a section for that topic if it seems significant enough.
To better explain, OCR to CSV is a Python application that reads in information from a physical sign in sheet and attempts to translate that information digitally. Since most sign in sheets used by organizations or events are built like a table, the output is made like an excel sheet. A CSV (Comma Style Values) format is used since it is a universal table format that almost all spreadsheet programs can use.