1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-11 20:05:03 -05:00
Simba/Doc/sphinx/mmlref/ocr.rst

12 lines
414 B
ReStructuredText
Raw Normal View History

2010-06-15 11:19:35 -04:00
TMOCR Class
===========
2010-08-26 17:48:22 -04:00
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.
2010-06-15 11:19:35 -04:00