Skip to content

KrishnaPalde/Python-OCR-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optical Character Recognition

Version: 1.3 Copyright to Krishna Palde

INTRODUCTION

Optical Character Recognition (OCR)

In other words, OCR systems transform a two-dimensional image of text, that could contain machine printed or handwritten text from its image representation into machine-readable text. OCR as a process generally consists of several sub-processes to perform as accurately as possible. The subprocesses are:

  • Preprocessing of the Image
  • Text Localization
  • Character Segmentation
  • Character Recognition
  • Post Processing

Technology Stack

  1. Python
  2. Flask
  3. PyTessaract

SCREENSHOTS

  1. Home Screen

Screenshot 2022-06-14 at 1 57 59 PM

  1. Upload File

Screenshot 2022-06-14 at 1 58 38 PM

  1. Extracting Text from Image

Screenshot 2022-06-14 at 1 58 43 PM

  1. Extracted Text

Screenshot 2022-06-14 at 1 59 24 PM

  1. Copy Text to clipboard

Screenshot 2022-06-14 at 1 59 28 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published