Do you think will it work for my case? I want to extract the sample ID which contains 4 fixed capital letters and 5 numbers from a picture. The picture contains a fish from the lateral side and its sample ID in the bottom left corner. Do you think the software you showed is applicable to my picture? Or do you have any other suggestions? Thanks!
Do you have solutions for alpha numeric recognition I have tried all the method finally I’m getting fail tesseract easy ocr etc for example ABC00OO1 and SI1234H
That's where it gets a little more tricky. I am not sure if tesseract supports both lettering and numbering. There might be some customization involved when adding numeric recognition to the alphabet dictionary. You can try slicing the image into rectangles and identify key coordinates that specifies what a number is. You can also try your luck by applying tesseract models known for only numbers and only letters. Predict with both and hope for the best :3
Excellent video!👍
Do you think will it work for my case? I want to extract the sample ID which contains 4 fixed capital letters and 5 numbers from a picture. The picture contains a fish from the lateral side and its sample ID in the bottom left corner. Do you think the software you showed is applicable to my picture? Or do you have any other suggestions? Thanks!
Yes! I think that might work. (Granted you have a high resolution PNG/JPG)
HOw do i get someone who help me to develop a simple tool to compare documents base in this video.
Do you have solutions for alpha numeric recognition I have tried all the method finally I’m getting fail tesseract easy ocr etc for example ABC00OO1 and SI1234H
That's where it gets a little more tricky. I am not sure if tesseract supports both lettering and numbering. There might be some customization involved when adding numeric recognition to the alphabet dictionary. You can try slicing the image into rectangles and identify key coordinates that specifies what a number is.
You can also try your luck by applying tesseract models known for only numbers and only letters. Predict with both and hope for the best :3