Hi All,
Hi Jitendra,
Please check the following topics to get this information using Aspose.OCR for Cloud and Aspose.OCR for Java respectively.
Extract OCR text from images using cloud APIs
Extract OCR text from images using Java APIs
Best Regards,
Hi Muhammad,
Thanks for the reply.
in the following URL it is mentioned that REST API returns font attributes in JSON data
But when I used RESTAPIs, I only get text information as JSON response
{“Text”:“This is Testing Font”,“PartsInfo”:{“Parts”:[{“Text”:“This is Testing Font”}]},“PagesInfo”:null,“Code”:200,“Status”:“OK”}
I am using POST method to send images to REST API in php.
http://api.aspose.com/v1.1/ocr/recognize?url=
. $file_name ;
I am passing attached image to this.
Please let me know where I am doing wrong.
Regards,
Jitendra
Hi Jitendra,
We are investigating it and will update you soon.
Best Regards,
Hi Jitendra,
This issue has been logged into our issue tracking system as OCR-34265. We will update you as soon as the issue is fixed. Sorry for the inconvenience.
Best Regards,
Hello,
Image url : https://www.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_284x96dp.png
output :{
Code = 200;
PartsInfo = {
Parts = (
{
Text = Google;
}
);
};
Status = OK;
Text = Google;
}
Hello!
We want to use your .Net API for detecting the font of the text in an image. I have found that Font property of IRecognizedTextPartInfo interface no longer exist, and above you have mentioned it not working for Cloud API. Are you going to add support for font detection in .Net API in closest future or does it exist?
This is to update you that the support to detect font is not present in Aspose.OCR for .NET. There is no plan for the support of this feature. Further, please forward us the more details about your requirements. We will discuss it with our product team and update you about feedback in this forum thread.
Thank you for your reply!
Our requirement is to detect lines of text from an image and detect font used in that text.
We wish to be able to provide a font file to API and check that the text uses provided font. This provided font might be not installed on system.
We want to use this functionality in unit tests to Assure that our output images contain valid text with valid font.
Thank you and kind regards,
Dovlet.
Thank you for details. The feature details have been logged in our system with ID OCRNET-3405 for further investigation and understanding by our Product team. We’ll update you here once there is some information or a fix version available in this regard.