logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Monday, April 3, 2017 8:58:53 AM(UTC)
 
Please see this overload method
https://tesseract.pataga...es_Ocr_OcrApi_Init_1.htm

or remarks section here
https://tesseract.pataga...es_Ocr_OcrApi_Init_2.htm


You have two way:
1.
Languages[] langs = { Languages.English, Languages.Swedish};
api.Init(langs);


2.
api.Init(null as string, "eng+swe");
Please note - first parameter it is a path to tessdata folder

Also do not forget to download the apropriate languages at the link below and to add them into tessdata folder
https://tesseract.patagames.com/langs/
Akshara Posted: Monday, April 3, 2017 12:04:30 AM(UTC)
 
Hey Paul,


I have a query about OCR on PDF where the PDF used for OCR is not in English. Is there any solution regarding doing OCR on PDF of different Languages.

Waiting for your response.

Thanks & Regards
Akshara