ocr.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Jun 2013 15:50:43 +0300
changeset 1499 b19fe371e90e
parent 1346 a2fbf50a43f4
child 1905 fba288d59662
permissions -rw-r--r--
Make screenshort from web camera.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

======
 OCS.
======
.. contents::

gocr.
=====

  $ gocr $IN.pnm >$OUT.txt

ocrfeeder.
==========

Document layout analysis and optical character recognition system::

  $ sudo apt-get install ocrfeeder

Using::

  $ ocrfeeder-cli --o $OUTDIR --format HTML --images $IN.pnm

tesseract.
==========

Installing::

  $ sudo apt-get install tesseract-ocr

Using::

  $ tesseract $IN.tif $OUT
  $ cat $OUT.txt

ocropus.
========

  $ ocropus hocr-to-text screen.ppm

ocrad
=====

Optical Character Recognition program::

  $ sudo apt-get install ocrad

Misc.
=====

unpapper