Difference between pages "Gocr" and "Set up an apache web server with SUSE Linux"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Created page with "gocr is an application that allows you to do OCR on graphical files under Linux. However be warned that it may not work for graphical files other than .pnm files. To ...")
 
imported>ThorstenStaerk
m
 
Line 1: Line 1:
[[gocr]] is an [[application]] that allows you to do [[OCR]] on graphical files under Linux. However be warned that it may not work for graphical files other than .pnm files. To convert .png files to .pnm files, use the [[command]] <tt>[[convert]]</tt> from the [[ImageMagick]] [[package]].
+
This article describes how to set up a web server for SUSE Linux. We choose [[Apache]] as [[server]] [[software]].
  
'''Example:'''
+
* [[open a console]]
In the following example, a screenshot from [[kwrite]] is recognized. The only sentence written in kwrite is "The quick brown fox jumps over the lazy dog.". By using e.g. scans instead of screenshots, you will get worse results, as scans are already an A/D conversion.
+
* enter
$ gocr ocrtest.pnm
+
  [[yast]] -i [[apache]]2
  E_Ie €d_t __ew _ookmarks _ools _ett_ngs Help
 
____ _U  __:r_,;_ _ ____  _    e__ h_
 
The qu_ch brown fox _umps over the lazy dog.l
 
  
= Project home =
+
= Start the server =
http://jOCR.sourceforge.net/
+
To start the server, enter
 +
/etc/init.d/apache2 start
  
= See also =
+
= Access the server =
* [[ocr]]
+
To access the server, point your browser to http://127.0.0.1.

Revision as of 07:52, 21 June 2012

This article describes how to set up a web server for SUSE Linux. We choose Apache as server software.

yast -i apache2

Start the server

To start the server, enter

/etc/init.d/apache2 start

Access the server

To access the server, point your browser to http://127.0.0.1.