Skip to content

codinguncut/haskell_ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell OCR

Implementing simple OCR tool in haskell, performing character recognition on an image that many other OCR tools fail on due to very low resolution.

The digital source image is of very low resolution, but letters are pixel perfect. This is an opportunity to do OCR via simple boolean matching.

The code is not fully completed, but rather the result of my first live-coding project. You can find it at: http://codinguncut.com/ocr-text-recognition-data-driven-programming/

About

Implementing simple OCR tool in haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published