When I try to detect text on my jpeg, it shows correctly all areas where it suspects text and images, but when I export it to ODT it only creates an ODT with empty text- and imageframes.
Do I have to configure tesseract somehow?
(I use Ubuntu 14.10 32bit)
$LANGwith-l lang_idwherelang_idis the id as shown on the correspondin language package. The lang_ids can be found withapt-get search tesseract-ocrfor example spa = spanish, fra = french, deu = german, nld = dutch; ita = italian, por = portugese, ... If you just want to scan in your language, you can stick with$LANGwhich is your system language – rubo77 Jul 04 '15 at 21:17apt-cache search– Murmel Oct 14 '15 at 08:20