Skip to content

TheNobody-12/OCR-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR-APP

forthebadge forthebadge forthebadge

image

**This project was made for Future Ready Talent Internship 2022

Problem Statement

In the factory floor, the Engineer enters data on the sheet. This sheet at the end of the repair cycle, manufacturing process, etc. is manually entered into the database. This manual process is timeconsuming and repetitive. Currently, there are OCR technologies that do not perform well with Cursive Handwritten data. Build a Deep learning OCR and Azure services that which can work with handwritten and image-text data. Since each individual has a different handwriting style.

✍ Description

In many automobile and manufacturing industries, a huge amount of data is handwritten or in the image. Still, in many government sectors in India, the document are handwritten. Optical character recognition makes it possible to convert many kinds of texts or photos into editable, searchable, and analyzable data. Researchers have been using AI and ML methods to automatically evaluate printed and handwritten documents for the past ten years in order to digitize them. Industries use paper sheets to enter data collected during work. This data is then manually entered into a database for further usage. But manually entering the data can be tedious work. So to solve this problem we can use the Optical Character Recognition technique, which is widely used to detect handwritten cursive text. We need this technology because if the data entered is misinterpreted by humans it can lead to failure or loss to the industry.

💥 Quick Start

  • Clone this repository git clone https://github.com/TheNobody-12/OCR-APP.git

  • Install python version 3.9 or higher version

  • Install Virtual Environment using Pip in command line. pip install virtualenv

  • Create a Virtual Environment in command line. python<version> -m venv <virtual-environment-name>

  • Activate the Environment in command line. .\<virtual-environment-name>\Scripts\activate

  • In activated environment, install all python dependencies. pip install -r requirements.txt

  • Run code file using below command. python app.py

🤖 Demo

The input Image

advertisement1

The Output Given by the Azure model

image

image

❤️ Project Admin


Sarthak Kapaliya(TheNobody-12)

👑 Admin