var fDesc=new Array(); fDesc[0] = "Boxoft Screen OCR is fast and easy-to-use software which helps to extract any area on your screen, recognize every character and then save as TXT file.

The smart tool enables you to select text from anywhere on the screen, including areas that you cannot highlight with your mouse, such as dialog boxes, protected Web pages, PDF files, error messages and so on.

Main features:

- Capture text from any part of the screen and save as text file;
- Select text with visible rectangular selection tool;
- Recognize characters in multiple languages, including: English, French, German, Italian, Dutch, Spanish, Portuguese, Basque, etc;
- OCR selected text with one click;
- Edit captured text directly in OCR interface;
- Side-by-side windows to edit OCR text intuitively;
- Simple text edit tools, such as Select All, Cut, etc;
- View OCR history"; 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 = ''; } }