How to use tesseract to convert to PDF with multiple languages

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I'm trying to ocr a pdf document in tesseract that has Greek and English text.
I converted the files to tiff since tesseract can't input pdf
tesseract file.tiff output -l eng+osd+ell
Gives me no errors, but it is in a text document I need it in PDF with the image of the document
So I use:
tesseract file.tiff output pdf -l eng+osd+ell
But I get the following error:
read params file: Can't open l
read params file: Can't open eng+osd+ell
Tesseract is only allowing me to convert pdf in English only and keep the image but with text document it does English, osd, and Greek, but now I lose the picture contained in the pdf/tiff. How do I get it to convert to pdf with multiple languages?
add a comment |Â
up vote
1
down vote
favorite
I'm trying to ocr a pdf document in tesseract that has Greek and English text.
I converted the files to tiff since tesseract can't input pdf
tesseract file.tiff output -l eng+osd+ell
Gives me no errors, but it is in a text document I need it in PDF with the image of the document
So I use:
tesseract file.tiff output pdf -l eng+osd+ell
But I get the following error:
read params file: Can't open l
read params file: Can't open eng+osd+ell
Tesseract is only allowing me to convert pdf in English only and keep the image but with text document it does English, osd, and Greek, but now I lose the picture contained in the pdf/tiff. How do I get it to convert to pdf with multiple languages?
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to ocr a pdf document in tesseract that has Greek and English text.
I converted the files to tiff since tesseract can't input pdf
tesseract file.tiff output -l eng+osd+ell
Gives me no errors, but it is in a text document I need it in PDF with the image of the document
So I use:
tesseract file.tiff output pdf -l eng+osd+ell
But I get the following error:
read params file: Can't open l
read params file: Can't open eng+osd+ell
Tesseract is only allowing me to convert pdf in English only and keep the image but with text document it does English, osd, and Greek, but now I lose the picture contained in the pdf/tiff. How do I get it to convert to pdf with multiple languages?
I'm trying to ocr a pdf document in tesseract that has Greek and English text.
I converted the files to tiff since tesseract can't input pdf
tesseract file.tiff output -l eng+osd+ell
Gives me no errors, but it is in a text document I need it in PDF with the image of the document
So I use:
tesseract file.tiff output pdf -l eng+osd+ell
But I get the following error:
read params file: Can't open l
read params file: Can't open eng+osd+ell
Tesseract is only allowing me to convert pdf in English only and keep the image but with text document it does English, osd, and Greek, but now I lose the picture contained in the pdf/tiff. How do I get it to convert to pdf with multiple languages?
edited May 16 at 2:24
ubashu
2,23221736
2,23221736
asked May 16 at 0:46
samuel195
62
62
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036752%2fhow-to-use-tesseract-to-convert-to-pdf-with-multiple-languages%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password