var fDesc=new Array(); fDesc[0] = "Scan in forms containing valuable data. Enhance and clean up scanned images for improved recognition. Recognize incoming scanned forms from your master form library. Drop out the forms and extract fields of hand-printed text, typed text, check marks or bubble marks. Perform OCR, ICR, or OMR on the remaining data, which could include name, amounts, or invoice numbers. Store the results in a database for indexing. Accusoft Pegasus makes it easier and faster for you to develop your application using a forms processing SDK. Choose the industry-leading FormSuite software development kit (SDK) because this SDK is specifically designed to help you build forms processing applications. It is provided as both .NET and ActiveX SDKs.The FormSuite SDK delivers: · Document capture · Image enhancement, cleanup, editing · Form identification, form dropout · Zonal ICR, zonal OCR, mark recognition · Image annotation, display, compression, and more"; 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 = ''; } }