This project is a Streamlit application designed to streamline the process of extracting and managing information from business cards. It utilizes Python, easyOCR for optical character recognition, and a database system (MySQL) for data storage. The application offers a user-friendly interface for uploading business card images, extracting relevant details, and managing the data efficiently.
-
Data Extraction: Utilizes easyOCR to extract key information from uploaded business card images.
-
Database Integration: Allows users to save and organize extracted information along with the corresponding business card images.
-
Streamlit UI: Provides an intuitive graphical user interface for a seamless user experience.
-
Data Management: Users can read, update, and delete entries directly through the Streamlit UI.
-
Upload Business Card:
- Use the provided interface to upload a business card image.
-
Data Extraction:
- The application will extract relevant information using easyOCR.
-
Database Storage:
- Extracted information and corresponding images are stored in the database.
-
Data Management:
- Read, update, or delete entries directly through the user interface.
- Python
- Streamlit
- easyOCR
- Database system (MySQL)