Hi Tobias,

You're misreading the wiki slightly. The parts in square brackets in 
commands mean "replace this with your actual names as appropriate".

So on the wiki:
  tesseract [lang].[fontname].exp[num].tif [lang].[fontname].exp[num] box.train
Means something like this (for example):
  tesseract deu.times.exp0.tif deu.times.exp0 box.train

That's a common idiom for computer instructions, so remember it ;)

Nick

On Tue, Apr 22, 2014 at 04:15:15AM -0700, Tobias Schwarz wrote:
> Hi,
> 
> I just started the first steps in tesseract so I am really a nobbie ,
> 
> the idea is to teach tesseract for Handwriting. 
> 
> I use 
> 
> tesseract v3.02
> 
> cowboxer v1.02
> 
> _______________________________________
> 
> after i failed to install the the most of the boxtools for tesseract
> 
> because of missing dll files and Errors  like this:   -1-
> 
> ------------------------------------------------------------------
> 
> 
> I found the Cowboxer tool, witch as far as I can say works perfectly well.
> 
> I have already created  a tif and boxfile for training and given the same name
> to it.
> 
> The next Step now is really a problem, I tried to start training over the
> Command Line the two ways, like described in the manual here
> 
> https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3
> 
> 
> Is anyone familiar with the problem and knows how what can be to solve it??   
>  
> 
> Or did Handwriteteaching befor and can offer some helpfull practice tipps,
> tricks, documentation??
> 
> 
> -2-
> 
> C:\Users\alias\Desktop\Tessdata>tesseract [deu].[handschrift].exp[0].tif [deu
> 
> .[handwriting].exp[0] box.train.stderr
> 
> Tesseract Open Source OCR Engine v3.02 with Leptonica
> 
> Cannot open input file: [deu].[ handwriting].exp[0].tif
> 
>  
> 
> C:\Users\alias\Desktop\Tessdata>tesseract [deu-frak].[ handwriting].exp[0].tif
> 
> [deu-frak].[ handwriting].exp[0] box.train
> 
> Tesseract Open Source OCR Engine v3.02 with Leptonica
> 
> Cannot open input file: [deu-frak].[ handwriting].exp[0].tif
> 
> --------------------------------------------------------------------------------------------------------------------
> 
> 
>   -1-
> 
> See the end of this message for details on invoking
> 
> just-in-time (JIT) debugging instead of this dialog box.
> 
> ************** Exception Text **************
> 
> System.ArgumentException: The UNC path should be of the form \\server\share.
> 
>    at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32
> maxPathLength)
> 
>    at System.IO.File.InternalCopy(String sourceFileName, String destFileName,
> Boolean overwrite)
> 
>    at SerakTesseractTrainer.TessMain.copyFiles()
> 
>    at SerakTesseractTrainer.MainForm.AddImagesToProject(Object sender,
> EventArgs e)
> 
>    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
> 
>    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button,
> Int32 clicks)
> 
>    at System.Windows.Forms.Control.WndProc(Message& m)
> 
>    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
> 
>    at System.Windows.Forms.Button.WndProc(Message& m)
> 
>    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, 
> IntPtr
> wparam, IntPtr lparam)
> 
>  
> 
>  
> 
> ************** Loaded Assemblies **************
> 
> mscorlib
> 
>     Assembly Version: 4.0.0.0
> 
>     Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
> 
>     CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/
> mscorlib.dll
> 
> ----------------------------------------
> 
> SerakTesseractTrainer
> 
>     Assembly Version: 1.0.0.0
> 
>     Win32 Version: 1.0.0.0
> 
>     CodeBase: file:///F:/Tesseract/Tesseract%20InstallationTraining/
> BoxToolsData/SerakTesseractTrainer_1.exe
> 
> ----------------------------------------
> 
> System.Windows.Forms
> 
>     Assembly Version: 4.0.0.0
> 
>     Win32 Version: 4.0.30319.1 built by: RTMRel
> 
>     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/
> System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
> 
> ----------------------------------------
> 
> System.Drawing
> 
>     Assembly Version: 4.0.0.0
> 
>     Win32 Version: 4.0.30319.1 built by: RTMRel
> 
>     CodeBase: 
> file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing
> /v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
> 
> ----------------------------------------
> 
> System
> 
>     Assembly Version: 4.0.0.0
> 
>     Win32 Version: 4.0.30319.1 built by: RTMRel
> 
>     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/
> v4.0_4.0.0.0__b77a5c561934e089/System.dll
> 
> ----------------------------------------
> 
> System.Xml
> 
>     Assembly Version: 4.0.0.0
> 
>     Win32 Version: 4.0.30319.1 built by: RTMRel
> 
>     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/
> v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
> 
> ----------------------------------------
> 
>  
> 
> ************** JIT Debugging **************
> 
> To enable just-in-time (JIT) debugging, the .config file for this
> 
> application or computer (machine.config) must have the
> 
> jitDebugging value set in the system.windows.forms section.
> 
> The application must also be compiled with debugging
> 
> enabled.
> 
>  
> 
> For example:
> 
>  
> 
> <configuration>
> 
>     <system.windows.forms jitDebugging="true" />
> 
> </configuration>
> 
>  
> 
> When JIT debugging is enabled, any unhandled exception
> 
> will be sent to the JIT debugger registered on the computer
> 
> rather than be handled by this dialog box.
> 
>  
> 
> 
> --
> You received this message because you are subscribed to the Google Groups
> "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email
> to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit https://groups.google.com/d/msgid/
> tesseract-ocr/1d2c33e5-8edd-4943-aa10-dc8f9175daef%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/20140423144603.GA5281%40manta.lan.
For more options, visit https://groups.google.com/d/optout.

Reply via email to