Skip to content

PiotrKala/OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OCR algorithm

Algorithm written in ansi c which enables decode simple text from images

Application includes:

  1. Simple OCR algorithm
  2. Looking up most common words for correction
  3. Opening camera using python and making a picture

How it works:

  1. image -> OCR -> output.txt
  2. To try it just run 'make test' in src directory

Example:

As input this image:

Alt text

As output this text (as in final.txt):

Oh misty eye of the mountain 
below 
Keep Careful watch of my 
brothers souls 
And should the sky be filled 
with fire and spoke 
Keep watching over Durins son

About

Simple OCR algorithm (ansi c)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors