| AbbyyPageQuality Enumeration |
The document page qualities supported by Abbyy FineReader
Namespace:
EdaIntegrationContract.OCR.Abbyy
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax public enum AbbyyPageQuality
Members
| Member name | Value | Description |
---|
| Normal | 1 |
Select for pages printed via inkjet printers, laser printers, or offset lithography
|
| TypeWriter | 2 |
Select for pages written via typewriter
|
| DotMatrix | 3 |
Select for pages printed via dot matrix printers, like the receipts from cash registers or ATMs
|
| OCR_A | 4 |
Select for pages with text printed in OCR-A, which is a monospaced font designed specifically for OCR, and used on credit/debit cards
|
| OCR_B | 5 |
Select for pages with text printed in OCR-B, which is another font designed specifically for OCR
|
| Micr | 6 |
Select for pages printed via Magnetic Ink Character Recognition (MICR) technology, like the routing numbers on checks
|
See Also