var fDesc=new Array(); fDesc[0] = "Aspose.OCR Features

Read characters from images.
Support for JPG, JPEG, PNG, GIF, BMP and TIFF image file formats for OCR.
Support for English, French, Spanish and Portuguese.
Read popular fonts including Arial, Times New Roman, Courier New, Verdana, Tahoma and Calibri.
Support for regular, bold and italic font styles.
Scan the whole image or any part of the image.
Scan rotated images.
Can apply different noise removal filters before image recognition."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }