Skip to content

MuhammeedAlaa/OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR

Small ocr model to get the text from photos

PipleLine

  1. First Technique
    • Convert image to greyscale
    • Remove noise
    • Apply Otsu thresholding
    • Get text from photo
  2. Second Technique
    • Convert to HSV
    • Relax all bright colors from image
    • Convert image to grey
    • Apply noise removal
    • Apply Otsu thresholding
    • Apply Openning for 1 iteration
    • Apply Clossing for 2 iterations
    • Get the text from image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages