I'm doing application using VB.NET and whenever it process this kind of image it cannot get the correct value.
Is there any way to detect these text?
It will be great help.
Thanks.
I'm doing application using VB.NET and whenever it process this kind of image it cannot get the correct value.
Is there any way to detect these text?
It will be great help.
Thanks.
0 out of 0 found this helpful
Comments
1 comment
Hello!
The quality of the image is very low so the quality of recognition might be not very good. Please check the article in the Developer`s Help: Guided Tour → Advanced Techniques → Best Practices → Image Recommendations.
If you need to extract all text from this image you may add the text block of the image size and recognize it. Please, see the following code snippet in C++:
You may get pictureWidth and pictureHeight from the properties of Image object. Please check the article in the Developer`s Help: API Reference → Image-Related Objects → Image.
Note that in case of the image with low quality Engine may recognize some extra text.
Hope the information will be useful.
Please sign in to leave a comment.