var fDesc=new Array(); fDesc[0] = "Aostsoft BMP to DOC OCR Converter is a powerful software that can extract text from BMP files and convert it into Word documents. It can analyze and recognize the text contents in BMP image files, and then convert the text contents from the image into editable Word documents.

Features:
- Batch conversion of multiple BMP to editable Word DOC files.
- Recognize characters in multiple languages, including: English, French, German, Italian, Spanish, Portuguese, Swedish, Romanian, Indonesian.
- Supports to customize the Word page size.
- Supports to choose the entire folder and sub-folder to convert.
- Supports to add files, folder by dragging and dropping."; 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 = ''; } }