Skip to content
/ ocr_svc Public

Optical Character Recognition microservice for MARAGI

License

Notifications You must be signed in to change notification settings

cgd3/ocr_svc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optical Character Recognition Microservice

Optical Character Recognition microservice for MARAGI

Input

Input is a numpy array with the following characteristics:

  • 32x32 size
  • grayscale (0-255)
  • white = 255, black = 0

Output

List of predicted characters where each:

  • Certainty (0..1) where 1 is 100%
  • Character

About

Optical Character Recognition microservice for MARAGI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages