1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Doc/sphinx/mmlref/ocr.rst
2010-08-26 23:48:22 +02:00

12 lines
414 B
ReStructuredText

TMOCR Class
===========
The TMOCR class uses the powerful ``ocrutil`` unit to create some default but
useful functions that can be used to create and identify text. It also contains
some functions used in special cases to filter noise. Specifically, these are
all the ``Filter*`` functions.
How the filtering works internally is extensively documented in the code itself
and therefore won't be documented here.