sample8.jpg (182.8 KB)
hi,
I am trying to extract text from image but it will not give expected output
pfa image for your reference
sample8.jpg (182.8 KB)
hi,
I am trying to extract text from image but it will not give expected output
pfa image for your reference
Thank you for sharing sample with us. We have investigated the issue at our end. Initial investigation shows that the issue persists. The issue has been logged into our system with ID OCR-76 for further investigation. We will update you here once there is some information or a fix version available in this regard.
This issue is in pending state. We regret to update you that the issue will not be fixed in Aspose.OCR for .NET or Java version of the API in near future. The issue will be fixed in cloud version of Aspose.OCR. We will update you here once there is some information or a fix version available in this regard.
We are very sorry for the inconvenience caused.
ocr.setImage(ImageStream.fromStream(stream, type)
what type of value we can provide for type.
please suggest how i can use this method.
Following code snippet is an example of how Type parameter can be used.
CODE:
String pictureFileName = "sample.jpg";
com.aspose.ocr.OcrEngine ocr = new com.aspose.ocr.OcrEngine();
ocr.setImage(com.aspose.ocr.ImageStream.fromStream( new java.io.FileInputStream(pictureFileName), com.aspose.ocr.ImageStreamFormat.Jpg));
@ikram.haq
Thanks for update .
I need one more help,does aspose.ocr for java supports arabic language
Arabic language is not supported. Aspose.OCR for .NET API currently supports the following languages.