Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
RadioLogic edited this page Sep 10, 2020 · 2 revisions

Welcome to the OCR-to-CSV wiki!

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.

What is OCR to CSV

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.

Clone this wiki locally