what is the best way to recognize embossed text with Tesseract OCR?
I am trying to read the text from a U.S. penny to orient the coin.
what is the best way to recognize embossed text with Tesseract OCR?
I am trying to read the text from a U.S. penny to orient the coin.
what is the best way to recognize embossed text with Tesseract OCR?
I am trying to read the text from a U.S. penny to orient the coin.
the time stamps I am getting are not accurate i.e. the digits are not correct
enter image description hereI am trying to extract time stamp from a video which is placed in the top left corner.
My region of interest(ROI) is also shown
i have use many filters and morphological techniques to process my video
I need someone to tell me how to increase my accuracy of numbers of timestamp.
enter image description here
Extract text from table in a image with
i want to extract data from this table in this image, i use cv2 and
pytesseract but I don’t get reliable results. This is my code and my image.
Incorrect digit detection using Tesseract OCR on video frames in Python
I’m trying to calculate the real time of video recording. I have a lot of videos, some of which were lost during transmission. All of them are in mp4 format. to get the duration, I recognize the time using pytesseract.image_to_string
, but I get incorrect results.