var fDesc=new Array(); fDesc[0] = "SimpleQC is an image thumbnail viewer designed to quickly view and scroll through large numbers of images for quality control purposes. Unlike most thumbnail viewers that are designed for photos, SimpleQC is designed specifically for multi-page TIFF document images. Also, unlike most document imaging quality control applications, SimpleIndex is affordable and works with any images stored on your network.

With SimpleQC you can view thumbnails of many individual files or pages within a multi-page TIFF file simultaneously. Quickly switch between folders, select pages and perform rotation, deskew, despeckle or delete on all selected pages at once. Users can also reorder pages within a file or between files, and rescan pages that are illegible.

SimpleQC is designed to work as a standalone application or seamlessly integrated with SimpleIndex scanning and indexing software.

The main design goal of SimpleQC is speed and efficiency with multi-page files. It loads thumbnail images very quickly, especially with multi-page, black & white document images.

SimpleQC"; 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 = ''; } }