Ocr repo

August 22, 2022 ยท View on GitHub

The OCR model combines two models:

  • PSNet: a text detection model that locates bounding boxes that contain texts and
  • EasyOCR: a text recognition model that recognises texts in the detected bounding boxes.