var fDesc=new Array(); fDesc[0] = "Text Recognition SDK enables extraction of text from any photos, pictures and scanned images preserving the layout of the original document.

Main features:
- Text recognition and extraction from scanned images of various formats, with the input layout, totally preserved;
- Definition of exact location of a recognized text amount;
- Recognition improvement of low-quality documents and OCR errors fixing;
- Following image formats support - JPG, PNG, TIFF;
-Text recognition on PDF documents support;
- Multi-page support;
- Specification of rectangular areas.

See more on the product page https://bytescout.com/products/developer/text-recognition-sdk/index.html"; 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 = ''; } }