Extracting text using the pan-card-detection model

#1
by devang-c - opened

Hi, I am trying to use this model for pan card text extraction, and while this model is working, there is no documentation for how to extract the text from the detected text fields. I know we can use text extractor algorithms like EasyOCR, but my doubt is, I want to use this algorithm for extracting the text in the detected bounding boxes and extract the text from those bounding boxes.
I need a way to get the coordinates of each of the detected boxes so that I can perform the text extraction on the coordinates

Sign up or log in to comment