Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 434 Bytes

OCR_Form

prerequisite: please install Tesseract and check your computer environment.

Original image

ori_img

Part 1: Process Image with Morphology

Separate each line and find the position of value by morphology with OpenCV

part1_img

Part 2: Crop the Location of the Words in the Image and OCR

Crop the image and transfer each value to strings with Tesseract

part2_img