Hi

I think you should first download
http://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-ocr-setup-3.00.exe
and give it a try with the sample image that comes with it. Runnining
tesseract on its own gives the necessary command line arguments.


C:\Tesseract-OCR>tesseract
Usage:tesseract imagename outputbase [-l lang] [-psm pagesegmode]
[configfile...
]
pagesegmode values are:
0 = Orientation and script detection (OSD) only.
1 = Automatic page segmentation with OSD.
2 = Automatic page segmentation, but no OSD, or OCR
3 = Fully automatic page segmentation, but no OSD. (Default)
4 = Assume a single column of text of variable sizes.
5 = Assume a single uniform block of vertically aligned text.
6 = Assume a single uniform block of text.
7 = Treat the image as a single text line.
8 = Treat the image as a single word.
9 = Treat the image as a single word in a circle.
10 = Treat the image as a single character.
-l lang and/or -psm pagesegmode must occur before anyconfigfile.

C:\Tesseract-OCR>



Sample runs


C:\Tesseract-OCR>tesseract eurotext.tif a
Tesseract Open Source OCR Engine v3.01 with Leptonica

C:\Tesseract-OCR>tesseract eurotext.tif a hocr
Tesseract Open Source OCR Engine v3.01 with Leptonica

C:\Tesseract-OCR>


On Jul 18, 11:22 am, 준일 최 <[email protected]> wrote:
> Hi. my name is junil.
> Should try to develop using tesseract.
> There are a few questions for tesseract.
>
> 1. support language.
> 2. How to add language.
> 3. approximate specification of tesseract.
>
> Answers would be appreciated.

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to