dkurman / handwriting_recognition

Recognize addresses written on envelops
0 stars 1 forks source link

Pipeline of the system #34

Open dkurman opened 5 years ago

dkurman commented 5 years ago

In order to make the process of integration easy we have to

dkurman commented 5 years ago

Pipeline:

  1. preprocessing (horizontal alignment):
    • input:
      • raw image of an envelope
    • output:
      • horizontally aligned image
  2. text region detection
    • input:
      • pre-processed image
    • output:
      • bbox of the sender
      • bbox of the receiver
  3. text segmentation
    • input:
      • image of the text region
    • output:
      • list of words
  4. word recognition
    • input:
      • image of a word
    • output:
      • class of the word