var fDesc=new Array(); fDesc[1] = "documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[2] = "to convert paper documents and image files into fully editable text documents. In the 9.0 version, overall accuracy has been increased especially on documents containing tables, legal documents, multilingual documents, and digital camera captured images."; fDesc[3] = "to its superior page layout algorithms, converted documents look exactly like the original with columns, tables, bullets and graphics."; fDesc[4] = "and save them in an editable form, preserving the layout and formatting of the original as closely as possible. This incredible application is really easy to use and intuitive with wizards that make your work even easier."; fDesc[5] = "convert paper documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[6] = "scanner manufacturers include OmniPage Lite or OmniPage Limited Edition. The purpose of these OCR products is to provide basic OCR capabilities and to introduce users to the OCR experience. OmniPage Pro is dramatically more accurate than these entry-level products - guaranteed better than 99% accurate* in fact, - and it offers powerful features that make OCR tasks easier and help you produce more accurate, true-to-life results."; fDesc[7] = "(typically a scanned document page) and creates editable text from it. The re-creation of the documents is done in perfect formatting and the converted documents look exactly like the original."; fDesc[8] = "Includes Softwriting handprint recognition demo. SimpleOCR is also a royalty-free developer toolkit (aka SDK or API)."; fDesc[9] = "and format retention with robust networking capabilities. It includes all the features of the Professional edition plus networking features such as automated network installation, support for networked multi-function peripherals, among others."; fDesc[10] = "the use of your scanner. The results will be saved in common formats, so you can use them with such widely used applications like Word, Excel, etc."; fDesc[11] = "mobile devices to snap pictures of any text and then convert those pictures into a text file. The program even has a text-to-speech engine, for you to save the regignized text to WAV or MP3 formats."; fDesc[13] = "scanners, digital cameras, images files and PDF. It can convert it to almost any kind of file. Conversion is fast and accurate. It is easy to use."; fDesc[14] = "formats right from TIFF, GIF, JPG, BMP, PSD, PNG, WMF, EMF, PCX, down to PIC and others, into PDF format with great ease. The tool automatically clears and skew-corrects B/W images with the help of special techniques to ensure high quality output after every conversion."; fDesc[15] = "Documents on paper are scanned and converted into text with its highly accurate OCR capabilities, while electronic files are opened and transformed into readable text on the fly. Once converted, OpenBook’s high-quality synthetic speech will read it aloud for you."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }