LEADTOOLS Workflow OCR (Leadtools.Workflow.Ocr assembly)

OcrDocumentFormat Enumeration

Show in webframe





The document formats supported by the LEADTOOLS OCR toolkit.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrDocumentFormat 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrDocumentFormat

            

            
[SerializableAttribute()]
public enum class OcrDocumentFormat : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000TextAnsi

The output text document type is ANSI (contains 8-bit ANSI characters only).

0x00000001TextUnicode

The output text document type is UNICODE (contains 16-bit UNICODE characters).

0x00000002TextBigEndian

The output text document is ANSI with Big Endian formatting.

0x00000003Pdf

The target document should be PDF v1.4.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence, font susbstitution may occur resulting in a document that may not look exactly like the original version.

0x00000004PdfA

The target document should be PDF/A.

PDF/A is a subset of PDF obtained by leaving out PDF features not suited to long-term archiving. The resulting document is 100 self contained where all of the information necessary for displaying the document in the same manner every time is embedded in the file. Saving with PDF/A document type may result in larger output file sizes.

0x00000005PdfImageOverText

The target document should be PDF v1.4.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence font susbstitution may occur resulting in a document that may not look exactly like the original version.

The Raster image overlies on top of the resulting PDF document.

0x00000006PdfAImageOverText

The target document should be PDF/A.

PDF/A is a subset of PDF obtained by leaving out PDF features not suited to long-term archiving. The resulting document is guaranteed to look exactly like the original version when viewed on the target machine. Saving with PDF/A document type may result in larger output file sizes.

The Raster image overlies on top of the resulting PDF document.

0x00000007Doc

Microsoft Word 2003 document format (DOC).

0x00000008Rtf

Microsoft Rich Text Format (RTF).

0x00000009HtmlHTML output. HTML 4.0 can set the exact position and size of objects. Use this output format with full formatting.
0x0000000AEmf

Windows Enhanced Meta File (EMF).

EMF format does not support multi-page documents. Therefore, only the last page will be used in the final document.

0x0000000BXps

Microsoft XML Paper Specification (XPS).

0x0000000CDocx

Microsoft Word 2007/2010 document format (DOCX).

0x0000000DPdf12

The target document should be PDF v1.2.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence, font susbstitution may occur resulting in a document that may not look exactly like the original version.

0x0000000EPdf12ImageOverText

The target document should be PDF v1.2.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence font susbstitution may occur resulting in a document that may not look exactly like the original version.

The Raster image overlies on top of the resulting PDF document.

0x0000000FPdf13

The target document should be PDF v1.3.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence, font susbstitution may occur resulting in a document that may not look exactly like the original version.

0x00000010Pdf13ImageOverText

The target document should be PDF v1.3.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence font susbstitution may occur resulting in a document that may not look exactly like the original version.

The Raster image overlies on top of the resulting PDF document.

0x00000011Pdf15

The target document should be PDF v1.5.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence, font susbstitution may occur resulting in a document that may not look exactly like the original version.

0x00000012Pdf15ImageOverText

The target document should be PDF v1.5.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence font susbstitution may occur resulting in a document that may not look exactly like the original version.

The Raster image overlies on top of the resulting PDF document.

0x00000013Xls

Microsoft Excel 2003 document format (XLS).

Remarks

Some document formats require a special key to unlock. When using these formats you have to first unlock the specified support using the Leadtools.Workflow.Raster.UnlockSupportActivity activity.

The following table lists the document formats and the support type required to be unlocked before using them:

Document Format Support Type
Pdf, PdfImageOverText, Pdf12, Pdf12ImageOverText, Pdf13, Pdf13ImageOverText, Pdf15, Pdf15ImageOverText, Xps RasterSupportType.OcrPlusPdfOutput when using the OcrEngineType.Plus engine and RasterSupportType.OcrProfessionalPdfOutput when using the OcrEngineType.Professional engine
PdfA RasterSupportType.OcrPlusPdfLeadOutput when using the OcrEngineType.Plus engine and RasterSupportType.OcrProfessionalPdfLeadOutput when using the OcrEngineType.Professional engine
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Workflow.Ocr.OcrDocumentFormat

Requirements

Target Platforms

See Also

Reference

Leadtools.Workflow.Ocr Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.