Skip to content

ssu-451/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR — Optical Character Recognition System

Build Status

Description: The system is a neural network that recognizes text presented by the picture. The system takes a picture with text as input data. At the output, user receives text from the image.

Details:

System description:

  1. The text in the picture is typed (not handwritten).
  2. The text is black on a white background.
  3. The picture is in the format jpeg, png or bmp.
  4. System recognizes the following characters:
    • numbers: 0123456789
    • letters of english alphabet: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
    • symbols: .,"?'!-
  5. Image should be clear and have proper aspect ratio.
  6. If the system can not recognize the text, it displays error message.
  7. If the system receives too large or wrong formatted file, it displays error message.
  8. Before first time functioning, neural network should be trained. Result of training should be correct recognition of all valid symbols (each symbol separately).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published