markus / KCOM / bin / Debug / Leadtools.Forms.Ocr.xml @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (219 KB)
1 |
<?xml version="1.0" encoding="utf-8"?>
|
---|---|
2 |
<doc>
|
3 |
<assembly>
|
4 |
<name>Leadtools.Forms.Ocr</name> |
5 |
</assembly>
|
6 |
<members>
|
7 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs"> |
8 |
<summary>Contains data for the IOcrAutoRecognizeManager.JobOperation event.</summary> |
9 |
</member>
|
10 |
<member name="M:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.#ctor(Leadtools.Forms.Ocr.IOcrAutoRecognizeJob,Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation,System.Boolean,Leadtools.Forms.Ocr.IOcrDocument,Leadtools.Forms.Ocr.IOcrPage,System.Int32,System.String,Leadtools.Forms.DocumentWriters.DocumentFormat,System.String,Leadtools.Forms.DocumentWriters.DocumentWriter)"> |
11 |
<summary>Initializes a new instance of the OcrAutoRecognizeJobOperationEventArgs class with the specified values.</summary> |
12 |
<param name="job">The instance of the IOcrAutoRecognizeJob currently being run</param> |
13 |
<param name="operation">The current operation.</param> |
14 |
<param name="postOperation">A value indicating whether the operation has run.</param> |
15 |
<param name="document">The OCR document being used.</param> |
16 |
<param name="page">The OCR page being.</param> |
17 |
<param name="imagePageNumber">The 1-based page number in the image file.</param> |
18 |
<param name="ltdFileName">Optional name of the LTD file being used.</param> |
19 |
<param name="format">The format being used when saving or converting the document.</param> |
20 |
<param name="documentFileName">The document file name being used.</param> |
21 |
<param name="documentWriterInstance">The document writer instance being used.</param> |
22 |
</member>
|
23 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.Document"> |
24 |
<summary>Gets the OCR document being used in the current operation.</summary> |
25 |
<value>An IOcrDocument instance that specifies the OCR document being used in the current operation. Or a null reference (**Nothing** in VB) if no document is being used.</value> |
26 |
</member>
|
27 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.DocumentFileName"> |
28 |
<summary>Gets the name of the document file being saved in the current operation.</summary> |
29 |
<value>The name of the document file being saved in the current operation.</value> |
30 |
</member>
|
31 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.DocumentWriterInstance"> |
32 |
<summary>Gets the DocumentWriter instance being used in the current operation.</summary> |
33 |
<value>The DocumentWriter instance being used in the current operation.</value> |
34 |
</member>
|
35 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.Format"> |
36 |
<summary>Gets the document format being used in the current operation.</summary> |
37 |
<value>An DocumentFormat enumeration member that specifies the format being used in the current operation.</value> |
38 |
</member>
|
39 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.ImagePageNumber"> |
40 |
<summary>Gets the page number in the input (image) file name for the current operation</summary> |
41 |
<value>The 1-based page number in the input (image) file name for the current operation. Or 0 if no page is being used.</value> |
42 |
</member>
|
43 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.Job"> |
44 |
<summary>Gets the job associated with this operation.</summary> |
45 |
<value>The instance of the IOcrAutoRecognizeJob currently being run.</value> |
46 |
</member>
|
47 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.LtdFileName"> |
48 |
<summary>Gets the name of the LEAD Temporary Document (LTD) being used in the current operation</summary> |
49 |
<value>The name of the LEAD Temporary Document (LTD) being used in the current operation. Or a null reference (**Nothing** in VB) when the current operation is not using LTD.</value> |
50 |
</member>
|
51 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.Operation"> |
52 |
<summary>Gets the current operation.</summary> |
53 |
<value>An OcrAutoRecognizeManagerJobOperation enumeration member that specifies the current operation.</value> |
54 |
</member>
|
55 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.Page"> |
56 |
<summary>Gets the OCR page being used in the current operation.</summary> |
57 |
<value>an IOcrPage instance that specifies the OCR page being used in the current operation. Or a null reference (**Nothing** in VB) if no page is being used.</value> |
58 |
</member>
|
59 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.PageImage"> |
60 |
<summary>Gets or sets the image used with the current operation.</summary> |
61 |
<value>An RasterImage instance that specifies the raster image being used in the current operation if any.</value> |
62 |
</member>
|
63 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.PostOperation"> |
64 |
<summary>Gets a value that indicates whether the engine has already run the operation.</summary> |
65 |
<value>**true** if the engine has already run the operation or **false** if the engine is preparing to run the operation.</value> |
66 |
</member>
|
67 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobOperationEventArgs.Status"> |
68 |
<summary>Gets or sets a value indicating whether to continue or abort current operation.</summary> |
69 |
<value>A OcrAutoRecognizeManagerJobStatus enumeration member that specifies the operation status.</value> |
70 |
</member>
|
71 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoRecognizeJobProgressEventArgs"> |
72 |
<summary>Contains data for the IOcrAutoRecognizeManager.JobProgress event.</summary> |
73 |
</member>
|
74 |
<member name="M:Leadtools.Forms.Ocr.OcrAutoRecognizeJobProgressEventArgs.#ctor(Leadtools.Forms.Ocr.IOcrAutoRecognizeJob,Leadtools.Forms.Ocr.IOcrProgressData)"> |
75 |
<summary>Initializes a new instance of the OcrAutoRecognizeJobProgressEventArgs class with the specified values.</summary> |
76 |
<param name="job">The job that triggered the event.</param> |
77 |
<param name="data">Progress data.</param> |
78 |
</member>
|
79 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobProgressEventArgs.Data"> |
80 |
<summary>Gets the event progress data.</summary> |
81 |
<value>An object of type IOcrProgressData that contains the progress data.</value> |
82 |
</member>
|
83 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobProgressEventArgs.Job"> |
84 |
<summary>Gets the job that triggered the event.</summary> |
85 |
<value>An object of type IOcrAutoRecognizeJob that specifies the job that triggered the event.</value> |
86 |
</member>
|
87 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoRecognizeRunJobEventArgs"> |
88 |
<summary>Contains data for the IOcrAutoRecognizeManager.JobStarted and IOcrAutoRecognizeManager.JobCompleted events.</summary> |
89 |
</member>
|
90 |
<member name="M:Leadtools.Forms.Ocr.OcrAutoRecognizeRunJobEventArgs.#ctor(Leadtools.Forms.Ocr.IOcrAutoRecognizeJob)"> |
91 |
<summary>Initializes a new instance of the OcrAutoRecognizeRunJobEventArgs class with specific values.</summary> |
92 |
<param name="job">The job that triggered the event.</param> |
93 |
</member>
|
94 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeRunJobEventArgs.Job"> |
95 |
<summary>Gets the job that triggered this event.</summary> |
96 |
<value>An IOcrAutoRecognizeJob object that specifies the job which was started or completed.</value> |
97 |
</member>
|
98 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeRunJobEventArgs.Status"> |
99 |
<summary>Gets or sets a value indicating whether to continue or abort current job.</summary> |
100 |
<value>A OcrAutoRecognizeManagerJobStatus enumeration member that specifies the job status.</value> |
101 |
</member>
|
102 |
<member name="T:Leadtools.Forms.Ocr.OcrComponentMissingException"> |
103 |
<summary>Represents the exception that is thrown when trying to use an OCR feature supported but not installed.</summary> |
104 |
</member>
|
105 |
<member name="M:Leadtools.Forms.Ocr.OcrComponentMissingException.#ctor"> |
106 |
<summary>Initializes a new instance of the OcrComponentMissingException class.</summary> |
107 |
</member>
|
108 |
<member name="M:Leadtools.Forms.Ocr.OcrComponentMissingException.#ctor(SerializationInfo,StreamingContext)"> |
109 |
<summary>Initializes a new instance of the OcrComponentMissingException class with serialized data.</summary> |
110 |
<param name="info">The object that holds the serialized object data.</param> |
111 |
<param name="context">The contextual information about the source or destination.</param> |
112 |
</member>
|
113 |
<member name="M:Leadtools.Forms.Ocr.OcrComponentMissingException.#ctor(System.String)"> |
114 |
<summary>Initializes a new instance of the OcrComponentMissingException class with a specified error message.</summary> |
115 |
<param name="message">The message that describes the error.</param> |
116 |
</member>
|
117 |
<member name="M:Leadtools.Forms.Ocr.OcrComponentMissingException.#ctor(System.String,System.Exception)"> |
118 |
<summary>Initializes a new instance of the OcrComponentMissingException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary> |
119 |
<param name="message">The error message that explains the reason for the exception.</param> |
120 |
<param name="innerException">The exception that is the cause of the current exception. If the \innerException\ parameter is not a **null** reference (**Nothing** in VB), the current exception is raised in a catch block that handles the inner exception.</param> |
121 |
</member>
|
122 |
<member name="M:Leadtools.Forms.Ocr.OcrComponentMissingException.GetObjectData(SerializationInfo,StreamingContext)"> |
123 |
<summary>Sets the SerializationInfo with information about the exception.</summary> |
124 |
<param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param> |
125 |
<param name="context">The StreamingContext that contains contextual information about the source or destination.</param> |
126 |
</member>
|
127 |
<member name="T:Leadtools.Forms.Ocr.OcrEngineManager"> |
128 |
<summary>Provides methods to create OCR engine instances.</summary> |
129 |
</member>
|
130 |
<member name="M:Leadtools.Forms.Ocr.OcrEngineManager.CreateEngine(Leadtools.Forms.Ocr.OcrEngineType,System.Boolean)"> |
131 |
<summary>Creates an instance of IOcrEngine.</summary> |
132 |
<param name="engineType">An OcrEngineType enumeration member that specifies the LEADTOOLS OCR engine type to use.</param> |
133 |
<param name="useThunkServer">This parameter is ignored since all LEADTOOLS OCR engines (**Advantage**, **Professional**, and **Arabic**) are now thread-safe and no longer require the "THUNK" server. Refer to Multi-Threading with LEADTOOLS OCR for more information.</param> |
134 |
<returns>The IOcrEngine instance that this method creates.</returns> |
135 |
</member>
|
136 |
<member name="T:Leadtools.Forms.Ocr.OcrException"> |
137 |
<summary>Represents the exception that is thrown when a runtime error occurs inside the IOcrEngine</summary> |
138 |
</member>
|
139 |
<member name="M:Leadtools.Forms.Ocr.OcrException.#ctor"> |
140 |
<summary>Initializes a new instance of the OcrException class</summary> |
141 |
</member>
|
142 |
<member name="M:Leadtools.Forms.Ocr.OcrException.#ctor(System.Int64)"> |
143 |
<summary>Initializes a new instance of the OcrException class with an engine-specific error code that is the cause of this exception.</summary> |
144 |
<param name="code">Engine-specific error code. To get a description of this code, use the IOcrEngine.GetErrorCodeString method.</param> |
145 |
</member>
|
146 |
<member name="M:Leadtools.Forms.Ocr.OcrException.#ctor(SerializationInfo,StreamingContext)"> |
147 |
<summary>Initializes a new instance of the OcrException class with serialized data.</summary> |
148 |
<param name="info">The object that holds the serialized object data.</param> |
149 |
<param name="context">The contextual information about the source or destination.</param> |
150 |
</member>
|
151 |
<member name="M:Leadtools.Forms.Ocr.OcrException.#ctor(System.String)"> |
152 |
<summary>Initializes a new instance of the OcrException class with a specified error message.</summary> |
153 |
<param name="message">The message that describes the error.</param> |
154 |
</member>
|
155 |
<member name="M:Leadtools.Forms.Ocr.OcrException.#ctor(System.String,System.Exception)"> |
156 |
<summary>Initializes a new instance of the OcrException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary> |
157 |
<param name="message">The error message that explains the reason for the exception.</param> |
158 |
<param name="innerException">The exception that is the cause of the current exception. If the \innerException\ parameter is not a **null** reference (**Nothing** in VB), the current exception is raised in a catch block that handles the inner exception.</param> |
159 |
</member>
|
160 |
<member name="M:Leadtools.Forms.Ocr.OcrException.#ctor(System.String,System.Int64)"> |
161 |
<summary>Initializes a new instance of the OcrException class with a specified error message and engine-specific error code that is the cause of this exception.</summary> |
162 |
<param name="message">The error message that explains the reason for the exception.</param> |
163 |
<param name="code">Engine-specific error code. To get a description of this code, use the IOcrEngine.GetErrorCodeString method.</param> |
164 |
</member>
|
165 |
<member name="M:Leadtools.Forms.Ocr.OcrException.GetObjectData(SerializationInfo,StreamingContext)"> |
166 |
<summary>Sets the SerializationInfo with information about the exception.</summary> |
167 |
<param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param> |
168 |
<param name="context">The StreamingContext that contains contextual information about the source or destination.</param> |
169 |
</member>
|
170 |
<member name="P:Leadtools.Forms.Ocr.OcrException.Code"> |
171 |
<summary>Gets or sets the engine-specific error code that is the cause of this exception.</summary> |
172 |
<value>An value that represents the engine-specific error code that is the cause of this exception.</value> |
173 |
</member>
|
174 |
<member name="T:Leadtools.Forms.Ocr.OcrPageAreaOptions"> |
175 |
<summary>Area of interest options to use with an OCR page.</summary> |
176 |
</member>
|
177 |
<member name="M:Leadtools.Forms.Ocr.OcrPageAreaOptions.#ctor"> |
178 |
<summary>Initializes a new instance of OcrPageAreaOptions.</summary> |
179 |
</member>
|
180 |
<member name="P:Leadtools.Forms.Ocr.OcrPageAreaOptions.Area"> |
181 |
<summary>A rectangle containing the Area of Interest on the page.</summary> |
182 |
<value>A rectangle containing the Area of Interest on the page. The default value is an empty rectangle.</value> |
183 |
</member>
|
184 |
<member name="P:Leadtools.Forms.Ocr.OcrPageAreaOptions.IntersectPercentage"> |
185 |
<summary>Percentage of a character's bounds that lie within the area of interest, used to determine whether to include that character.</summary> |
186 |
<value>Percentage value from 0 to 100 to use when determining whether a character's bounds is inside the area of interest. The default value is 0 which has a special meaning: it is treated as 50%.</value> |
187 |
</member>
|
188 |
<member name="P:Leadtools.Forms.Ocr.OcrPageAreaOptions.UseTextZone"> |
189 |
<summary>Adds a text zone during auto-zoning.</summary> |
190 |
<value>**true** to add a single OCR zone; otherwise, **false** to use intelligent zoning. The default value is **false**.</value> |
191 |
</member>
|
192 |
<member name="T:Leadtools.Forms.Ocr.OcrSupportLockedException"> |
193 |
<summary>Represents the exception that is thrown when a support locked runtime error occurs inside the IOcrEngine.</summary> |
194 |
</member>
|
195 |
<member name="M:Leadtools.Forms.Ocr.OcrSupportLockedException.#ctor"> |
196 |
<summary>Initializes a new instance of the OcrSupportLockedException class.</summary> |
197 |
</member>
|
198 |
<member name="M:Leadtools.Forms.Ocr.OcrSupportLockedException.#ctor(Leadtools.Forms.Ocr.OcrSupportLockedExceptionType)"> |
199 |
<summary>Initializes a new instance of the OcrSupportLockedException class containing a support type enumeration value, the lack of which caused the exception.</summary> |
200 |
<param name="supportType">The support type, lack of which that caused the exception.</param> |
201 |
</member>
|
202 |
<member name="M:Leadtools.Forms.Ocr.OcrSupportLockedException.#ctor(SerializationInfo,StreamingContext)"> |
203 |
<summary>Initializes a new instance of the OcrSupportLockedException class with serialized data.</summary> |
204 |
<param name="info">The object that holds the serialized object data.</param> |
205 |
<param name="context">The contextual information about the source or destination.</param> |
206 |
</member>
|
207 |
<member name="M:Leadtools.Forms.Ocr.OcrSupportLockedException.#ctor(System.String)"> |
208 |
<summary>Initializes a new instance of the OcrSupportLockedException class with a specified error message.</summary> |
209 |
<param name="message">The message that describes the error.</param> |
210 |
</member>
|
211 |
<member name="M:Leadtools.Forms.Ocr.OcrSupportLockedException.#ctor(System.String,System.Exception)"> |
212 |
<summary>Initializes a new instance of the OcrSupportLockedException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary> |
213 |
<param name="message">The error message that explains the reason for the exception.</param> |
214 |
<param name="innerException">The exception that is the cause of the current exception. If the \innerException\ parameter is not a **null** reference (**Nothing** in VB), the current exception is raised in a catch block that handles the inner exception.</param> |
215 |
</member>
|
216 |
<member name="M:Leadtools.Forms.Ocr.OcrSupportLockedException.#ctor(System.String,Leadtools.Forms.Ocr.OcrSupportLockedExceptionType)"> |
217 |
<summary>Initializes a new instance of the OcrSupportLockedException class with a specified error message and the support type required that is the cause of this exception.</summary> |
218 |
<param name="message">The error message that explains the reason for the exception.</param> |
219 |
<param name="supportType">The support type required that is the cause of this exception.</param> |
220 |
</member>
|
221 |
<member name="M:Leadtools.Forms.Ocr.OcrSupportLockedException.GetObjectData(SerializationInfo,StreamingContext)"> |
222 |
<summary>Sets the SerializationInfo with information about the exception.</summary> |
223 |
<param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param> |
224 |
<param name="context">The StreamingContext that contains contextual information about the source or destination.</param> |
225 |
</member>
|
226 |
<member name="P:Leadtools.Forms.Ocr.OcrSupportLockedException.SupportType"> |
227 |
<summary>Gets or sets the support type that is needed, the lack of which causes the exception.</summary> |
228 |
<value>A OcrSupportLockedExceptionType enumeration type that represents the support type required that is the cause of this exception.</value> |
229 |
</member>
|
230 |
<member name="T:Leadtools.Forms.Ocr.OcrTypeManager"> |
231 |
<summary>Helper class to create OCR struct values.</summary> |
232 |
</member>
|
233 |
<member name="M:Leadtools.Forms.Ocr.OcrTypeManager.CreateDefaultNativeOcrZone"> |
234 |
<summary>Returns an NativeOcrZone with all values set to default.</summary> |
235 |
<returns>The object this method creates.</returns> |
236 |
</member>
|
237 |
<member name="M:Leadtools.Forms.Ocr.OcrTypeManager.CreateDefaultOcrCharacter"> |
238 |
<summary>Returns an OcrCharacter with all values set to default.</summary> |
239 |
<returns>The object this method creates.</returns> |
240 |
</member>
|
241 |
<member name="M:Leadtools.Forms.Ocr.OcrTypeManager.CreateDefaultOcrWord"> |
242 |
<summary>Returns an OcrWord with all values set to default.</summary> |
243 |
<returns>The object this method creates.</returns> |
244 |
</member>
|
245 |
<member name="M:Leadtools.Forms.Ocr.OcrTypeManager.CreateDefaultOcrZone"> |
246 |
<summary>Returns an OcrZone with all values set to default.</summary> |
247 |
<returns>The object this method creates.</returns> |
248 |
</member>
|
249 |
<member name="T:Leadtools.Forms.Ocr.OcrWriteXmlOptions"> |
250 |
<summary>Options to use when saving XML data.</summary> |
251 |
</member>
|
252 |
<member name="M:Leadtools.Forms.Ocr.OcrWriteXmlOptions.#ctor"> |
253 |
<summary>Initializes a new instance of OcrWriteXmlOptions with default values.</summary> |
254 |
</member>
|
255 |
<member name="M:Leadtools.Forms.Ocr.OcrWriteXmlOptions.#ctor(Leadtools.Forms.Ocr.OcrXmlEncoding,System.Boolean,System.String)"> |
256 |
<summary>Initializes a new instance of OcrWriteXmlOptions with specified values.</summary> |
257 |
<param name="encoding">Encoding value to use</param> |
258 |
<param name="formatted"></param> |
259 |
<param name="indent">String to use for indentation when saving the XML data.</param> |
260 |
</member>
|
261 |
<member name="P:Leadtools.Forms.Ocr.OcrWriteXmlOptions.Encoding"> |
262 |
<summary>Gets or sets the text encoding to use when saving XML data.</summary> |
263 |
<value>The text encoding to use when saving XML data. Default value is OcrXmlEncoding.UTF8.</value> |
264 |
</member>
|
265 |
<member name="P:Leadtools.Forms.Ocr.OcrWriteXmlOptions.Formatted"> |
266 |
<summary>Gets or sets a value that indicates whether the final XML document is formatted for human reading.</summary> |
267 |
<value>**true** the final XML document is formatted for human reading, otherwise; **false**.</value> |
268 |
</member>
|
269 |
<member name="P:Leadtools.Forms.Ocr.OcrWriteXmlOptions.Indent"> |
270 |
<summary>Gets or sets the string to use for indentation when saving XML data.</summary> |
271 |
<value>The string to use for indentation when saving XML data. Default value is two spaces " ".</value> |
272 |
</member>
|
273 |
<member name="T:Leadtools.Forms.Ocr.OcrZoneCell"> |
274 |
<summary>Contains information of a cell in a zone of type OcrZoneType.Table</summary> |
275 |
</member>
|
276 |
<member name="M:Leadtools.Forms.Ocr.OcrZoneCell.#ctor"> |
277 |
<summary>Initializes a new instance of the OcrZoneCell class with default parameters.</summary> |
278 |
</member>
|
279 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.BackgroundColor"> |
280 |
<summary>Gets or sets the background color of the cell</summary> |
281 |
<value>A RasterColor that specifies the background color of the cell. Default value is White.</value> |
282 |
</member>
|
283 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.BackgroundFillStyle"> |
284 |
<summary>Gets or sets the style of the background fill of the cell</summary> |
285 |
<value>An OcrBackgroundFillStyle enumeration member that specifies the style of the background fill of the cell. Default value is OcrBackgroundFillStyle.Solid.</value> |
286 |
</member>
|
287 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.BottomBorderColor"> |
288 |
<summary>Gets or sets the bottom border color of the cell</summary> |
289 |
<value>A RasterColor that specifies the bottom border color of the cell. Default value is Black.</value> |
290 |
</member>
|
291 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.BottomBorderStyle"> |
292 |
<summary>Gets or sets the style of the bottom border of the cell</summary> |
293 |
<value>An OcrCellBorderLineStyle enumeration member that specifies the style of the bottom border of the cell. Default value is OcrCellBorderLineStyle.Solid.</value> |
294 |
</member>
|
295 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.BottomBorderWidth"> |
296 |
<summary>Gets or sets the width of the bottom border of the cell</summary> |
297 |
<value>A LogicalLength that specifies the width of the bottom border of the cell in logical (page) coordinates. Default value is 1 pixel.</value> |
298 |
</member>
|
299 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.BottomBorderWidth"> |
300 |
<summary>Gets or sets the width of the bottom border of the cell</summary> |
301 |
<value>A Int32 that specifies the width of the bottom border of the cell in pixels. Default value is 1 pixel.</value> |
302 |
</member>
|
303 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.Bounds"> |
304 |
<summary>Gets or sets the bounding rectangle of the cell.</summary> |
305 |
<value>A LogicalRectangle that specifies the bounding rectangle of the cell in logical (page) units. Default value is an empty rectangle.</value> |
306 |
</member>
|
307 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.Bounds"> |
308 |
<summary>Gets or sets the bounding rectangle of the cell.</summary> |
309 |
<value>A LeadRect that specifies the bounding rectangle of the cell in pixels. Default value is an empty rectangle.</value> |
310 |
</member>
|
311 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.CellType"> |
312 |
<summary>Gets or sets the type of the cell.</summary> |
313 |
<value>An OcrZoneType enumeration member that specifies the type of the cell. Default value is OcrZoneType.Text.</value> |
314 |
</member>
|
315 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.LeftBorderColor"> |
316 |
<summary>Gets or sets the left border color of the cell</summary> |
317 |
<value>A RasterColor that specifies the left border color of the cell. Default value is Black.</value> |
318 |
</member>
|
319 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.LeftBorderStyle"> |
320 |
<summary>Gets or sets the style of the left border of the cell</summary> |
321 |
<value>An OcrCellBorderLineStyle enumeration member that specifies the style of the left border of the cell. Default value is OcrCellBorderLineStyle.Solid.</value> |
322 |
</member>
|
323 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.LeftBorderWidth"> |
324 |
<summary>Gets or sets the width of the left border of the cell</summary> |
325 |
<value>A LogicalLength that specifies the width of the left border of the cell in logical (page) coordinates. Default value is 1 pixel.</value> |
326 |
</member>
|
327 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.LeftBorderWidth"> |
328 |
<summary>Gets or sets the width of the left border of the cell</summary> |
329 |
<value>A Int32 that specifies the width of the left border of the cell in pixels. Default value is 1 pixel.</value> |
330 |
</member>
|
331 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.RightBorderColor"> |
332 |
<summary>Gets or sets the right border color of the cell</summary> |
333 |
<value>A RasterColor that specifies the right border color of the cell. Default value is Black.</value> |
334 |
</member>
|
335 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.RightBorderStyle"> |
336 |
<summary>Gets or sets the style of the right border of the cell</summary> |
337 |
<value>An OcrCellBorderLineStyle enumeration member that specifies the style of the right border of the cell. Default value is OcrCellBorderLineStyle.Solid.</value> |
338 |
</member>
|
339 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.RightBorderWidth"> |
340 |
<summary>Gets or sets the width of the right border of the cell</summary> |
341 |
<value>A LogicalLength that specifies the width of the right border of the cell in logical (page) coordinates. Default value is 1 pixel.</value> |
342 |
</member>
|
343 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.RightBorderWidth"> |
344 |
<summary>Gets or sets the width of the right border of the cell</summary> |
345 |
<value>A Int32 that specifies the width of the right border of the cell in pixels. Default value is 1 pixel.</value> |
346 |
</member>
|
347 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.TopBorderColor"> |
348 |
<summary>Gets or sets the top border color of the cell</summary> |
349 |
<value>A RasterColor that specifies the top border color of the cell. Default value is Black.</value> |
350 |
</member>
|
351 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.TopBorderStyle"> |
352 |
<summary>Gets or sets the style of the top border of the cell</summary> |
353 |
<value>An OcrCellBorderLineStyle enumeration member that specifies the style of the top border of the cell. Default value is OcrCellBorderLineStyle.Solid.</value> |
354 |
</member>
|
355 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.TopBorderWidth"> |
356 |
<summary>Gets or sets the width of the top border of the cell</summary> |
357 |
<value>A LogicalLength that specifies the width of the top border of the cell in logical (page) coordinates. Default value is 1 pixel.</value> |
358 |
</member>
|
359 |
<member name="P:Leadtools.Forms.Ocr.OcrZoneCell.TopBorderWidth"> |
360 |
<summary>Gets or sets the width of the top border of the cell</summary> |
361 |
<value>A Int32 that specifies the width of the top border of the cell in pixels. Default value is 1 pixel.</value> |
362 |
</member>
|
363 |
<member name="T:Leadtools.Forms.Ocr.OcrProgressCallback(Leadtools.Forms.Ocr.IOcrProgressData)"> |
364 |
<summary>Monitors progress of OCR operations.</summary> |
365 |
<param name="data">An instance of the IOcrProgressData interface containing the progress callback data.</param> |
366 |
</member>
|
367 |
<member name="T:Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes"> |
368 |
<summary>The after recognition flags for the zone.</summary> |
369 |
</member>
|
370 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes.None"> |
371 |
<summary></summary> |
372 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
373 |
</member>
|
374 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes.LanguageDictionaryUsed"> |
375 |
<summary></summary> |
376 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
377 |
</member>
|
378 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes.UserDictionaryUsed"> |
379 |
<summary></summary> |
380 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
381 |
</member>
|
382 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes.VerificationUsed"> |
383 |
<summary></summary> |
384 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
385 |
</member>
|
386 |
<member name="T:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod"> |
387 |
<summary>Possible content types of the zones</summary> |
388 |
</member>
|
389 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.Default"> |
390 |
<summary></summary> |
391 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
392 |
</member>
|
393 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.OmniFont"> |
394 |
<summary></summary> |
395 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
396 |
</member>
|
397 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.Omr"> |
398 |
<summary></summary> |
399 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
400 |
</member>
|
401 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.Icr"> |
402 |
<summary></summary> |
403 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
404 |
</member>
|
405 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.DraftDotMatrix9"> |
406 |
<summary></summary> |
407 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
408 |
</member>
|
409 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.DraftDotMatrix24"> |
410 |
<summary></summary> |
411 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
412 |
</member>
|
413 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.OcrA"> |
414 |
<summary></summary> |
415 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
416 |
</member>
|
417 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.OcrB"> |
418 |
<summary></summary> |
419 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
420 |
</member>
|
421 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.Micr"> |
422 |
<summary></summary> |
423 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
424 |
</member>
|
425 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.DotDigit"> |
426 |
<summary></summary> |
427 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
428 |
</member>
|
429 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.DashDigit"> |
430 |
<summary></summary> |
431 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
432 |
</member>
|
433 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.NoRecognition"> |
434 |
<summary></summary> |
435 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
436 |
</member>
|
437 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.Asian"> |
438 |
<summary></summary> |
439 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
440 |
</member>
|
441 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneFillMethod.CMC7"> |
442 |
<summary></summary> |
443 |
<platforms>NET, Java, Android</platforms> |
444 |
</member>
|
445 |
<member name="T:Leadtools.Forms.Ocr.NativeOcrZoneParser"> |
446 |
<summary>The zone parser used when automatically performing page-layout decomposition (auto-zoning).</summary> |
447 |
</member>
|
448 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneParser.Default"> |
449 |
<summary></summary> |
450 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
451 |
</member>
|
452 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneParser.Legacy"> |
453 |
<summary></summary> |
454 |
<platforms>NET, Java, Android</platforms> |
455 |
</member>
|
456 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneParser.Standard"> |
457 |
<summary></summary> |
458 |
<platforms>NET, Java, Android</platforms> |
459 |
</member>
|
460 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneParser.Fast"> |
461 |
<summary></summary> |
462 |
<platforms>NET, Java, Android</platforms> |
463 |
</member>
|
464 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneParser.Leadtools"> |
465 |
<summary></summary> |
466 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
467 |
</member>
|
468 |
<member name="T:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule"> |
469 |
<summary>Available recognition modules of the engine.</summary> |
470 |
</member>
|
471 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.Auto"> |
472 |
<summary></summary> |
473 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
474 |
</member>
|
475 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.OmniFontMText"> |
476 |
<summary></summary> |
477 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
478 |
</member>
|
479 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.OmniFontMor"> |
480 |
<summary></summary> |
481 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
482 |
</member>
|
483 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.DotMatrix"> |
484 |
<summary></summary> |
485 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
486 |
</member>
|
487 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.Omr"> |
488 |
<summary></summary> |
489 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
490 |
</member>
|
491 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.IcrNumeral"> |
492 |
<summary></summary> |
493 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
494 |
</member>
|
495 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.IcrCharacter"> |
496 |
<summary></summary> |
497 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
498 |
</member>
|
499 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.MatrixMatching"> |
500 |
<summary></summary> |
501 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
502 |
</member>
|
503 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.OmniFontPlus2WayVoting"> |
504 |
<summary></summary> |
505 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
506 |
</member>
|
507 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.OmniFontFireWorx"> |
508 |
<summary></summary> |
509 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
510 |
</member>
|
511 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.OmniFontPlus3WayVoting"> |
512 |
<summary></summary> |
513 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
514 |
</member>
|
515 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule.Asian"> |
516 |
<summary></summary> |
517 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
518 |
</member>
|
519 |
<member name="T:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions"> |
520 |
<summary>Zone checking control options.</summary> |
521 |
</member>
|
522 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.None"> |
523 |
<summary></summary> |
524 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
525 |
</member>
|
526 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.DisableLanguageDictionary"> |
527 |
<summary></summary> |
528 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
529 |
</member>
|
530 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.DisableUserDictionary"> |
531 |
<summary></summary> |
532 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
533 |
</member>
|
534 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.DisableVerification"> |
535 |
<summary></summary> |
536 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
537 |
</member>
|
538 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.IgnoreWhiteSpace"> |
539 |
<summary></summary> |
540 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
541 |
</member>
|
542 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.IgnoreCase"> |
543 |
<summary></summary> |
544 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
545 |
</member>
|
546 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.PassEntireLines"> |
547 |
<summary></summary> |
548 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
549 |
</member>
|
550 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.DisableCorrection"> |
551 |
<summary></summary> |
552 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
553 |
</member>
|
554 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.IncludePunctuation"> |
555 |
<summary></summary> |
556 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
557 |
</member>
|
558 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.CorrectProperNames"> |
559 |
<summary></summary> |
560 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
561 |
</member>
|
562 |
<member name="T:Leadtools.Forms.Ocr.NativeOcrZoneType"> |
563 |
<summary>Native zone types.</summary> |
564 |
</member>
|
565 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Text"> |
566 |
<summary></summary> |
567 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
568 |
</member>
|
569 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Table"> |
570 |
<summary></summary> |
571 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
572 |
</member>
|
573 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Graphic"> |
574 |
<summary></summary> |
575 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
576 |
</member>
|
577 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Column"> |
578 |
<summary></summary> |
579 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
580 |
</member>
|
581 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Header"> |
582 |
<summary></summary> |
583 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
584 |
</member>
|
585 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Footer"> |
586 |
<summary></summary> |
587 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
588 |
</member>
|
589 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Caption"> |
590 |
<summary></summary> |
591 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
592 |
</member>
|
593 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Title"> |
594 |
<summary></summary> |
595 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
596 |
</member>
|
597 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.Other"> |
598 |
<summary></summary> |
599 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
600 |
</member>
|
601 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.AutoGraphic"> |
602 |
<summary></summary> |
603 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
604 |
</member>
|
605 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.VerticalText"> |
606 |
<summary></summary> |
607 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
608 |
</member>
|
609 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.LeftRotatedText"> |
610 |
<summary></summary> |
611 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
612 |
</member>
|
613 |
<member name="F:Leadtools.Forms.Ocr.NativeOcrZoneType.RightRotatedText"> |
614 |
<summary></summary> |
615 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
616 |
</member>
|
617 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoPreprocessPageCommand"> |
618 |
<summary>Performs page pre-processing commands</summary> |
619 |
</member>
|
620 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoPreprocessPageCommand.Deskew"> |
621 |
<summary></summary> |
622 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
623 |
</member>
|
624 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoPreprocessPageCommand.Rotate"> |
625 |
<summary></summary> |
626 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
627 |
</member>
|
628 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoPreprocessPageCommand.Invert"> |
629 |
<summary></summary> |
630 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
631 |
</member>
|
632 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoPreprocessPageCommand.All"> |
633 |
<summary></summary> |
634 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
635 |
</member>
|
636 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobErrorMode"> |
637 |
<summary>Defines values for the IOcrAutoRecognizeManager.JobErrorMode property.</summary> |
638 |
</member>
|
639 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobErrorMode.Abort"> |
640 |
<summary></summary> |
641 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
642 |
</member>
|
643 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobErrorMode.Continue"> |
644 |
<summary></summary> |
645 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
646 |
</member>
|
647 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation"> |
648 |
<summary>IOcrAutoRecognizeManager job operations.</summary> |
649 |
</member>
|
650 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.Other"> |
651 |
<summary></summary> |
652 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
653 |
</member>
|
654 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.CreateDocument"> |
655 |
<summary></summary> |
656 |
<platforms>NET, Java, Android, iOS</platforms> |
657 |
</member>
|
658 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.PrepareDocument"> |
659 |
<summary></summary> |
660 |
<platforms>NET, Java, Android, iOS</platforms> |
661 |
</member>
|
662 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.LoadPage"> |
663 |
<summary></summary> |
664 |
<platforms>NET, Java, Android, iOS</platforms> |
665 |
</member>
|
666 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.PreprocessPage"> |
667 |
<summary></summary> |
668 |
<platforms>NET, Java, Android, iOS</platforms> |
669 |
</member>
|
670 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.ZonePage"> |
671 |
<summary></summary> |
672 |
<platforms>NET, Java, Android, iOS</platforms> |
673 |
</member>
|
674 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.RecognizePage"> |
675 |
<summary></summary> |
676 |
<platforms>NET, Java, Android, iOS</platforms> |
677 |
</member>
|
678 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.SavePage"> |
679 |
<summary></summary> |
680 |
<platforms>NET, Java, Android, iOS</platforms> |
681 |
</member>
|
682 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.AppendLtd"> |
683 |
<summary></summary> |
684 |
<platforms>NET, Java, Android, iOS</platforms> |
685 |
</member>
|
686 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.SaveDocument"> |
687 |
<summary></summary> |
688 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
689 |
</member>
|
690 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.ConvertDocument"> |
691 |
<summary></summary> |
692 |
<platforms>NET, Java, Android, iOS</platforms> |
693 |
</member>
|
694 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus"> |
695 |
<summary>Job status.</summary> |
696 |
</member>
|
697 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus.Success"> |
698 |
<summary></summary> |
699 |
<platforms>NET, Java, Android, iOS</platforms> |
700 |
</member>
|
701 |
<member name="F:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus.Abort"> |
702 |
<summary></summary> |
703 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
704 |
</member>
|
705 |
<member name="T:Leadtools.Forms.Ocr.OcrBackgroundFillStyle"> |
706 |
<summary>Indicates the background fill style of a cell border.</summary> |
707 |
</member>
|
708 |
<member name="F:Leadtools.Forms.Ocr.OcrBackgroundFillStyle.None"> |
709 |
<summary></summary> |
710 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
711 |
</member>
|
712 |
<member name="F:Leadtools.Forms.Ocr.OcrBackgroundFillStyle.Solid"> |
713 |
<summary></summary> |
714 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
715 |
</member>
|
716 |
<member name="F:Leadtools.Forms.Ocr.OcrBackgroundFillStyle.Hatch"> |
717 |
<summary></summary> |
718 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
719 |
</member>
|
720 |
<member name="T:Leadtools.Forms.Ocr.OcrCellBorder"> |
721 |
<summary>Indicates the cell border location</summary> |
722 |
</member>
|
723 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorder.Left"> |
724 |
<summary></summary> |
725 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
726 |
</member>
|
727 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorder.Top"> |
728 |
<summary></summary> |
729 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
730 |
</member>
|
731 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorder.Right"> |
732 |
<summary></summary> |
733 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
734 |
</member>
|
735 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorder.Bottom"> |
736 |
<summary></summary> |
737 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
738 |
</member>
|
739 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorder.NoBorder"> |
740 |
<summary></summary> |
741 |
<platforms>NET</platforms> |
742 |
</member>
|
743 |
<member name="T:Leadtools.Forms.Ocr.OcrCellBorderLineStyle"> |
744 |
<summary>Indicates the line style of a cell border.</summary> |
745 |
</member>
|
746 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorderLineStyle.None"> |
747 |
<summary></summary> |
748 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
749 |
</member>
|
750 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorderLineStyle.Solid"> |
751 |
<summary></summary> |
752 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
753 |
</member>
|
754 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorderLineStyle.Double"> |
755 |
<summary></summary> |
756 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
757 |
</member>
|
758 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorderLineStyle.Dashed"> |
759 |
<summary></summary> |
760 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
761 |
</member>
|
762 |
<member name="F:Leadtools.Forms.Ocr.OcrCellBorderLineStyle.Dotted"> |
763 |
<summary></summary> |
764 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
765 |
</member>
|
766 |
<member name="T:Leadtools.Forms.Ocr.OcrCharacterFontStyle"> |
767 |
<summary>Indicates the font attributes for recognized characters.</summary> |
768 |
</member>
|
769 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Regular"> |
770 |
<summary></summary> |
771 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
772 |
</member>
|
773 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Bold"> |
774 |
<summary></summary> |
775 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
776 |
</member>
|
777 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Italic"> |
778 |
<summary></summary> |
779 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
780 |
</member>
|
781 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Underline"> |
782 |
<summary></summary> |
783 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
784 |
</member>
|
785 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.SansSerif"> |
786 |
<summary></summary> |
787 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
788 |
</member>
|
789 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Serif"> |
790 |
<summary></summary> |
791 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
792 |
</member>
|
793 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Proportional"> |
794 |
<summary></summary> |
795 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
796 |
</member>
|
797 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Superscript"> |
798 |
<summary></summary> |
799 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
800 |
</member>
|
801 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Subscript"> |
802 |
<summary></summary> |
803 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
804 |
</member>
|
805 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterFontStyle.Strikeout"> |
806 |
<summary></summary> |
807 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
808 |
</member>
|
809 |
<member name="T:Leadtools.Forms.Ocr.OcrCharacterPosition"> |
810 |
<summary>Recognition character data position information.</summary> |
811 |
</member>
|
812 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterPosition.None"> |
813 |
<summary></summary> |
814 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
815 |
</member>
|
816 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterPosition.EndOfLine"> |
817 |
<summary></summary> |
818 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
819 |
</member>
|
820 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterPosition.EndOfParagraph"> |
821 |
<summary></summary> |
822 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
823 |
</member>
|
824 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterPosition.EndOfWord"> |
825 |
<summary></summary> |
826 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
827 |
</member>
|
828 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterPosition.EndOfZone"> |
829 |
<summary></summary> |
830 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
831 |
</member>
|
832 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterPosition.EndOfPage"> |
833 |
<summary></summary> |
834 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
835 |
</member>
|
836 |
<member name="F:Leadtools.Forms.Ocr.OcrCharacterPosition.EndOfCell"> |
837 |
<summary></summary> |
838 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
839 |
</member>
|
840 |
<member name="T:Leadtools.Forms.Ocr.OcrCreateDocumentOptions"> |
841 |
<summary>Options to use when creating a document using IOcrDocumentManager.</summary> |
842 |
</member>
|
843 |
<member name="F:Leadtools.Forms.Ocr.OcrCreateDocumentOptions.None"> |
844 |
<summary></summary> |
845 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
846 |
</member>
|
847 |
<member name="F:Leadtools.Forms.Ocr.OcrCreateDocumentOptions.InMemory"> |
848 |
<summary></summary> |
849 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
850 |
</member>
|
851 |
<member name="F:Leadtools.Forms.Ocr.OcrCreateDocumentOptions.AutoDeleteFile"> |
852 |
<summary></summary> |
853 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
854 |
</member>
|
855 |
<member name="F:Leadtools.Forms.Ocr.OcrCreateDocumentOptions.LoadExisting"> |
856 |
<summary></summary> |
857 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
858 |
</member>
|
859 |
<member name="T:Leadtools.Forms.Ocr.OcrDocumentFontType"> |
860 |
<summary>Font types used when saving the final document.</summary> |
861 |
</member>
|
862 |
<member name="F:Leadtools.Forms.Ocr.OcrDocumentFontType.ProportionalSerif"> |
863 |
<summary></summary> |
864 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
865 |
</member>
|
866 |
<member name="F:Leadtools.Forms.Ocr.OcrDocumentFontType.ProportionalSansSerif"> |
867 |
<summary></summary> |
868 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
869 |
</member>
|
870 |
<member name="F:Leadtools.Forms.Ocr.OcrDocumentFontType.FixedSerif"> |
871 |
<summary></summary> |
872 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
873 |
</member>
|
874 |
<member name="F:Leadtools.Forms.Ocr.OcrDocumentFontType.FixedSansSerif"> |
875 |
<summary></summary> |
876 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
877 |
</member>
|
878 |
<member name="F:Leadtools.Forms.Ocr.OcrDocumentFontType.MICR"> |
879 |
<summary></summary> |
880 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
881 |
</member>
|
882 |
<member name="T:Leadtools.Forms.Ocr.OcrEngineType"> |
883 |
<summary>Specifies available OCR engine types.</summary> |
884 |
</member>
|
885 |
<member name="F:Leadtools.Forms.Ocr.OcrEngineType.Advantage"> |
886 |
<summary></summary> |
887 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
888 |
</member>
|
889 |
<member name="F:Leadtools.Forms.Ocr.OcrEngineType.Professional"> |
890 |
<summary></summary> |
891 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
892 |
</member>
|
893 |
<member name="F:Leadtools.Forms.Ocr.OcrEngineType.Arabic"> |
894 |
<summary></summary> |
895 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
896 |
</member>
|
897 |
<member name="T:Leadtools.Forms.Ocr.OcrImageSharingMode"> |
898 |
<summary>Options used with IOcrEngine.CreatePage to determine the ownership of the source raster image.</summary> |
899 |
</member>
|
900 |
<member name="F:Leadtools.Forms.Ocr.OcrImageSharingMode.None"> |
901 |
<summary></summary> |
902 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
903 |
</member>
|
904 |
<member name="F:Leadtools.Forms.Ocr.OcrImageSharingMode.AutoDispose"> |
905 |
<summary></summary> |
906 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
907 |
</member>
|
908 |
<member name="T:Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod"> |
909 |
<summary>The OMR frame detection mode.</summary> |
910 |
</member>
|
911 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod.Auto"> |
912 |
<summary></summary> |
913 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
914 |
</member>
|
915 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod.WithoutFrame"> |
916 |
<summary></summary> |
917 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
918 |
</member>
|
919 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod.WithFrame"> |
920 |
<summary></summary> |
921 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
922 |
</member>
|
923 |
<member name="T:Leadtools.Forms.Ocr.OcrOmrSensitivity"> |
924 |
<summary>The OMR sensitivity mode.</summary> |
925 |
</member>
|
926 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrSensitivity.Highest"> |
927 |
<summary></summary> |
928 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
929 |
</member>
|
930 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrSensitivity.High"> |
931 |
<summary></summary> |
932 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
933 |
</member>
|
934 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrSensitivity.Low"> |
935 |
<summary></summary> |
936 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
937 |
</member>
|
938 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrSensitivity.Lowest"> |
939 |
<summary></summary> |
940 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
941 |
</member>
|
942 |
<member name="T:Leadtools.Forms.Ocr.OcrOmrZoneState"> |
943 |
<summary>The zone OMR recognition state.</summary> |
944 |
</member>
|
945 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrZoneState.Unfilled"> |
946 |
<summary></summary> |
947 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
948 |
</member>
|
949 |
<member name="F:Leadtools.Forms.Ocr.OcrOmrZoneState.Filled"> |
950 |
<summary></summary> |
951 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
952 |
</member>
|
953 |
<member name="T:Leadtools.Forms.Ocr.OcrPageType"> |
954 |
<summary>The type of the page's RasterImage to get.</summary> |
955 |
</member>
|
956 |
<member name="F:Leadtools.Forms.Ocr.OcrPageType.Current"> |
957 |
<summary></summary> |
958 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
959 |
</member>
|
960 |
<member name="F:Leadtools.Forms.Ocr.OcrPageType.Processing"> |
961 |
<summary></summary> |
962 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
963 |
</member>
|
964 |
<member name="F:Leadtools.Forms.Ocr.OcrPageType.Original"> |
965 |
<summary></summary> |
966 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
967 |
</member>
|
968 |
<member name="T:Leadtools.Forms.Ocr.OcrProgressOperation"> |
969 |
<summary>OCR progress callback operation identification.</summary> |
970 |
</member>
|
971 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.LoadImage"> |
972 |
<summary></summary> |
973 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
974 |
</member>
|
975 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.SaveImage"> |
976 |
<summary></summary> |
977 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
978 |
</member>
|
979 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.ProcessImage"> |
980 |
<summary></summary> |
981 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
982 |
</member>
|
983 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.FindZones"> |
984 |
<summary></summary> |
985 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
986 |
</member>
|
987 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.RecognizeFirstPass"> |
988 |
<summary></summary> |
989 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
990 |
</member>
|
991 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.RecognizeSecondPass"> |
992 |
<summary></summary> |
993 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
994 |
</member>
|
995 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.RecognizeThirdPass"> |
996 |
<summary></summary> |
997 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
998 |
</member>
|
999 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.SaveDocumentPrepare"> |
1000 |
<summary></summary> |
1001 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1002 |
</member>
|
1003 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.SaveDocument"> |
1004 |
<summary></summary> |
1005 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1006 |
</member>
|
1007 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.SaveDocumentConvertImage"> |
1008 |
<summary></summary> |
1009 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1010 |
</member>
|
1011 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.Formatting"> |
1012 |
<summary></summary> |
1013 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1014 |
</member>
|
1015 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressOperation.RecognizeOmr"> |
1016 |
<summary></summary> |
1017 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1018 |
</member>
|
1019 |
<member name="T:Leadtools.Forms.Ocr.OcrProgressStatus"> |
1020 |
<summary>Status control of the OcrProgressCallback.</summary> |
1021 |
</member>
|
1022 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressStatus.Continue"> |
1023 |
<summary></summary> |
1024 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1025 |
</member>
|
1026 |
<member name="F:Leadtools.Forms.Ocr.OcrProgressStatus.Abort"> |
1027 |
<summary></summary> |
1028 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1029 |
</member>
|
1030 |
<member name="T:Leadtools.Forms.Ocr.OcrSettingValueType"> |
1031 |
<summary>Defines a setting type.</summary> |
1032 |
</member>
|
1033 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.BeginCategory"> |
1034 |
<summary></summary> |
1035 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1036 |
</member>
|
1037 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.EndCategory"> |
1038 |
<summary></summary> |
1039 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1040 |
</member>
|
1041 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.Integer"> |
1042 |
<summary></summary> |
1043 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1044 |
</member>
|
1045 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.Enum"> |
1046 |
<summary></summary> |
1047 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1048 |
</member>
|
1049 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.Double"> |
1050 |
<summary></summary> |
1051 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1052 |
</member>
|
1053 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.Boolean"> |
1054 |
<summary></summary> |
1055 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1056 |
</member>
|
1057 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.Character"> |
1058 |
<summary></summary> |
1059 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1060 |
</member>
|
1061 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.String"> |
1062 |
<summary></summary> |
1063 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1064 |
</member>
|
1065 |
<member name="F:Leadtools.Forms.Ocr.OcrSettingValueType.Rectangle"> |
1066 |
<summary></summary> |
1067 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
1068 |
</member>
|
1069 |
<member name="T:Leadtools.Forms.Ocr.OcrSpellCheckEngine"> |
1070 |
<summary>OCR Spell Checker Type</summary> |
1071 |
</member>
|
1072 |
<member name="F:Leadtools.Forms.Ocr.OcrSpellCheckEngine.None"> |
1073 |
<summary></summary> |
1074 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1075 |
</member>
|
1076 |
<member name="F:Leadtools.Forms.Ocr.OcrSpellCheckEngine.Native"> |
1077 |
<summary></summary> |
1078 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1079 |
</member>
|
1080 |
<member name="F:Leadtools.Forms.Ocr.OcrSpellCheckEngine.OS"> |
1081 |
<summary></summary> |
1082 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1083 |
</member>
|
1084 |
<member name="F:Leadtools.Forms.Ocr.OcrSpellCheckEngine.Hunspell"> |
1085 |
<summary></summary> |
1086 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
1087 |
</member>
|
1088 |
<member name="T:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType"> |
1089 |
<summary>The type of support (feature) needing to be unlocked that caused the error.</summary> |
1090 |
</member>
|
1091 |
<member name="F:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.Ocr"> |
1092 |
<summary></summary> |
1093 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
1094 |
</member>
|
1095 |
<member name="F:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.Icr"> |
1096 |
<summary></summary> |
1097 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
1098 |
</member>
|
1099 |
<member name="F:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.Omr"> |
1100 |
<summary></summary> |
1101 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
1102 |
</member>
|
1103 |
<member name="F:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.Pdf"> |
1104 |
<summary></summary> |
1105 |
<platforms>NET, Java, Android</platforms> |
1106 |
</member>
|
1107 |
<member name="F:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.PdfA"> |
1108 |
<summary></summary> |
1109 |
<platforms>NET, Java, Android</platforms> |
1110 |
</member>
|
1111 |
<member name="F:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.Arabic"> |
1112 |
<summary></summary> |
1113 |
<platforms>NET, Java, Android, WinRT, WinrtPhone</platforms> |
1114 |
</member>
|
1115 |
<member name="F:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.EnginePdf"> |
1116 |
<summary></summary> |
1117 |
<platforms>NET, Java, Android</platforms> |
1118 |
</member>
|
1119 |
<member name="F:Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.OcrProfessionalAsian"> |
1120 |
<summary></summary> |
1121 |
<platforms>NET, Java, Android</platforms> |
1122 |
</member>
|
1123 |
<member name="T:Leadtools.Forms.Ocr.OcrTextDirection"> |
1124 |
<summary>Determines the direction of text in a zone.</summary> |
1125 |
</member>
|
1126 |
<member name="F:Leadtools.Forms.Ocr.OcrTextDirection.LeftToRight"> |
1127 |
<summary></summary> |
1128 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1129 |
</member>
|
1130 |
<member name="F:Leadtools.Forms.Ocr.OcrTextDirection.RightToLeft"> |
1131 |
<summary></summary> |
1132 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1133 |
</member>
|
1134 |
<member name="F:Leadtools.Forms.Ocr.OcrTextDirection.TopToBottom"> |
1135 |
<summary></summary> |
1136 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1137 |
</member>
|
1138 |
<member name="F:Leadtools.Forms.Ocr.OcrTextDirection.BottomToTop"> |
1139 |
<summary></summary> |
1140 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1141 |
</member>
|
1142 |
<member name="T:Leadtools.Forms.Ocr.OcrTextStyle"> |
1143 |
<summary>The style of a text zone.</summary> |
1144 |
</member>
|
1145 |
<member name="F:Leadtools.Forms.Ocr.OcrTextStyle.Normal"> |
1146 |
<summary></summary> |
1147 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1148 |
</member>
|
1149 |
<member name="F:Leadtools.Forms.Ocr.OcrTextStyle.Header"> |
1150 |
<summary></summary> |
1151 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1152 |
</member>
|
1153 |
<member name="F:Leadtools.Forms.Ocr.OcrTextStyle.Footer"> |
1154 |
<summary></summary> |
1155 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1156 |
</member>
|
1157 |
<member name="F:Leadtools.Forms.Ocr.OcrTextStyle.Heading"> |
1158 |
<summary></summary> |
1159 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1160 |
</member>
|
1161 |
<member name="T:Leadtools.Forms.Ocr.OcrXmlEncoding"> |
1162 |
<summary>Encoding to use when saving XML data.</summary> |
1163 |
</member>
|
1164 |
<member name="F:Leadtools.Forms.Ocr.OcrXmlEncoding.UTF8"> |
1165 |
<summary></summary> |
1166 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1167 |
</member>
|
1168 |
<member name="F:Leadtools.Forms.Ocr.OcrXmlEncoding.UTF16"> |
1169 |
<summary></summary> |
1170 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1171 |
</member>
|
1172 |
<member name="T:Leadtools.Forms.Ocr.OcrXmlOutputOptions"> |
1173 |
<summary>Controls the format of the XML data obtained from IOcrDocument.SaveXml.</summary> |
1174 |
</member>
|
1175 |
<member name="F:Leadtools.Forms.Ocr.OcrXmlOutputOptions.None"> |
1176 |
<summary></summary> |
1177 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1178 |
</member>
|
1179 |
<member name="F:Leadtools.Forms.Ocr.OcrXmlOutputOptions.Characters"> |
1180 |
<summary></summary> |
1181 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1182 |
</member>
|
1183 |
<member name="F:Leadtools.Forms.Ocr.OcrXmlOutputOptions.CharacterAttributes"> |
1184 |
<summary></summary> |
1185 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1186 |
</member>
|
1187 |
<member name="T:Leadtools.Forms.Ocr.OcrZoneCharacterFilters"> |
1188 |
<summary>Character set filter.</summary> |
1189 |
</member>
|
1190 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.None"> |
1191 |
<summary></summary> |
1192 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1193 |
</member>
|
1194 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.Digit"> |
1195 |
<summary></summary> |
1196 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1197 |
</member>
|
1198 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.Uppercase"> |
1199 |
<summary></summary> |
1200 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1201 |
</member>
|
1202 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.Lowercase"> |
1203 |
<summary></summary> |
1204 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1205 |
</member>
|
1206 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.Alpha"> |
1207 |
<summary>Upper and lowercase letters only. This is a combination of (Uppercase | Lowercase).</summary> |
1208 |
</member>
|
1209 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.Punctuation"> |
1210 |
<summary></summary> |
1211 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1212 |
</member>
|
1213 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.Miscellaneous"> |
1214 |
<summary></summary> |
1215 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1216 |
</member>
|
1217 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.All"> |
1218 |
<summary>All characters. Since all elements are enabled, there is no filtering. This a combination of Digit (| Uppercase | Lowercase | Punctuation | Miscellaneous).</summary> |
1219 |
</member>
|
1220 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.Plus"> |
1221 |
<summary></summary> |
1222 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1223 |
</member>
|
1224 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneCharacterFilters.Numbers"> |
1225 |
<summary>Digits plus the "FilterPlus" characters This is a combination of (Digit | Plus).</summary> |
1226 |
</member>
|
1227 |
<member name="T:Leadtools.Forms.Ocr.OcrZoneType"> |
1228 |
<summary>Zone types.</summary> |
1229 |
</member>
|
1230 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.Text"> |
1231 |
<summary></summary> |
1232 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1233 |
</member>
|
1234 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.Table"> |
1235 |
<summary></summary> |
1236 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1237 |
</member>
|
1238 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.Graphic"> |
1239 |
<summary></summary> |
1240 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1241 |
</member>
|
1242 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.Omr"> |
1243 |
<summary></summary> |
1244 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1245 |
</member>
|
1246 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.Micr"> |
1247 |
<summary></summary> |
1248 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1249 |
</member>
|
1250 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.Icr"> |
1251 |
<summary></summary> |
1252 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1253 |
</member>
|
1254 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.Mrz"> |
1255 |
<summary></summary> |
1256 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1257 |
</member>
|
1258 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.Barcode"> |
1259 |
<summary></summary> |
1260 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1261 |
</member>
|
1262 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.None"> |
1263 |
<summary></summary> |
1264 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1265 |
</member>
|
1266 |
<member name="F:Leadtools.Forms.Ocr.OcrZoneType.FieldData"> |
1267 |
<summary></summary> |
1268 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone</platforms> |
1269 |
</member>
|
1270 |
<member name="T:Leadtools.Forms.Ocr.IOcrAutoRecognizeJob"> |
1271 |
<summary>Specifies an OCR job that can run and tracked by IOcrAutoRecognizeManager.</summary> |
1272 |
</member>
|
1273 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeJob.AutoRecognizeManager"> |
1274 |
<summary>Gets the instance of the IOcrAutoRecognizeManager used to create this object.</summary> |
1275 |
<value>The instance of the IOcrAutoRecognizeManager used to create this object.</value> |
1276 |
</member>
|
1277 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeJob.Errors"> |
1278 |
<summary>Gets an array that contains any errors occurred when this job is run.</summary> |
1279 |
<value>A list of OcrAutoRecognizeManagerJobError objects that contain detailed information on any errors that may have occurred when this job is run.</value> |
1280 |
</member>
|
1281 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeJob.JobData"> |
1282 |
<summary>Gets the job data.</summary> |
1283 |
<value>An OcrAutoRecognizeJobData structure that contains the job data used to create this object.</value> |
1284 |
</member>
|
1285 |
<member name="T:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager"> |
1286 |
<summary>Provides support for the one shot "fire and forget" approach to OCR suitable for unattended recognition.</summary> |
1287 |
</member>
|
1288 |
<member name="M:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.AbortAllJobs"> |
1289 |
<summary>Aborts all running and pending jobs.</summary> |
1290 |
</member>
|
1291 |
<member name="M:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.CreateJob(Leadtools.Forms.Ocr.OcrAutoRecognizeJobData)"> |
1292 |
<summary>Creates a new job.</summary> |
1293 |
<param name="jobData">The job data.</param> |
1294 |
<returns>An IOcrAutoRecognizeJob object that is ready to run.</returns> |
1295 |
</member>
|
1296 |
<member name="M:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.Run(System.String,System.String,Leadtools.Forms.DocumentWriters.DocumentFormat,System.String,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1297 |
<summary>Converts an image file on disk to a document file in the specified document format with optional multi-page zone file.</summary> |
1298 |
<param name="imageFileName">The name of the file containing the image.</param> |
1299 |
<param name="documentFileName">The name of the result document file.</param> |
1300 |
<param name="format">The output document format. If this parameter is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown.</param> |
1301 |
<param name="zonesFileName">Optional name of prepared multi-page zone file. This parameter can be a **null** (**Nothing** in VB) reference.</param> |
1302 |
<param name="callback">Optional callback to show operation progress.</param> |
1303 |
</member>
|
1304 |
<member name="M:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.Run(System.String,System.String,IList<string>,Leadtools.Forms.DocumentWriters.DocumentFormat,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1305 |
<summary>Converts an image file on disk to a document file in the specified document format with optional multiple single zone files.</summary> |
1306 |
<param name="imageFileName">The name of the file containing the image.</param> |
1307 |
<param name="documentFileName">The name of the resulting document file.</param> |
1308 |
<param name="zoneFileNames">Optional list of file names for prepared zone files for the pages. This parameter can be a **null** (**Nothing** in VB) reference.</param> |
1309 |
<param name="format">The output document format. If this parameter is DocumentFormat.User, then the document is saved using the native engine format set in IOcrDocumentManager.EngineFormat (assuming the engine used supports native formats); otherwise, an exception will be thrown.</param> |
1310 |
<param name="callback">Optional callback to show operation progress.</param> |
1311 |
</member>
|
1312 |
<member name="M:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.RunJob(Leadtools.Forms.Ocr.IOcrAutoRecognizeJob)"> |
1313 |
<summary>Runs a job</summary> |
1314 |
<param name="job">The IOcrAutoRecognizeJob to run this parameter cannot be **null** (**Nothing** in VB). Use CreateJob to create a job.</param> |
1315 |
<returns>An OcrAutoRecognizeManagerJobStatus enumeration member that determines whether the job was completed successfully or aborted due to errors or user action.</returns> |
1316 |
</member>
|
1317 |
<member name="M:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.RunJobAsync(Leadtools.Forms.Ocr.IOcrAutoRecognizeJob)"> |
1318 |
<summary>Runs a job asynchronously</summary> |
1319 |
<param name="job">The IOcrAutoRecognizeJob to run this parameter cannot be **null** (**Nothing** in VB). Use CreateJob to create a job.</param> |
1320 |
</member>
|
1321 |
<member name="E:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.JobCompleted"> |
1322 |
<summary>Occurs when a job is completed or aborted.</summary> |
1323 |
</member>
|
1324 |
<member name="E:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.JobOperation"> |
1325 |
<summary>Occurs while a job is running.</summary> |
1326 |
</member>
|
1327 |
<member name="E:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.JobProgress"> |
1328 |
<summary>Occurs when a job is being run to provide progress status and ability to abort.</summary> |
1329 |
</member>
|
1330 |
<member name="E:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.JobStarted"> |
1331 |
<summary>Occurs when a job is about to start.</summary> |
1332 |
</member>
|
1333 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.EnableTrace"> |
1334 |
<summary>Gets or sets a value that indicates whether this IOcrAutoRecognizeManager should output debug messages to the standard .NET trace listeners.</summary> |
1335 |
<value>**true** if this IOcrAutoRecognizeManager should output debug messages to the standard .NET trace listeners, otherwise; **false** Default value is **false**.</value> |
1336 |
</member>
|
1337 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.IsMultiThreadedSupported"> |
1338 |
<summary>Gets a value that indicates whether multi-threading is supported in this IOcrAutoRecognizeManager.</summary> |
1339 |
<value>**true** if this IOcrAutoRecognizeManager supports multi-threading, otherwise; **false**.</value> |
1340 |
</member>
|
1341 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.JobErrorMode"> |
1342 |
<summary>Gets or sets a value that indicates whether to abort or try to continue running jobs when an error occur.</summary> |
1343 |
<value>An OcrAutoRecognizeManagerJobErrorMode enumeration member that specifies whether to abort or try to continue running jobs when an error occur. Default value is OcrAutoRecognizeManagerJobErrorMode.Continue.</value> |
1344 |
</member>
|
1345 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.MaximumPagesBeforeLtd"> |
1346 |
<summary>Gets or sets a value that indicate the maximum number of pages to process before using LTD as a temporary format.</summary> |
1347 |
<value>An integer value that indicate the maximum number of pages to process before using LTD as a temporary format. Default value is 8.</value> |
1348 |
</member>
|
1349 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.MaximumThreadsPerJob"> |
1350 |
<summary>Gets or sets a value that indicates the maximum number of threads to use when recognizing a document.</summary> |
1351 |
<value>An Int32 value that indicates the maximum number of threads to use when recognizing a document. Must be greater than or equals to 0 and less than or equals to 64. Default value is 0.</value> |
1352 |
</member>
|
1353 |
<member name="P:Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.PreprocessPageCommands"> |
1354 |
<summary>Gets a list of the auto-preprocess commands to perform on each document page prior to recognition.</summary> |
1355 |
<value>A list of OcrAutoPreprocessPageCommand commands to perform on each document page prior to recognition. Default value is an array of on item (OcrAutoPreprocessPageCommand.Deskew).</value> |
1356 |
</member>
|
1357 |
<member name="T:Leadtools.Forms.Ocr.IOcrDocument"> |
1358 |
<summary>Defines an OCR document object.</summary> |
1359 |
</member>
|
1360 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.LoadZones(System.IO.Stream)"> |
1361 |
<summary>Load zones from a multi-page zones .NET stream.</summary> |
1362 |
<param name="stream">The .NET stream containing the zones to load.</param> |
1363 |
</member>
|
1364 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.LoadZones(System.String)"> |
1365 |
<summary>Load zones from a multi-page zones disk file.</summary> |
1366 |
<param name="fileName">The name of the file containing the zones to load.</param> |
1367 |
</member>
|
1368 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.LoadZonesAsync(IStorageFile)"> |
1369 |
<summary>Load zones from a multi-page Windows Runtime StorageFile object.</summary> |
1370 |
<param name="file">The Windows Runtime storage containing the zones to load.</param> |
1371 |
</member>
|
1372 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.Save(System.IO.Stream,Leadtools.Forms.DocumentWriters.DocumentFormat,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1373 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it in a .NET stream.</summary> |
1374 |
<param name="stream">The .NET stream to save the final output document to.</param> |
1375 |
<param name="format">The document format to use. If this parameter is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown. Note that saving the OCR results using the native engine formats may produce more accurate results in table and cell positions since the engine has access to extra data that is saved internally.</param> |
1376 |
<param name="callback">Optional callback to show operation progress.</param> |
1377 |
</member>
|
1378 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.Save(System.String,Leadtools.Forms.DocumentWriters.DocumentFormat,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1379 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it to a disk file.</summary> |
1380 |
<param name="fileName">The name of the file to save the final output document to.</param> |
1381 |
<param name="format">The document format to use. If this parameter is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown. Note that saving the OCR results using the native engine formats may produce more accurate results in table and cell positions since the engine has access to extra data that is saved internally.</param> |
1382 |
<param name="callback">Optional callback to show operation progress.</param> |
1383 |
</member>
|
1384 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveAsync(ILeadStream,Leadtools.Forms.DocumentWriters.DocumentFormat,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1385 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it into a Windows Runtime StorageFile object.</summary> |
1386 |
<param name="stream">The LEADTOOLS stream object to save the final output document to.</param> |
1387 |
<param name="format">The document format to use. If this parameter is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown. Note that saving the OCR results using the native engine formats may produce more accurate results in table and cell positions since the engine has access to extra data that is saved internally.</param> |
1388 |
<param name="callback">Optional callback to show operation progress.</param> |
1389 |
<returns>Returns the **IAsyncActoin** object for the operation.</returns> |
1390 |
</member>
|
1391 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveXml(Leadtools.Forms.Ocr.OcrXmlOutputOptions)"> |
1392 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document and returns it as XML data.</summary> |
1393 |
<param name="options">A combination of one or more OcrXmlOutputOptions enumeration members that specify the XML generation options.</param> |
1394 |
<returns>A String object containing the XML data.</returns> |
1395 |
</member>
|
1396 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveXml(System.IO.Stream,Leadtools.Forms.Ocr.OcrWriteXmlOptions,Leadtools.Forms.Ocr.OcrXmlOutputOptions)"> |
1397 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a .NET stream with XML options.</summary> |
1398 |
<param name="stream">The .NET stream to save the XML data to.</param> |
1399 |
<param name="xmlOptions">Options to use when creating the XML data.</param> |
1400 |
<param name="outputOptions">A combination of one or more OcrXmlOutputOptions enumeration members that specify the XML generation options.</param> |
1401 |
</member>
|
1402 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveXml(System.IO.Stream,Leadtools.Forms.Ocr.OcrXmlOutputOptions)"> |
1403 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a .NET stream.</summary> |
1404 |
<param name="stream">The .NET stream to save the XML data to.</param> |
1405 |
<param name="options">A combination of one or more OcrXmlOutputOptions enumeration members that specify the XML generation options.</param> |
1406 |
</member>
|
1407 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveXml(System.String,Leadtools.Forms.Ocr.OcrWriteXmlOptions,Leadtools.Forms.Ocr.OcrXmlOutputOptions)"> |
1408 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a disk file with XML options.</summary> |
1409 |
<param name="fileName">The output file name to save the XML data to.</param> |
1410 |
<param name="xmlOptions">Options to use when creating the XML data.</param> |
1411 |
<param name="outputOptions">A combination of one or more OcrXmlOutputOptions enumeration members that specify the XML generation options.</param> |
1412 |
</member>
|
1413 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveXml(System.String,Leadtools.Forms.Ocr.OcrXmlOutputOptions)"> |
1414 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a disk file.</summary> |
1415 |
<param name="fileName">The output file name to save the XML data to.</param> |
1416 |
<param name="options">A combination of one or more OcrXmlOutputOptions enumeration members that specify the XML generation options.</param> |
1417 |
</member>
|
1418 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveXmlAsync(IStorageFile,Leadtools.Forms.Ocr.OcrXmlOutputOptions)"> |
1419 |
<summary>Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it into a Windows Runtime StorageFile object.</summary> |
1420 |
<param name="file">The Windows Runtime storage file object to save the XML data to.</param> |
1421 |
<param name="options">A combination of one or more OcrXmlOutputOptions enumeration members that specify the XML generation options.</param> |
1422 |
<returns>Returns the **IAsyncActoin** object for the operation.</returns> |
1423 |
</member>
|
1424 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveZones(System.IO.Stream)"> |
1425 |
<summary>Saves zones to a multi-page zones .NET stream.</summary> |
1426 |
<param name="stream">The .NET stream that will contain the zones data.</param> |
1427 |
</member>
|
1428 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveZones(System.IO.Stream,Leadtools.Forms.Ocr.OcrWriteXmlOptions)"> |
1429 |
<summary>Saves zones to a multi-page zones .NET stream with XML options.</summary> |
1430 |
<param name="stream">The .NET stream that will contain the zones data.</param> |
1431 |
<param name="xmlOptions">Options to use when writing the XML data.</param> |
1432 |
</member>
|
1433 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveZones(System.String)"> |
1434 |
<summary>Saves zones to a multi-page zones disk file.</summary> |
1435 |
<param name="fileName">The name of the file that will contain the zones data.</param> |
1436 |
</member>
|
1437 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveZones(System.String,Leadtools.Forms.Ocr.OcrWriteXmlOptions)"> |
1438 |
<summary>Saves zones to a multi-page zones disk file with XML options.</summary> |
1439 |
<param name="fileName">The name of the file that will contain the zones data.</param> |
1440 |
<param name="xmlOptions">Options to use when writing the XML data.</param> |
1441 |
</member>
|
1442 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocument.SaveZonesAsync(IStorageFile)"> |
1443 |
<summary>Saves zones to a multi-page zones Windows Runtime StorageFile object.</summary> |
1444 |
<param name="file">The Windows Runtime storage file object to save the zones data to.</param> |
1445 |
</member>
|
1446 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocument.DocumentWriterInstance"> |
1447 |
<summary>Gets the instance of the DocumentWriter object being used inside this IOcrDocument.</summary> |
1448 |
<value>The DocumentWriter object being used inside this IOcrDocument.</value> |
1449 |
</member>
|
1450 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocument.Engine"> |
1451 |
<summary>Gets the OCR engine used when creating this IOcrDocument.</summary> |
1452 |
<value>The instance of IOcrEngine used when creating this IOcrDocument.</value> |
1453 |
</member>
|
1454 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocument.FileName"> |
1455 |
<summary>Gets the name of the disk file used by this file-based IOcrDocument.</summary> |
1456 |
<value>The name of the disk file used by this file-based IOcrDocument or **null** if this is a memory-based document.</value> |
1457 |
</member>
|
1458 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocument.IsInMemory"> |
1459 |
<summary>Gets a value that indicate whether this is a memory-based IOcrDocument.</summary> |
1460 |
<value>**true** if this is a memory-based IOcrDocument and **false** if this is a file-based document.</value> |
1461 |
</member>
|
1462 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocument.Pages"> |
1463 |
<summary>Allows you to add, remove or update image (raster) pages in the OCR document.</summary> |
1464 |
<value>The IOcrPageCollection object that allow you to add, remove or update image (raster) pages in the OCR document.</value> |
1465 |
</member>
|
1466 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocument.RasterCodecsInstance"> |
1467 |
<summary>Gets the instance of the RasterCodecs object being used inside this IOcrDocument.</summary> |
1468 |
<value>The RasterCodecs object being used inside this IOcrDocument.</value> |
1469 |
</member>
|
1470 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocument.UseEngineInstanceOptions"> |
1471 |
<summary>Gets or sets a value indicating whether this IOcrDocument must copy the RasterCodecs and DocumentWriter options from the IOcrEngine before using them.</summary> |
1472 |
<value>**true** if this IOcrDocument must copy the RasterCodecs and DocumentWriter options from the IOcrEngine before using them; otherwise, **false**. Default value is **true**.</value> |
1473 |
</member>
|
1474 |
<member name="T:Leadtools.Forms.Ocr.IOcrDocumentManager"> |
1475 |
<summary>Manages the OCR documents of this IOcrEngine.</summary> |
1476 |
</member>
|
1477 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.CreateDocument"> |
1478 |
<summary>Creates a new OCR memory-based document object.</summary> |
1479 |
<returns>An object implementing IOcrDocument that can participate in recognition and saving operations.</returns> |
1480 |
</member>
|
1481 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.CreateDocument(System.String,Leadtools.Forms.Ocr.OcrCreateDocumentOptions)"> |
1482 |
<summary>Creates a new OCR file or memory-based document object.</summary> |
1483 |
<param name="documentFileName">The document file name. This value can be **null**.</param> |
1484 |
<param name="options">Options to control how the document is created or loaded.</param> |
1485 |
<returns>An object implementing IOcrDocument that can participate in recognition and saving operations.</returns> |
1486 |
</member>
|
1487 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.GetAdditionalEngineFormats"> |
1488 |
<summary>Gets a list of the engine native formats supported by this IOcrEngine that are not installed.</summary> |
1489 |
</member>
|
1490 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.GetEngineFormatFileExtension(System.String)"> |
1491 |
<summary>Gets the default file extension for the specified engine native format.</summary> |
1492 |
<param name="formatName">The name of the engine native format requested.</param> |
1493 |
<returns>A String containing the file extension for the specified format (without the ".").</returns> |
1494 |
</member>
|
1495 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.GetEngineFormatFriendlyName(System.String)"> |
1496 |
<summary>Gets the friendly name of the specified engine native format.</summary> |
1497 |
<param name="formatName">The engine native format name requested.</param> |
1498 |
<returns>A String containing the friendly name for the specified format.</returns> |
1499 |
</member>
|
1500 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.GetFontName(System.String,Leadtools.Forms.Ocr.OcrDocumentFontType)"> |
1501 |
<summary>gets the specific type of font used in the final document.</summary> |
1502 |
<param name="languageName">The language name. See remarks for more information.</param> |
1503 |
<param name="fontType">The type of font to get.</param> |
1504 |
<returns>The font name.</returns> |
1505 |
</member>
|
1506 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.GetFontNames(System.String)"> |
1507 |
<summary>Gets the font names used in the final document.</summary> |
1508 |
<param name="languageName">The language name. See remarks for more information.</param> |
1509 |
<returns>An array of six string values that contains the font names used in the final document.</returns> |
1510 |
</member>
|
1511 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.GetSupportedEngineFormats"> |
1512 |
<summary>Gets a list of the engine native formats supported by this IOcrEngine.</summary> |
1513 |
</member>
|
1514 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.IsEngineFormatSupported(System.String)"> |
1515 |
<summary>Gets a value indicating whether the specified engine native format is supported by this IOcrEngine.</summary> |
1516 |
<param name="formatName">The name of the engine native format to check.</param> |
1517 |
<returns>Some of the OCR engines supported by LEADTOOLS (for example, the OcrEngineType.Professional) support saving the recognition results using the engine native save mechanism instead of the LEADTOOLS Document Writers. Use the GetSupportedEngineFormats method to get a list of the names of the native formats and the EngineFormat property to set the format to use when saving the results.</returns> |
1518 |
</member>
|
1519 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.SetFontName(System.String,Leadtools.Forms.Ocr.OcrDocumentFontType,System.String)"> |
1520 |
<summary>Replaces the specific type of font used in the final document.</summary> |
1521 |
<param name="languageName">The language name. See remarks for more information.</param> |
1522 |
<param name="fontType">The type of font to replace.</param> |
1523 |
<param name="fontName">The font name that will be used in final document.</param> |
1524 |
</member>
|
1525 |
<member name="M:Leadtools.Forms.Ocr.IOcrDocumentManager.SetFontNames(System.String,System.String[])"> |
1526 |
<summary>Sets the font names used in the final document.</summary> |
1527 |
<param name="languageName">The language name. See remarks for more information.</param> |
1528 |
<param name="fontNames">An array of six string values that contains the font names used in the final document.</param> |
1529 |
</member>
|
1530 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocumentManager.EngineFormat"> |
1531 |
<summary>Gets or sets the name of the engine native format to use when saving OCR documents.</summary> |
1532 |
<value>A String that indicates the name of the engine native format to use when saving OCR documents.</value> |
1533 |
</member>
|
1534 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocumentManager.MissingSymbol"> |
1535 |
<summary>Gets or sets the character used as a symbol for the missing characters in the final output document.</summary> |
1536 |
<value>The character used as a symbol for the missing characters in the final output document.</value> |
1537 |
</member>
|
1538 |
<member name="P:Leadtools.Forms.Ocr.IOcrDocumentManager.RejectionSymbol"> |
1539 |
<summary>Gets or sets the character used as a symbol for the rejected characters in the final output document.</summary> |
1540 |
<value>The character used as a symbol for the rejected (i.e. unrecognized the recognition module used in the zone) characters in the final output document.</value> |
1541 |
</member>
|
1542 |
<member name="T:Leadtools.Forms.Ocr.IOcrEngine"> |
1543 |
<summary>Provides support for OCR functionality in LEADTOOLS.</summary> |
1544 |
</member>
|
1545 |
<member name="M:Leadtools.Forms.Ocr.IOcrEngine.CreatePage(Leadtools.RasterImage,Leadtools.Forms.Ocr.OcrImageSharingMode)"> |
1546 |
<summary>Create an IOcrPage from a raster image.</summary> |
1547 |
<param name="image">Source raster image. This parameter cannot be **null**.</param> |
1548 |
<param name="sharingMode">Options to determine the ownership of \image\.</param> |
1549 |
<returns>An IOcrPage ready to be used.</returns> |
1550 |
</member>
|
1551 |
<member name="M:Leadtools.Forms.Ocr.IOcrEngine.GetErrorCodeString(System.Int64)"> |
1552 |
<summary>Gets a string description of an engine-specific error code value.</summary> |
1553 |
<param name="code">engine-specific error code value. This is normally obtained as the Code member when an exception of type OcrException is thrown by this IOcrEngine.</param> |
1554 |
<returns>A String that contains a short description of the error code value.</returns> |
1555 |
</member>
|
1556 |
<member name="M:Leadtools.Forms.Ocr.IOcrEngine.GetLastStatistic"> |
1557 |
<summary>Gets the accuracy and timing data of the latest successful recognition process.</summary> |
1558 |
<returns>An OcrStatistic object that contains accuracy and timing data of the latest successful recognition process.</returns> |
1559 |
</member>
|
1560 |
<member name="M:Leadtools.Forms.Ocr.IOcrEngine.Shutdown"> |
1561 |
<summary>Shuts down the OCR engine and frees all resources and memory allocated to it.</summary> |
1562 |
</member>
|
1563 |
<member name="M:Leadtools.Forms.Ocr.IOcrEngine.Startup(Leadtools.Codecs.RasterCodecs,Leadtools.Forms.DocumentWriters.DocumentWriter,System.String,System.String)"> |
1564 |
<summary>Starts the OCR engine.</summary> |
1565 |
<param name="rasterCodecs">Optional instance of a RasterCodecs object to be used when loading image files from disk inside the engine. You can pass your own initialized instance of RasterCodecs to be used. The same object will then be used internally by the OCR engine when loading raster image files. Otherwise, pass **null** (**Nothing** in VB) and the IOcrEngine will create and use its own version of RasterCodecs when needed. Refer to RasterCodecsInstance for more information on how this parameter is used by the OCR engine during its lifetime, refer to OCR Engine and RasterCodecs/DocumentWriter Usage.</param> |
1566 |
<param name="documentWriter">Optional instance of a DocumentWriter object to be used when saving OCR documents to disk inside the engine. You can pass your own initialized instance of DocumentWriter to be used. The same object will then be used internally by the OCR engine when saving OCR documents to disk. Otherwise, pass **null** (**Nothing** in VB) and the IOcrEngine will create and use its own version of DocumentWriter when needed. Refer to DocumentWriterInstance for more information on how this parameter is used by the OCR engine during its lifetime, refer to OCR Engine and RasterCodecs/DocumentWriter Usage.</param> |
1567 |
<param name="workDirectory">Optional path to a directory to be used when the engine saves temporary files. The IOcrEngine object will create various temporary files during recognition and document saving processes. It will use the path passed in *workDirectory* as the location where these temporary files will be created. You can pass **null** (**Nothing** in VB) to let the engine select the temporary directory of the current logged in user (**TEMP**).</param> |
1568 |
<param name="workDirectory"></param> |
1569 |
<param name=""><tr><td> OcrEngineType.Arabic </td><td> The path to the folder containing the OCR engine files. If you pass **null** (**Nothing** in VB) to *startupParameters*, then the LEADTOOLS OCR engine will look for these extra files in the default installation folder specified above. When you are ready to package your application, you might want to change the location where the LEADTOOLS OCR engine looks for these extra files. You can use this property to do that. Set the path you want before calling the Startup method. </td></tr></param> |
1570 |
<param name=""></table></param> |
1571 |
</member>
|
1572 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.AutoRecognizeManager"> |
1573 |
<summary>Support for one shot "fire and forget" OCR operations.</summary> |
1574 |
<value>The IOcrAutoRecognizeManager that allow you to do one shot "fire and forget" OCR operations.</value> |
1575 |
</member>
|
1576 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.DocumentManager"> |
1577 |
<summary>Allows you to create new OCR documents that are used to create final documents such as PDF or Microsoft Word from the recognition results.</summary> |
1578 |
<value>The instance of the IOcrDocumentManager object that allow you to create final documents such as PDF or Microsoft Word from the recognition results.</value> |
1579 |
</member>
|
1580 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.DocumentWriterInstance"> |
1581 |
<summary>Gets the instance of the DocumentWriter object being used inside this IOcrEngine.</summary> |
1582 |
<value>The DocumentWriter object being used inside this IOcrEngine.</value> |
1583 |
</member>
|
1584 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.EngineType"> |
1585 |
<summary>Gets the type of this IOcrEngine.</summary> |
1586 |
<value>An OcrEngineType enumeration member indicating the IOcrEngine type.</value> |
1587 |
</member>
|
1588 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.IsStarted"> |
1589 |
<summary>Determines whether this IOcrEngine has been started and is ready to be used.</summary> |
1590 |
<value>**true** if this IOcrEngine has been started and is ready to be used, otherwise it is **false**.</value> |
1591 |
</member>
|
1592 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.LanguageManager"> |
1593 |
<summary>Provides access to the language environment of the character sets used by this IOcrEngine.</summary> |
1594 |
<value>The instance of the IOcrLanguageManager object used to manage the language environment of the character sets.</value> |
1595 |
</member>
|
1596 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.RasterCodecsInstance"> |
1597 |
<summary>Gets the instance of the RasterCodecs object being used inside this IOcrEngine.</summary> |
1598 |
<value>The RasterCodecs object being used inside this IOcrEngine.</value> |
1599 |
</member>
|
1600 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.SettingManager"> |
1601 |
<summary>Manages the underlying engine-specific settings of this IOcrEngine.</summary> |
1602 |
<value>The instance of the IOcrSettingManager object used to manage the underlying OCR engine-specific settings of this IOcrEngine.</value> |
1603 |
</member>
|
1604 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.SpellCheckManager"> |
1605 |
<summary>Manages the spell checking subsystem.</summary> |
1606 |
<value>The instance of the IOcrSpellCheckManager object used to manage the spell checking system.</value> |
1607 |
</member>
|
1608 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.WorkDirectory"> |
1609 |
<summary>Gets the path to the work directory used by this IOcrEngine to store the engine temporary files.</summary> |
1610 |
<value>The path to the work directory used by this IOcrEngine to store the engine temporary files.</value> |
1611 |
</member>
|
1612 |
<member name="P:Leadtools.Forms.Ocr.IOcrEngine.ZoneManager"> |
1613 |
<summary>Provides support for determining the various zone types, recognition modules and fill methods supported by this engine type.</summary> |
1614 |
<value>The instance of the IOcrZoneManager object that provide support for determining the various zone types, recognition modules and fill methods supported by this IOcrEngine.</value> |
1615 |
</member>
|
1616 |
<member name="T:Leadtools.Forms.Ocr.IOcrLanguageManager"> |
1617 |
<summary>Provides access to the language environment of the character sets used by the IOcrEngine.</summary> |
1618 |
</member>
|
1619 |
<member name="M:Leadtools.Forms.Ocr.IOcrLanguageManager.DetectLanguage(Leadtools.Forms.Ocr.IOcrPage,System.String[],System.Int32[],System.Int32)"> |
1620 |
<summary>Detects the language used in the specified IOcrPage from a list of languages that is provided by the user.</summary> |
1621 |
<param name="page">The IOcrPage for which to detect its language.</param> |
1622 |
<param name="languages">An array of String objects that contains the names of the languages for which to check. The language values used throughout the LEADTOOLS OCR toolkit are string values based on RFC 5646. These string values for the languages and their abbreviations are based on the ISO 639-1 language code list. To see the specific languages supported by the LEADTOOLS OCR SDKs, refer to OCR Languages and Spell-Checking for the lists.</param> |
1623 |
<param name="confidences">An array of Int32 objects updated with the confidences of the languages. The array size must be equivalent to the number of items in the \languages\ array. When set to null it will be ignored. The confidence value range is between -1 and 100. A value of -1 means the language is not supported, 0 means it is not confident, and 100 is completely confident.</param> |
1624 |
<param name="minimumConfidence">The minimum confidence value at which point to stop checking other languages. If a language's confidence value is equal to or higher than the \minimumConfidence\ value the language check can be stopped.</param> |
1625 |
<returns>The index of the language with the highest confidence in the \languages\ parameter.</returns> |
1626 |
</member>
|
1627 |
<member name="M:Leadtools.Forms.Ocr.IOcrLanguageManager.EnableLanguages(System.String[])"> |
1628 |
<summary>Enable the language environment of the character sets used by the IOcrEngine.</summary> |
1629 |
<param name="names">An array of String objects containing the name of the languages to be enabled inside the language environment of the character sets used by the IOcrEngine.</param> |
1630 |
</member>
|
1631 |
<member name="M:Leadtools.Forms.Ocr.IOcrLanguageManager.GetAdditionalLanguages"> |
1632 |
<summary>Gets an array of the additional languages supported by the IOcrEngine.</summary> |
1633 |
<returns>An array of String objects that contain the names of the additional languages supported by the IOcrEngine.</returns> |
1634 |
</member>
|
1635 |
<member name="M:Leadtools.Forms.Ocr.IOcrLanguageManager.GetEnabledLanguages"> |
1636 |
<summary>Gets the names of the current enabled languages environment of the character set used by the IOcrEngine.</summary> |
1637 |
<returns>An array of String object that contains the names of the current enabled languages.</returns> |
1638 |
</member>
|
1639 |
<member name="M:Leadtools.Forms.Ocr.IOcrLanguageManager.GetSupportedLanguages"> |
1640 |
<summary>Gets an array of the supported languages by the IOcrEngine.</summary> |
1641 |
<returns>An array of String objects that contain the names of the supported languages by the IOcrEngine.</returns> |
1642 |
</member>
|
1643 |
<member name="M:Leadtools.Forms.Ocr.IOcrLanguageManager.IsLanguageSupported(System.String)"> |
1644 |
<summary>Gets a value that determine if a given language is supported by the IOcrEngine.</summary> |
1645 |
<param name="name">The name of the language to check. The language values used throughout the LEADTOOLS OCR toolkit is a string value based on RFC 4646 (Windows Vista and later). The name could be an ISO 639 two-letter lowercase culture code associated with a language or a combination of ISO 630 and ISO 3166 two-letter uppercase subculture code associated with a country or region.</param> |
1646 |
<returns>Use the GetSupportedLanguages method to get a list of all the language supported by the IOcrEngine.</returns> |
1647 |
</member>
|
1648 |
<member name="P:Leadtools.Forms.Ocr.IOcrLanguageManager.SupportsEnablingMultipleLanguages"> |
1649 |
<summary>Gets a value to indicate whether this engine supports enabling multiple languages at the same time.</summary> |
1650 |
<value>**True** it this engine supports enabling multiple languages at the same time; otherwise it is **false**.</value> |
1651 |
</member>
|
1652 |
<member name="T:Leadtools.Forms.Ocr.IOcrOmrOptions"> |
1653 |
<summary>The OMR (Optical Mark Recognition) settings currently used by the engine.</summary> |
1654 |
</member>
|
1655 |
<member name="M:Leadtools.Forms.Ocr.IOcrOmrOptions.GetStateRecognitionCharacter(Leadtools.Forms.Ocr.OcrOmrZoneState)"> |
1656 |
<summary>Gets the character used to represent an OMR state in the output document.</summary> |
1657 |
<param name="state">The OMR state for this character.</param> |
1658 |
<returns>A Char that indicates the character used to represent the given OMR state in the output document.</returns> |
1659 |
</member>
|
1660 |
<member name="M:Leadtools.Forms.Ocr.IOcrOmrOptions.SetStateRecognitionCharacter(Leadtools.Forms.Ocr.OcrOmrZoneState,System.Char)"> |
1661 |
<summary>Sets the character used to represent an OMR state in the output document.</summary> |
1662 |
<param name="state">The OMR state for this character.</param> |
1663 |
<param name="value">The character value.</param> |
1664 |
</member>
|
1665 |
<member name="P:Leadtools.Forms.Ocr.IOcrOmrOptions.FrameDetectionMethod"> |
1666 |
<summary>Gets or sets the OMR frame detection mode.</summary> |
1667 |
<value>An OcrOmrFrameDetectionMethod enumeration member that indicates the OMR frame detection mode.</value> |
1668 |
</member>
|
1669 |
<member name="P:Leadtools.Forms.Ocr.IOcrOmrOptions.Sensitivity"> |
1670 |
<summary>Gets or sets the OMR sensitivity mode.</summary> |
1671 |
<value>An OcrOmrSensitivity enumeration member that indicates the OMR sensitivity mode.</value> |
1672 |
</member>
|
1673 |
<member name="T:Leadtools.Forms.Ocr.IOcrPage"> |
1674 |
<summary>Defines an image page in an OCR document.</summary> |
1675 |
</member>
|
1676 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.AutoPreprocess(Leadtools.Forms.Ocr.OcrAutoPreprocessPageCommand,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1677 |
<summary>Performs automatic image processing clean up on the image to enhance the quality of the page before beginning recognition.</summary> |
1678 |
<param name="command">The preprocessing command to perform.</param> |
1679 |
<param name="callback">Optional callback to show operation progress.</param> |
1680 |
</member>
|
1681 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.AutoZone(Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1682 |
<summary>Performs auto decomposition of the page to find the text and graphics zones using predefined parameters</summary> |
1683 |
<param name="callback">Optional callback to show operation progress.</param> |
1684 |
</member>
|
1685 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.Copy"> |
1686 |
<summary>Creates a copy of the source page.</summary> |
1687 |
<returns>The newly created page.</returns> |
1688 |
</member>
|
1689 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.CreateThumbnail(System.Int32,System.Int32)"> |
1690 |
<summary>Creates a thumbnail image of this IOcrPage.</summary> |
1691 |
<param name="thumbnailWidth">The desired maximum width of the thumbnail image in pixels.</param> |
1692 |
<param name="thumbnailHeight">The desired maximum height of the thumbnail image in pixels.</param> |
1693 |
<returns>A RasterImage object that contains a thumbnail of this IOcrPage.</returns> |
1694 |
</member>
|
1695 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.DetectLanguages(System.String[])"> |
1696 |
<summary>Detects the language of the page from a list of languages that is provided by the user.</summary> |
1697 |
<param name="languages">An array of String objects that contains the names of the languages to check for. The language values used throughout the LEADTOOLS OCR toolkit are string values based on RFC 4646 (Windows Vista and later). The name could be an ISO 639 two-letter lowercase culture code associated with a language or a combination of ISO 630 and ISO 3166 two-letter uppercase subculture codes associated with a country or region.</param> |
1698 |
<returns>An array of String objects that contains the names of the detected page language(s).</returns> |
1699 |
</member>
|
1700 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.DetectNativeFillMethod"> |
1701 |
<summary>Detects the native type of zone text in this IOcrPage.</summary> |
1702 |
<returns>An NativeOcrZoneFillMethod enumeration member that specifies the type of text in this IOcrPage.</returns> |
1703 |
</member>
|
1704 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetAreaOptions"> |
1705 |
<summary>Gets the options for the area of interest on this page.</summary> |
1706 |
<returns>The area of interest options previously set into this page using SetAreaOptions, or **null** if no area has been set yet.</returns> |
1707 |
</member>
|
1708 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetDeskewAngle"> |
1709 |
<summary>Gets the angle of the skew of this IOcrPage.</summary> |
1710 |
<returns>The angle of the skew of this image expressed in tenth of degrees.</returns> |
1711 |
</member>
|
1712 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetOverlayImage"> |
1713 |
<summary>Gets the overlay image of this IOcrPage.</summary> |
1714 |
<returns>The overlay image or **null** of the page does not have one.</returns> |
1715 |
</member>
|
1716 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetPalette"> |
1717 |
<summary>Gets the palette used by this page.</summary> |
1718 |
<returns>An array of bytes that contain the palette used by this page or a **null** (**Nothing** in VB) if the page does not contain a palette.</returns> |
1719 |
</member>
|
1720 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetPreprocessValues"> |
1721 |
<summary>Gets the accumulative values of any inversion, rotation or deskew applied to this page by the preprocessor.</summary> |
1722 |
<returns>An OcrPageAutoPreprocessValues containing the accumulative values of any inversion, rotation or deskew applied to this page by the preprocessor.</returns> |
1723 |
</member>
|
1724 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetRasterImage"> |
1725 |
<summary>Gets the current image data of this page as a raster image.</summary> |
1726 |
<returns>A RasterImage object that represent the current image data of this page.</returns> |
1727 |
</member>
|
1728 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetRasterImage(Leadtools.Forms.Ocr.OcrPageType)"> |
1729 |
<summary>Gets the current or processing image data of this page as a raster image.</summary> |
1730 |
<param name="pageType">The page type to get.</param> |
1731 |
<returns>A RasterImage object that represent the current or processing image data of this page.</returns> |
1732 |
</member>
|
1733 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetRecognizedCharacters"> |
1734 |
<summary>Gets the last recognized character data of this IOcrPage</summary> |
1735 |
<returns>An instance of IOcrPageCharacters containing the last recognized characters data of this IOcrPage.</returns> |
1736 |
</member>
|
1737 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetRotateAngle"> |
1738 |
<summary>Gets the angle of the rotation of this IOcrPage.</summary> |
1739 |
<returns>The angle of the rotation of this image in degrees.</returns> |
1740 |
</member>
|
1741 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetText(System.Int32)"> |
1742 |
<summary>Gets the recognition OCR data for a zone in this IOcrPage as a string.</summary> |
1743 |
<param name="zoneIndex">0-based index of the zone. Pass -1 for this parameter to get the text for all page zones at once.</param> |
1744 |
<returns>A String containing the recognized characters found (or an empty string if zones on the page contains no recognition data).</returns> |
1745 |
</member>
|
1746 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.GetZoneBoundsInPixels(System.Int32)"> |
1747 |
<summary>Gets the bounding rectangle of a zone in pixels</summary> |
1748 |
<param name="zoneIndex">The zero-based index of the zone.</param> |
1749 |
<returns>A LeadRect object that contains the zone bounding rectangle in pixels.</returns> |
1750 |
</member>
|
1751 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.HitTestZone(Leadtools.Forms.LogicalPoint)"> |
1752 |
<summary>Gets the zero-based index of the zone under a certain point.</summary> |
1753 |
<param name="point">The test point in logical coordinates.</param> |
1754 |
<returns>The zero-based index of the zone under \point\, if no zone is under the test point, this method will return -1.</returns> |
1755 |
</member>
|
1756 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.HitTestZone(Leadtools.LeadPoint)"> |
1757 |
<summary>Gets the zero-based index of the zone under a certain point.</summary> |
1758 |
<param name="point">The test point in pixels.</param> |
1759 |
<returns>The zero-based index of the zone under \point\, if no zone is under the test point, this method will return -1.</returns> |
1760 |
</member>
|
1761 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.IsInverted"> |
1762 |
<summary>Gets a value that indicate whether this IOcrPage is inverted.</summary> |
1763 |
<returns>You can use this method to detect if the page is inverted (has white text over black background). This method will work on the processing version of the image inside the page (OcrPageType.Processing).</returns> |
1764 |
</member>
|
1765 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.LoadZones(System.IO.Stream)"> |
1766 |
<summary>Loads zones from a single-page zones .NET stream.</summary> |
1767 |
<param name="stream">The .NET stream containing the zones to load.</param> |
1768 |
</member>
|
1769 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.LoadZones(System.IO.Stream,System.Int32)"> |
1770 |
<summary>Loads zones from a multi-page zones .NET stream.</summary> |
1771 |
<param name="stream">The .NET stream containing the zones to load.</param> |
1772 |
<param name="pageNumber">1-based page number.</param> |
1773 |
</member>
|
1774 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.LoadZones(System.String)"> |
1775 |
<summary>Loads zones from a single-page zones disk file.</summary> |
1776 |
<param name="fileName">The name of the file containing the zones to load.</param> |
1777 |
</member>
|
1778 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.LoadZones(System.String,System.Int32)"> |
1779 |
<summary>Loads zones from a multi-page zones disk file.</summary> |
1780 |
<param name="fileName">The name of the file containing the zones to load.</param> |
1781 |
<param name="pageNumber">1-based page number.</param> |
1782 |
</member>
|
1783 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.LoadZonesAsync(IStorageFile)"> |
1784 |
<summary>Loads zones from a single-page zones Windows Runtime StorageFile object.</summary> |
1785 |
<param name="file">The Windows Runtime storage file object containing the zones to load.</param> |
1786 |
<returns>The **IAsyncAction** object for this operation.</returns> |
1787 |
</member>
|
1788 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.LoadZonesAsync(IStorageFile,System.Int32)"> |
1789 |
<summary>Loads zones from a multi-page zones Windows Runtime StorageFile.</summary> |
1790 |
<param name="file">The Windows Runtime storage file object containing the zones to load.</param> |
1791 |
<param name="pageNumber">1-based page number.</param> |
1792 |
<returns>The **IAsyncAction** object for this operation.</returns> |
1793 |
</member>
|
1794 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.NativeAutoZone(Leadtools.Forms.Ocr.NativeOcrZoneParser,Leadtools.Forms.Ocr.NativeOcrZoneFillMethod,Leadtools.Forms.LogicalUnit,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1795 |
<summary>Performs auto decomposition of the page to find the text and graphics zones using specified parameters.</summary> |
1796 |
<param name="zoneParser">The parser used for auto zoning.</param> |
1797 |
</member>
|
1798 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.Recognize(Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1799 |
<summary>Recognizes the OCR data found on this IOcrPage.</summary> |
1800 |
<param name="callback">Optional callback to show operation progress.</param> |
1801 |
</member>
|
1802 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveXml(System.IO.Stream,System.Int32,Leadtools.Forms.Ocr.OcrWriteXmlOptions,Leadtools.Forms.Ocr.OcrXmlOutputOptions)"> |
1803 |
<summary>Converts the accumulated recognition results stored in this page to XML data and stores it in an output stream with XML options.</summary> |
1804 |
<param name="stream">The output stream to save the XML data to.</param> |
1805 |
<param name="pageNumber">1-based page number to use.</param> |
1806 |
<param name="xmlOptions">Options to use when creating the XML data.</param> |
1807 |
<param name="outputOptions">A combination of one or more OcrXmlOutputOptions enumeration members that specify the XML generation options.</param> |
1808 |
</member>
|
1809 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveXml(System.String,System.Int32,Leadtools.Forms.Ocr.OcrWriteXmlOptions,Leadtools.Forms.Ocr.OcrXmlOutputOptions)"> |
1810 |
<summary>Converts the accumulated recognition results stored in this page to XML data and stores it in a disk file with XML options.</summary> |
1811 |
<param name="fileName">The output file name to save the XML data to.</param> |
1812 |
<param name="pageNumber">1-based page number to use.</param> |
1813 |
<param name="xmlOptions">Options to use when creating the XML data.</param> |
1814 |
<param name="outputOptions">A combination of one or more OcrXmlOutputOptions enumeration members that specify the XML generation options.</param> |
1815 |
</member>
|
1816 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveZones(System.IO.Stream)"> |
1817 |
<summary>Saves the zones of this IOcrPage to a single-page zones .NET stream.</summary> |
1818 |
<param name="stream">The .NET stream that will contain the single-page zones data.</param> |
1819 |
</member>
|
1820 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveZones(System.IO.Stream,System.Int32)"> |
1821 |
<summary>Saves the zones of this IOcrPage to a multi-page zones disk stream.</summary> |
1822 |
<param name="stream">The stream to save the zones to. The stream must exist and must contain a valid multi-page zones file.</param> |
1823 |
<param name="pageNumber">The 1-based page number of the zones in the stream to replace (or append). If the zones stream contain zones for page 'pageNumber', then this method will replace these zones with the zones of the current IOcrPage. If the stream does not contain zones for page 'pageNumber', then this method will append these zones at the end of the file.</param> |
1824 |
</member>
|
1825 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveZones(System.IO.Stream,System.Int32,Leadtools.Forms.Ocr.OcrWriteXmlOptions)"> |
1826 |
<summary>Saves the zones of this IOcrPage to a multi-page zones disk stream with XML options.</summary> |
1827 |
<param name="stream">The stream to save the zones to. The stream must exist and must contain a valid multi-page zones file.</param> |
1828 |
<param name="pageNumber">The 1-based page number of the zones in the stream to replace (or append). If the zones stream contain zones for page 'pageNumber', then this method will replace these zones with the zones of the current IOcrPage. If the stream does not contain zones for page 'pageNumber', then this method will append these zones at the end of the file.</param> |
1829 |
<param name="xmlOptions">Options to use when creating the XML data.</param> |
1830 |
</member>
|
1831 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveZones(System.String)"> |
1832 |
<summary>Saves the zones of this IOcrPage to a single-page zones disk file.</summary> |
1833 |
<param name="fileName">The name of the file to save the zones to.</param> |
1834 |
</member>
|
1835 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveZones(System.String,System.Int32)"> |
1836 |
<summary>Saves the zones of this IOcrPage to a multi-page zones disk file.</summary> |
1837 |
<param name="fileName">The name of the file to save the zones to. The file must exist and must contain a valid multi-page zones file.</param> |
1838 |
<param name="pageNumber">The 1-based page number of the zones in the file to replace (or append). If the zones file contain zones for page 'pageNumber', then this method will replace these zones with the zones of the current IOcrPage. If the file does not contain zones for page 'pageNumber', then this method will append these zones at the end of the file.</param> |
1839 |
</member>
|
1840 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveZones(System.String,System.Int32,Leadtools.Forms.Ocr.OcrWriteXmlOptions)"> |
1841 |
<summary>Saves the zones of this IOcrPage to a multi-page zones disk file with XML options.</summary> |
1842 |
<param name="fileName">The name of the file to save the zones to. The file must exist and must contain a valid multi-page zones file.</param> |
1843 |
<param name="pageNumber">The 1-based page number of the zones in the file to replace (or append). If the zones file contain zones for page 'pageNumber', then this method will replace these zones with the zones of the current IOcrPage. If the file does not contain zones for page 'pageNumber', then this method will append these zones at the end of the file.</param> |
1844 |
<param name="xmlOptions">Options to use when creating the XML data.</param> |
1845 |
</member>
|
1846 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveZonesAsync(IStorageFile)"> |
1847 |
<summary>Saves the zones of this IOcrPage to a single-page zones Windows Runtime StorageFile object.</summary> |
1848 |
<param name="file">The Windows Runtime storage file object to save the zones to.</param> |
1849 |
<returns>The **IAsyncAction** object for this operation.</returns> |
1850 |
</member>
|
1851 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SaveZonesAsync(IStorageFile,System.Int32)"> |
1852 |
<summary>Saves the zones of this IOcrPage to a multi-page zones Windows Runtime StorageFile object.</summary> |
1853 |
<param name="file">The Windows Runtime storage file object to save the zones to.</param> |
1854 |
<param name="pageNumber">The 1-based page number of the zones in the file to replace (or append). If the zones file contain zones for page 'pageNumber', then this method will replace these zones with the zones of the current IOcrPage. If the file does not contain zones for page 'pageNumber', then this method will append these zones at the end of the file.</param> |
1855 |
<returns>The **IAsyncAction** object for this operation.</returns> |
1856 |
</member>
|
1857 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SetAreaOptions(Leadtools.Forms.Ocr.OcrPageAreaOptions)"> |
1858 |
<summary>Sets the options for the area of interest on this page.</summary> |
1859 |
<param name="options">Options for the area of interest on this page.</param> |
1860 |
</member>
|
1861 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SetOverlayImage(Leadtools.RasterImage)"> |
1862 |
<summary>Sets the overlay image of this IOcrPage</summary> |
1863 |
<param name="image">The overlay image. This value can be **null**.</param> |
1864 |
</member>
|
1865 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SetRasterImage(Leadtools.RasterImage)"> |
1866 |
<summary>Updates the page image data from a RasterImage object.</summary> |
1867 |
<param name="image">A RasterImage object that contains the image data that will be copied into this IOcrPage.</param> |
1868 |
</member>
|
1869 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.SetRecognizedCharacters(Leadtools.Forms.Ocr.IOcrPageCharacters)"> |
1870 |
<summary>Sets the recognized character data of this IOcrPage</summary> |
1871 |
<param name="pageCharacters">The modified page characters to set.</param> |
1872 |
</member>
|
1873 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.Unrecognize"> |
1874 |
<summary>Destroy the recognized data internally stored in this IOcrPage.</summary> |
1875 |
</member>
|
1876 |
<member name="M:Leadtools.Forms.Ocr.IOcrPage.UpdateNativeFillMethod"> |
1877 |
<summary>Update the type of text in the zones of this IOcrPage.</summary> |
1878 |
</member>
|
1879 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.BitsPerPixel"> |
1880 |
<summary>Gets the number of bits per pixel of this page.</summary> |
1881 |
<value>The number of bits per pixel of this page.</value> |
1882 |
</member>
|
1883 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.BytesPerLine"> |
1884 |
<summary>Gets the number of bytes per line (stride) of this page.</summary> |
1885 |
<value>The number of bytes per line (stride) of this page.</value> |
1886 |
</member>
|
1887 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.Document"> |
1888 |
<summary>Gets the OCR document that own this page</summary> |
1889 |
<value>The instance of IOcrDocument that own this page.</value> |
1890 |
</member>
|
1891 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.DpiX"> |
1892 |
<summary>Gets the horizontal resolution value in dots per inch of this page.</summary> |
1893 |
<value>The horizontal resolution value in dots per inch of this page.</value> |
1894 |
</member>
|
1895 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.DpiY"> |
1896 |
<summary>Gets the vertical resolution value in dots per inch of this page.</summary> |
1897 |
<value>The vertical resolution value in dots per inch of this page.</value> |
1898 |
</member>
|
1899 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.Height"> |
1900 |
<summary>Gets the height in pixels of this page.</summary> |
1901 |
<value>The height in pixels of this page.</value> |
1902 |
</member>
|
1903 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.IsRecognized"> |
1904 |
<summary>Gets a value that indicates whether this page has been recognized at least once.</summary> |
1905 |
<value>**true** if this IOcrPage has been recognized at least once, otherwise it is **false**.</value> |
1906 |
</member>
|
1907 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.OriginalFormat"> |
1908 |
<summary>Gets the original file format of the page.</summary> |
1909 |
<value>A RasterImageFormat enumeration member indicating the original file format of this page.</value> |
1910 |
</member>
|
1911 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.TableZoneManager"> |
1912 |
<summary>Gets the table zone manager associated with the zones of this page.</summary> |
1913 |
<value>An instance of IOcrTableZoneManager that can be used to manipulate the cells of table zones inside this IOcrPage, or a **null** reference (**Nothing** in VB), if the current OCR engine does not support manipulating the cells of table zones.</value> |
1914 |
</member>
|
1915 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.Width"> |
1916 |
<summary>Gets the width in pixels of this page.</summary> |
1917 |
<value>The width in pixels of this page.</value> |
1918 |
</member>
|
1919 |
<member name="P:Leadtools.Forms.Ocr.IOcrPage.Zones"> |
1920 |
<summary>Gets the zones of this IOcrPage.</summary> |
1921 |
<value>A IOcrZoneCollection object that contains the zones of this IOcrPage.</value> |
1922 |
</member>
|
1923 |
<member name="T:Leadtools.Forms.Ocr.IOcrPageCharacters"> |
1924 |
<summary>Represents the recognized characters collection of a page.</summary> |
1925 |
</member>
|
1926 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCharacters.FindZoneCharacters(System.Int32)"> |
1927 |
<summary>Gets the character collection for the specified zone index.</summary> |
1928 |
<param name="zoneIndex">Zero-based index of the required zone.</param> |
1929 |
<returns>An IOcrZoneCharacters collection containing the characters for the specified zone.</returns> |
1930 |
</member>
|
1931 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCharacters.UpdateWord(IList<OcrWord>,System.Int32,System.Int32,System.String)"> |
1932 |
<summary>Updates or deletes a word in the recognized words list.</summary> |
1933 |
<param name="words">A list of OcrWord. In most cases, the same list obtained from IOcrZoneCharacters.GetWords.</param> |
1934 |
<param name="zoneIndex">The 0-based zone index of the words.</param> |
1935 |
<param name="wordIndex">The 0-based index of the word in \words\ to update.</param> |
1936 |
<param name="newValue">The value of the new word. Use **null** to delete the word.</param> |
1937 |
</member>
|
1938 |
<member name="P:Leadtools.Forms.Ocr.IOcrPageCharacters.Page"> |
1939 |
<summary>Gets the page associated with this IOcrPageCharacters</summary> |
1940 |
<value>A IOcrPage interface implementation object that define the page associated with this IOcrPageCharacters</value> |
1941 |
</member>
|
1942 |
<member name="T:Leadtools.Forms.Ocr.IOcrPageCollection"> |
1943 |
<summary>Represents the pages of an OCR document object.</summary> |
1944 |
</member>
|
1945 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddDib(IBuffer,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1946 |
<summary>Adds a page from a DIB (Device-independent bitmap) stored in a Windows Runtime IBuffer object.</summary> |
1947 |
<param name="dib">A Windows Runtime IBuffer containing the DIB (device-independent bitmap).</param> |
1948 |
<param name="callback">Optional callback to show operation progress.</param> |
1949 |
<returns>The IOcrPage object that define the newly added page.</returns> |
1950 |
</member>
|
1951 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddDib(System.IntPtr,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1952 |
<summary>Adds a page from a DIB (Device-independent bitmap) stored in unmanaged memory.</summary> |
1953 |
<param name="dib">An unmanaged pointer to the DIB (device-independent bitmap).</param> |
1954 |
<param name="callback">Optional callback to show operation progress.</param> |
1955 |
<returns>The IOcrPage object that define the newly added page.</returns> |
1956 |
</member>
|
1957 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddPage(Leadtools.RasterImage,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1958 |
<summary>Adds a page from a RasterImage object.</summary> |
1959 |
<param name="image">The RasterImage object containing the page to add.</param> |
1960 |
<param name="callback">Optional callback to show operation progress.</param> |
1961 |
<returns>The IOcrPage object that define the newly added page.</returns> |
1962 |
</member>
|
1963 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddPage(System.IO.Stream,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1964 |
<summary>Adds a page from a disk file.</summary> |
1965 |
<param name="stream">A .NET stream containing the image.</param> |
1966 |
<param name="callback">Optional callback to show operation progress.</param> |
1967 |
<returns>The IOcrPage object that define the newly added page.</returns> |
1968 |
</member>
|
1969 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddPage(System.String,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1970 |
<summary>Adds a page from a disk file.</summary> |
1971 |
<param name="fileName">The name of the file containing the image.</param> |
1972 |
<param name="callback">Optional callback to show operation progress.</param> |
1973 |
<returns>The IOcrPage object that define the newly added page.</returns> |
1974 |
</member>
|
1975 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddPage(System.Uri,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1976 |
<summary>Adds a page from a URI.</summary> |
1977 |
<param name="uri">A URI containing the path to the image.</param> |
1978 |
<param name="callback">Optional callback to show operation progress.</param> |
1979 |
<returns>The IOcrPage object that define the newly added page.</returns> |
1980 |
</member>
|
1981 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddPages(Leadtools.RasterImage,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1982 |
<summary>Adds one or more pages from a multi-page RasterImage object.</summary> |
1983 |
<param name="image">The RasterImage object containing the pages to add.</param> |
1984 |
<param name="imageFirstPageNumber">1-based index of the first page in \image\ to add.</param> |
1985 |
<param name="imageLastPageNumber">1-based index of the last page in \image\ to add. A value of -1 means add up to and including the last page in \image\.</param> |
1986 |
<param name="callback">Optional callback to show operation progress.</param> |
1987 |
</member>
|
1988 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddPages(System.IO.Stream,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1989 |
<summary>Adds one or more pages from a .NET stream containing a multi-page image file.</summary> |
1990 |
<param name="stream">The .NET stream containing the multi-page image file.</param> |
1991 |
<param name="imageFirstPageNumber">1-based index of the first page in \stream\ to add.</param> |
1992 |
<param name="imageLastPageNumber">1-based index of the last page in \stream\ to add. A value of -1 means add up to and including the last page in \stream\.</param> |
1993 |
<param name="callback">Optional callback to show operation progress.</param> |
1994 |
</member>
|
1995 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddPages(System.String,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
1996 |
<summary>Adds one or more pages from a multi-page image file on disk.</summary> |
1997 |
<param name="fileName">The name of the file containing the multi-page image file.</param> |
1998 |
<param name="imageFirstPageNumber">1-based index of the first page in \fileName\ to add.</param> |
1999 |
<param name="imageLastPageNumber">1-based index of the last page in \fileName\ to add. A value of -1 means add up to and including the last page in \fileName\.</param> |
2000 |
<param name="callback">Optional callback to show operation progress.</param> |
2001 |
</member>
|
2002 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AddPages(System.Uri,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2003 |
<summary>Adds one or more pages from a URI containing a multi-page image file.</summary> |
2004 |
<param name="uri">A URI containing the path to the multi-page image file.</param> |
2005 |
<param name="imageFirstPageNumber">1-based index of the first page in \uri\ to add.</param> |
2006 |
<param name="imageLastPageNumber">1-based index of the last page in \uri\ to add. A value of -1 means add up to and including the last page in \uri\.</param> |
2007 |
<param name="callback">Optional callback to show operation progress.</param> |
2008 |
</member>
|
2009 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AutoPreprocess(Leadtools.Forms.Ocr.OcrAutoPreprocessPageCommand,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2010 |
<summary>Perform auto image processing clean up on a range of the pages in the OCR document to enhance the quality of the pages before starting its recognition.</summary> |
2011 |
<param name="command">The preprocessing command to perform.</param> |
2012 |
<param name="firstPageIndex">The zero-based index of the first page to preprocess.</param> |
2013 |
<param name="lastPageIndex">The zero-based index of the last page to preprocess. A value of -1 means preprocess up to and including the last page in the OCR document.</param> |
2014 |
<param name="callback">Optional callback to show operation progress.</param> |
2015 |
</member>
|
2016 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AutoPreprocess(Leadtools.Forms.Ocr.OcrAutoPreprocessPageCommand,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2017 |
<summary>Perform auto image processing clean up on all the pages in the OCR document to enhance the quality of the pages before starting its recognition.</summary> |
2018 |
<param name="command">The preprocessing command to perform.</param> |
2019 |
<param name="callback">Optional callback to show operation progress.</param> |
2020 |
</member>
|
2021 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.AutoZone(Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2022 |
<summary>Performs auto decomposition of all the pages in the OCR document to find the text and graphics zones using predefined parameters</summary> |
2023 |
<param name="callback">Optional callback to show operation progress.</param> |
2024 |
</member>
|
2025 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.ExportPage(System.Int32)"> |
2026 |
<summary>Export the page at the specified index to a RasterImage object.</summary> |
2027 |
<param name="pageIndex">The zero-based index of the page to export.</param> |
2028 |
<returns>A RasterImage object containing a copy of the image data of the specified page.</returns> |
2029 |
</member>
|
2030 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.ExportPage(System.Int32,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32)"> |
2031 |
<summary>Export the page at the specified index to a .NET stream.</summary> |
2032 |
<param name="pageIndex">The zero-based index of the page to export.</param> |
2033 |
<param name="stream">The .NET stream to save the page to.</param> |
2034 |
<param name="format">The image file format to use.</param> |
2035 |
<param name="bitsPerPixel">The bits/pixel value of the result image file.</param> |
2036 |
</member>
|
2037 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.ExportPage(System.Int32,System.String,Leadtools.RasterImageFormat,System.Int32)"> |
2038 |
<summary>Export the page at the specified index to a disk file.</summary> |
2039 |
<param name="pageIndex">The zero-based index of the page to export.</param> |
2040 |
<param name="fileName">The name of the file to save the page to.</param> |
2041 |
<param name="format">The image file format to use.</param> |
2042 |
<param name="bitsPerPixel">The bits/pixel value of the result image file.</param> |
2043 |
</member>
|
2044 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.ExportPages(System.Int32,System.Int32)"> |
2045 |
<summary>Export one or more pages at the specified index to a multi-page RasterImage object.</summary> |
2046 |
<param name="firstPageIndex">The zero-based index of the first page to export.</param> |
2047 |
<param name="lastPageIndex">The zero-based index of the last page to export. A value of -1 means export up to and including the last page in the OCR document.</param> |
2048 |
<returns>A RasterImage object containing a copy of the image data of the specified page or pages.</returns> |
2049 |
</member>
|
2050 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.ExportPages(System.Int32,System.Int32,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)"> |
2051 |
<summary>Exports one of more page at the specified index to a .NET stream.</summary> |
2052 |
<param name="firstPageIndex">The zero-based index of the first page to export.</param> |
2053 |
<param name="lastPageIndex">The zero-based index of the last page to export. A value of -1 means export up to and including the last page in the OCR document.</param> |
2054 |
<param name="stream">The .NET stream to save the pages to.</param> |
2055 |
<param name="format">The image file format to use.</param> |
2056 |
<param name="bitsPerPixel">The bits/pixel value of the result image file.</param> |
2057 |
<param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param> |
2058 |
<param name="pageMode">Determines how to handle the page when saving to multipage formats. This can be one of the following:</param> |
2059 |
</member>
|
2060 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.ExportPages(System.Int32,System.Int32,System.String,Leadtools.RasterImageFormat,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)"> |
2061 |
<summary>Exports one of more page at the specified index to a disk file.</summary> |
2062 |
<param name="firstPageIndex">The zero-based index of the first page to export.</param> |
2063 |
<param name="lastPageIndex">The zero-based index of the last page to export. A value of -1 means export up to and including the last page in the OCR document.</param> |
2064 |
<param name="fileName">The name of the file to save the pages to.</param> |
2065 |
<param name="format">The image file format to use.</param> |
2066 |
<param name="bitsPerPixel">The bits/pixel value of the result image file.</param> |
2067 |
<param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param> |
2068 |
<param name="pageMode">Determines how to handle the page when saving to multipage formats. This can be one of the following:</param> |
2069 |
</member>
|
2070 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertDib(System.Int32,IBuffer,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2071 |
<summary>Inserts a DIB (Device-independent bitmap) stored in unmanaged memory to the specified location.</summary> |
2072 |
<param name="pageIndex">The zero-based index at which \dib\ should be inserted.</param> |
2073 |
<param name="dib">An unmanaged pointer to the DIB (device-independent bitmap).</param> |
2074 |
<param name="callback">Optional callback to show operation progress.</param> |
2075 |
<returns>The IOcrPage object that define the newly inserted page.</returns> |
2076 |
</member>
|
2077 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertDib(System.Int32,System.IntPtr,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2078 |
<summary>Inserts a DIB (Device-independent bitmap) stored in a Windows Runtime IBuffer object to the specified location.</summary> |
2079 |
<param name="pageIndex">The zero-based index at which \dib\ should be inserted.</param> |
2080 |
<param name="dib">A DIB (device-independent bitmap) stored in a Windows Runtime IBuffer object.</param> |
2081 |
<param name="callback">Optional callback to show operation progress.</param> |
2082 |
<returns>The IOcrPage object that define the newly inserted page.</returns> |
2083 |
</member>
|
2084 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertPage(System.Int32,Leadtools.RasterImage,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2085 |
<summary>Inserts a RasterImage object to the specified location.</summary> |
2086 |
<param name="pageIndex">The zero-based index at which \image\ should be inserted.</param> |
2087 |
<param name="image">The RasterImage object containing the page to insert.</param> |
2088 |
<param name="callback">Optional callback to show operation progress.</param> |
2089 |
<returns>The IOcrPage object that define the newly inserted page.</returns> |
2090 |
</member>
|
2091 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertPage(System.Int32,System.IO.Stream,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2092 |
<summary>Inserts the image stored in a .NET stream to the specified location.</summary> |
2093 |
<param name="pageIndex">The zero-based index at which \stream\ should be inserted.</param> |
2094 |
<param name="stream">The .NET stream object containing the image.</param> |
2095 |
<param name="callback">Optional callback to show operation progress.</param> |
2096 |
<returns>The IOcrPage object that define the newly inserted page.</returns> |
2097 |
</member>
|
2098 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertPage(System.Int32,System.String,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2099 |
<summary>Inserts the image stored in a disk file to the specified location.</summary> |
2100 |
<param name="pageIndex">The zero-based index at which \fileName\ should be inserted.</param> |
2101 |
<param name="fileName">The name of the file containing the image.</param> |
2102 |
<param name="callback">Optional callback to show operation progress.</param> |
2103 |
<returns>The IOcrPage object that define the newly inserted page.</returns> |
2104 |
</member>
|
2105 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertPage(System.Int32,System.Uri,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2106 |
<summary>Inserts the image stored in a URI to the specified location.</summary> |
2107 |
<param name="pageIndex">The zero-based index at which \uri\ should be inserted.</param> |
2108 |
<param name="uri">A URI containing the path to the image.</param> |
2109 |
<param name="callback">Optional callback to show operation progress.</param> |
2110 |
<returns>The IOcrPage object that define the newly inserted page.</returns> |
2111 |
</member>
|
2112 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertPages(System.Int32,Leadtools.RasterImage,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2113 |
<summary>Insert one or more pages from a multi-page RasterImage object at the specified location.</summary> |
2114 |
<param name="pageIndex">The zero-based index at which the new pages from \image\ should be inserted.</param> |
2115 |
<param name="image">The RasterImage object containing the pages to insert.</param> |
2116 |
<param name="imageFirstPageNumber">1-based index of the first page in \image\ to insert.</param> |
2117 |
<param name="imageLastPageNumber">1-based index of the last page in \image\ to add. A value of -1 means add up to and including the last page in \image\.</param> |
2118 |
<param name="callback">Optional callback to show operation progress.</param> |
2119 |
</member>
|
2120 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertPages(System.Int32,System.IO.Stream,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2121 |
<summary>Insert one or more pages from a multi-page image file stored in a .NET stream at the specified location.</summary> |
2122 |
<param name="pageIndex">The zero-based index at which the new pages from \stream\ should be inserted.</param> |
2123 |
<param name="stream">The .NET stream containing the multi-page image file.</param> |
2124 |
<param name="imageFirstPageNumber">1-based index of the first page in \stream\ to insert.</param> |
2125 |
<param name="imageLastPageNumber">1-based index of the last page in \stream\ to insert. A value of -1 means insert up to and including the last page in \stream\.</param> |
2126 |
<param name="callback">Optional callback to show operation progress.</param> |
2127 |
</member>
|
2128 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertPages(System.Int32,System.String,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2129 |
<summary>Insert one or more pages from a multi-page file on disk at the specified location.</summary> |
2130 |
<param name="pageIndex">The zero-based index at which the new pages from \fileName\ should be inserted.</param> |
2131 |
<param name="fileName">The name of the file containing the multi-page image file.</param> |
2132 |
<param name="imageFirstPageNumber">1-based index of the first page in \fileName\ to insert.</param> |
2133 |
<param name="imageLastPageNumber">1-based index of the last page in \fileName\ to insert. A value of -1 means insert up to and including the last page in \fileName\.</param> |
2134 |
<param name="callback">Optional callback to show operation progress.</param> |
2135 |
</member>
|
2136 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.InsertPages(System.Int32,System.Uri,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2137 |
<summary>Insert one or more pages from a multi-page image file stored in a URI at the specified location.</summary> |
2138 |
<param name="pageIndex">The zero-based index at which the new pages from \uri\ should be inserted.</param> |
2139 |
<param name="uri">A URI containing the path to the image.</param> |
2140 |
<param name="imageFirstPageNumber">1-based index of the first page in \uri\ to insert.</param> |
2141 |
<param name="imageLastPageNumber">1-based index of the last page in \uri\ to insert. A value of -1 means insert up to and including the last page in \uri\.</param> |
2142 |
<param name="callback">Optional callback to show operation progress.</param> |
2143 |
</member>
|
2144 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.MovePage(Leadtools.Forms.Ocr.IOcrPage,System.Int32)"> |
2145 |
<summary>Move a page to new index</summary> |
2146 |
<param name="page">Page to move. Must be already a member of this collection.</param> |
2147 |
<param name="index">New 0-based index of the page</param> |
2148 |
</member>
|
2149 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.NativeAutoZone(Leadtools.Forms.Ocr.NativeOcrZoneParser,Leadtools.Forms.Ocr.NativeOcrZoneFillMethod,Leadtools.Forms.LogicalUnit,System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2150 |
<summary>Performs auto decomposition of a range of pages in the OCR document to find the text and graphics zones using predefined parameters</summary> |
2151 |
<param name="zoneParser">The parser used for auto zoning.</param> |
2152 |
</member>
|
2153 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.Recognize(System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2154 |
<summary>Recognizes the OCR data found on a range of pages in the OCR document.</summary> |
2155 |
<param name="firstPageIndex">The zero-based index of the first page to recognize.</param> |
2156 |
<param name="lastPageIndex">The zero-based index of the last page to recognize. A value of -1 means recognize up to and including the last page in the OCR document.</param> |
2157 |
<param name="callback">Optional callback to show operation progress.</param> |
2158 |
</member>
|
2159 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.Recognize(Leadtools.Forms.Ocr.OcrProgressCallback)"> |
2160 |
<summary>Recognizes the OCR data found on all the pages in the OCR document.</summary> |
2161 |
<param name="callback">Optional callback to show operation progress.</param> |
2162 |
</member>
|
2163 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.UpdateNativeFillMethod"> |
2164 |
<summary>Update the type of text in the zones for all the pages in the OCR document.</summary> |
2165 |
</member>
|
2166 |
<member name="M:Leadtools.Forms.Ocr.IOcrPageCollection.UpdateNativeFillMethod(System.Int32,System.Int32)"> |
2167 |
<summary>Update the type of text in the zones for all the pages in the OCR document.</summary> |
2168 |
<param name="firstPageIndex">The zero-based index of the first page to update.</param> |
2169 |
<param name="lastPageIndex">The zero-based index of the last page to update. A value of -1 means update up to and including the last page in the OCR document.</param> |
2170 |
</member>
|
2171 |
<member name="P:Leadtools.Forms.Ocr.IOcrPageCollection.Item"> |
2172 |
<summary>Gets the page at the specified index.</summary> |
2173 |
<param name="index">zero-based index of the page to get.</param> |
2174 |
<value>The IOcrPage object at the specified index.</value> |
2175 |
</member>
|
2176 |
<member name="T:Leadtools.Forms.Ocr.IOcrProgressData"> |
2177 |
<summary>Contains data for the OcrProgressCallback delegate.</summary> |
2178 |
</member>
|
2179 |
<member name="P:Leadtools.Forms.Ocr.IOcrProgressData.CurrentPageIndex"> |
2180 |
<summary>Gets the zero-based index of the current page being processed by the operation.</summary> |
2181 |
<value>The zero-based index of the current page being processed by the operation.</value> |
2182 |
</member>
|
2183 |
<member name="P:Leadtools.Forms.Ocr.IOcrProgressData.FirstPageIndex"> |
2184 |
<summary>Gets the zero-based index of the first page in the process that initiated the callback.</summary> |
2185 |
<value>The zero-based index of the first page in the process that initiated the callback.</value> |
2186 |
</member>
|
2187 |
<member name="P:Leadtools.Forms.Ocr.IOcrProgressData.LastPageIndex"> |
2188 |
<summary>Gets the zero-based index of the last page in the process that initiated the callback.</summary> |
2189 |
<value>The zero-based index of the last page in the process that initiated the callback.</value> |
2190 |
</member>
|
2191 |
<member name="P:Leadtools.Forms.Ocr.IOcrProgressData.Operation"> |
2192 |
<summary>Gets the current running operation.</summary> |
2193 |
<value>The current running operation.</value> |
2194 |
</member>
|
2195 |
<member name="P:Leadtools.Forms.Ocr.IOcrProgressData.Percentage"> |
2196 |
<summary>Gets the progress of the current operation expressed as a percentage.</summary> |
2197 |
<value>A value between 0 and 100 that represent the progress of the current operation expressed as a percentage.</value> |
2198 |
</member>
|
2199 |
<member name="P:Leadtools.Forms.Ocr.IOcrProgressData.Status"> |
2200 |
<summary>Gets or sets the current status of the callback.</summary> |
2201 |
<value>The current status of the callback.</value> |
2202 |
</member>
|
2203 |
<member name="T:Leadtools.Forms.Ocr.IOcrSettingDescriptor"> |
2204 |
<summary>Defines a setting name, friendly name, type and range.</summary> |
2205 |
</member>
|
2206 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingDescriptor.GetEnumMemberFriendlyNames"> |
2207 |
<summary>Gets an array of strings containing the enumeration members friendly names.</summary> |
2208 |
<returns>An array of strings containing the enumeration members friendly names.</returns> |
2209 |
</member>
|
2210 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingDescriptor.GetEnumMemberValues"> |
2211 |
<summary>Gets an array containing the enumeration members values.</summary> |
2212 |
<returns>An array of integers containing the enumeration members values.</returns> |
2213 |
</member>
|
2214 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.DoubleMaximumValue"> |
2215 |
<summary>Gets the maximum allowed value for the double setting.</summary> |
2216 |
<value>The maximum allowed value for the double setting.</value> |
2217 |
</member>
|
2218 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.DoubleMinimumValue"> |
2219 |
<summary>Gets the minimum allowed value for the double setting.</summary> |
2220 |
<value>The minimum allowed value for the double setting.</value> |
2221 |
</member>
|
2222 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.EnumIsFlags"> |
2223 |
<summary>Gets a value indicating whether the enum members can be OR'ed together.</summary> |
2224 |
<value>**True** if the enum members can be OR'ed {|}together (the enum has a flag type); otherwise it is **false**.</value> |
2225 |
</member>
|
2226 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.FriendlyName"> |
2227 |
<summary>Gets the friendly name of the setting.</summary> |
2228 |
<value>The friendly name of the setting.</value> |
2229 |
</member>
|
2230 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.IntegerMaximumValue"> |
2231 |
<summary>Gets the maximum allowed value for the integer setting.</summary> |
2232 |
<value>The maximum allowed value for the integer setting.</value> |
2233 |
</member>
|
2234 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.IntegerMinimumValue"> |
2235 |
<summary>Gets the minimum allowed value for the integer setting.</summary> |
2236 |
<value>The minimum allowed value for the integer setting.</value> |
2237 |
</member>
|
2238 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.Name"> |
2239 |
<summary>Gets the unique name of setting.</summary> |
2240 |
<value>The unique name of setting.</value> |
2241 |
</member>
|
2242 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.StringMaximumLength"> |
2243 |
<summary>Gets the maximum number of characters allowed in the value of the string setting.</summary> |
2244 |
<value>Maximum number of characters allowed in the value of the string setting.</value> |
2245 |
</member>
|
2246 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.StringNullAllowed"> |
2247 |
<summary>Gets a value that indicates whether a null (Nothing in VB) is a valid value for a string setting.</summary> |
2248 |
<value>**True** if a **null** (**Nothing** in VB) is a valid value for a string setting; otherwise it is **false**.</value> |
2249 |
</member>
|
2250 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.Units"> |
2251 |
<summary>Gets the name of the unit of the value.</summary> |
2252 |
<value>The name of the unit of the value.</value> |
2253 |
</member>
|
2254 |
<member name="P:Leadtools.Forms.Ocr.IOcrSettingDescriptor.ValueType"> |
2255 |
<summary>Gets the setting value type.</summary> |
2256 |
<value>One of the OcrSettingValueType enumeration member specifying the setting type.</value> |
2257 |
</member>
|
2258 |
<member name="T:Leadtools.Forms.Ocr.IOcrSettingManager"> |
2259 |
<summary>Manages the underlying engine-specific settings of this IOcrEngine.</summary> |
2260 |
</member>
|
2261 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetBooleanValue(System.String)"> |
2262 |
<summary>Gets the current value of a boolean setting.</summary> |
2263 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2264 |
<returns>The current boolean value of the setting with the unique name \settingName\.</returns> |
2265 |
</member>
|
2266 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetCharacterValue(System.String)"> |
2267 |
<summary>Gets the current value of a character setting.</summary> |
2268 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. Check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2269 |
<returns>The current character value of the setting with the unique name \settingName\.</returns> |
2270 |
</member>
|
2271 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetDoubleValue(System.String)"> |
2272 |
<summary>Gets the current value of a double setting.</summary> |
2273 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2274 |
<returns>The current double value of the setting with the unique name \settingName\.</returns> |
2275 |
</member>
|
2276 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetEnumValue(System.String)"> |
2277 |
<summary>Gets the current value of an enum setting as an integer.</summary> |
2278 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2279 |
<returns>The current enum value of the setting with the unique name \settingName\ as an integer.</returns> |
2280 |
</member>
|
2281 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetEnumValueAsString(System.String)"> |
2282 |
<summary>Gets the current value of an enum setting as string.</summary> |
2283 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2284 |
<returns>The current enum value of the setting with the unique name \settingName\ as a string.</returns> |
2285 |
</member>
|
2286 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetIntegerValue(System.String)"> |
2287 |
<summary>Gets the current value of an integer setting.</summary> |
2288 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2289 |
<returns>The current integer value of the setting with the unique name \settingName\.</returns> |
2290 |
</member>
|
2291 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetRectangleValue(System.String)"> |
2292 |
<summary>Gets the current value of a logical rectangle setting.</summary> |
2293 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2294 |
<returns>The current logical rectangle value of the setting with the unique name \settingName\.</returns> |
2295 |
</member>
|
2296 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetRectangleValue(System.String)"> |
2297 |
<summary>Gets the current value of a rectangle setting.</summary> |
2298 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2299 |
<returns>The current rectangle value of the setting with the unique name \settingName\.</returns> |
2300 |
</member>
|
2301 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetSettingDescriptor(System.String)"> |
2302 |
<summary>Gets the descriptor of the given setting.</summary> |
2303 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2304 |
<returns>An instance of IOcrSettingDescriptor that describe the type of the setting with the unique name \settingName\.</returns> |
2305 |
</member>
|
2306 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetSettingNames"> |
2307 |
<summary>Gets all the names of the supported engine-specific settings.</summary> |
2308 |
<returns>An array of String that contains the names of the supported engine-specific settings.</returns> |
2309 |
</member>
|
2310 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetSettingValueType(System.String)"> |
2311 |
<summary>Gets a value indicating the type of the given setting.</summary> |
2312 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported</param> |
2313 |
<returns>A OcrSettingValueType enumeration value indicating the type of the setting with the unique name \settingName\.</returns> |
2314 |
</member>
|
2315 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetStringValue(System.String)"> |
2316 |
<summary>Gets the current value of a string setting.</summary> |
2317 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2318 |
<returns>The current string value of the setting with the unique name \settingName\.</returns> |
2319 |
</member>
|
2320 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.GetValue(System.String)"> |
2321 |
<summary>Gets the current value of a setting as a string.</summary> |
2322 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2323 |
<returns>The current value of the setting with the unique name \settingName\ as a string.</returns> |
2324 |
</member>
|
2325 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.IsSettingNameSupported(System.String)"> |
2326 |
<summary>Gets a value indicating whether the given setting name is supported by the IOcrEngine.</summary> |
2327 |
<param name="settingName">Unique setting name.</param> |
2328 |
<returns>IOcrEngine is a wrapper for different OCR engines. These engines contain specific additional features and functionalities that can be queried and updated using the IOcrSettingManager interface.</returns> |
2329 |
</member>
|
2330 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.Load(System.IO.Stream)"> |
2331 |
<summary>Loads the OCR engine settings from a .NET stream.</summary> |
2332 |
<param name="stream">The stream to read the settings from.</param> |
2333 |
</member>
|
2334 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.Load(System.String)"> |
2335 |
<summary>Loads the OCR engine settings from a disk file.</summary> |
2336 |
<param name="fileName">The name of the file containing the settings.</param> |
2337 |
</member>
|
2338 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.Save(System.IO.Stream)"> |
2339 |
<summary>Saves the OCR engine current settings to a .NET stream.</summary> |
2340 |
<param name="stream">The stream to write the settings to.</param> |
2341 |
</member>
|
2342 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.Save(System.IO.Stream,Leadtools.Forms.Ocr.OcrWriteXmlOptions)"> |
2343 |
<summary>Saves the OCR engine current settings to a .NET stream.</summary> |
2344 |
<param name="stream">The stream to write the settings to.</param> |
2345 |
<param name="xmlOptions">XML options to use.</param> |
2346 |
</member>
|
2347 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.Save(System.String)"> |
2348 |
<summary>Saves the OCR engine current settings to a disk file.</summary> |
2349 |
<param name="fileName">The name of the file containing the settings to read.</param> |
2350 |
</member>
|
2351 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.Save(System.String,Leadtools.Forms.Ocr.OcrWriteXmlOptions)"> |
2352 |
<summary>Saves the OCR engine current settings to a disk file.</summary> |
2353 |
<param name="fileName">The name of the file containing the settings to read.</param> |
2354 |
<param name="xmlOptions">XML options to use.</param> |
2355 |
</member>
|
2356 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetBooleanValue(System.String,System.Boolean)"> |
2357 |
<summary>Sets the value of a boolean setting.</summary> |
2358 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2359 |
<param name="value">New setting value.</param> |
2360 |
</member>
|
2361 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetCharacterValue(System.String,System.Char)"> |
2362 |
<summary>Sets the value of a character setting.</summary> |
2363 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2364 |
<param name="value">New setting value.</param> |
2365 |
</member>
|
2366 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetDoubleValue(System.String,System.Double)"> |
2367 |
<summary>Sets the value of a double setting.</summary> |
2368 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2369 |
<param name="value">New setting value.</param> |
2370 |
</member>
|
2371 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetEnumValue(System.String,System.Int32)"> |
2372 |
<summary>Sets the value of an enum setting from an integer.</summary> |
2373 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2374 |
<param name="value">The new setting value as an integer.</param> |
2375 |
</member>
|
2376 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetEnumValue(System.String,System.String)"> |
2377 |
<summary>Sets the value of an enum setting from string.</summary> |
2378 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported</param> |
2379 |
<param name="value">The new setting value as a string</param> |
2380 |
</member>
|
2381 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetIntegerValue(System.String,System.Int32)"> |
2382 |
<summary>Sets the value of an integer setting.</summary> |
2383 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported</param> |
2384 |
<param name="value">New setting value.</param> |
2385 |
</member>
|
2386 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetRectangleValue(System.String,Leadtools.Forms.LogicalRectangle)"> |
2387 |
<summary>Sets the value of a logical rectangle setting.</summary> |
2388 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2389 |
<param name="value">New setting value.</param> |
2390 |
</member>
|
2391 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetRectangleValue(System.String,Leadtools.LeadRect)"> |
2392 |
<summary>Sets the value of a rectangle setting.</summary> |
2393 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2394 |
<param name="value">New setting value.</param> |
2395 |
</member>
|
2396 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetStringValue(System.String,System.String)"> |
2397 |
<summary>Sets the value of a string setting.</summary> |
2398 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported</param> |
2399 |
<param name="value">New setting value.</param> |
2400 |
</member>
|
2401 |
<member name="M:Leadtools.Forms.Ocr.IOcrSettingManager.SetValue(System.String,System.String)"> |
2402 |
<summary>Sets the value of a setting from a string.</summary> |
2403 |
<param name="settingName">Unique setting name. If the IOcrEngine does not support the setting with the unique name \settingName\, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.</param> |
2404 |
<param name="value">New setting value as a string.</param> |
2405 |
</member>
|
2406 |
<member name="T:Leadtools.Forms.Ocr.IOcrSpellCheckManager"> |
2407 |
<summary>Manages the spell checking sub system of the OCR engine.</summary> |
2408 |
</member>
|
2409 |
<member name="M:Leadtools.Forms.Ocr.IOcrSpellCheckManager.AddUserWords(System.String,System.String[])"> |
2410 |
<summary>Adds user words to a language dictionary.</summary> |
2411 |
<param name="language">The language name. For more information about the format of language names, refer to IOcrLanguageManager.</param> |
2412 |
<param name="words">Array of words to add.</param> |
2413 |
</member>
|
2414 |
<member name="M:Leadtools.Forms.Ocr.IOcrSpellCheckManager.GetAdditionalSpellLanguages"> |
2415 |
<summary>Gets the additional languages supported by the current spell checker but not installed.</summary> |
2416 |
</member>
|
2417 |
<member name="M:Leadtools.Forms.Ocr.IOcrSpellCheckManager.GetSupportedSpellCheckEngines"> |
2418 |
<summary>Gets a list of the spell checker supported by this OCR engine type.</summary> |
2419 |
<returns>An array of OcrSpellCheckEngine that contains the spell checker supported by this OCR engine type.</returns> |
2420 |
</member>
|
2421 |
<member name="M:Leadtools.Forms.Ocr.IOcrSpellCheckManager.GetSupportedSpellLanguages"> |
2422 |
<summary>Gets the languages supported by the current spell checker.</summary> |
2423 |
</member>
|
2424 |
<member name="M:Leadtools.Forms.Ocr.IOcrSpellCheckManager.IsSpellCheckEngineSupported(Leadtools.Forms.Ocr.OcrSpellCheckEngine)"> |
2425 |
<summary>Checks if a certain spell checker is supported this OCR engine.</summary> |
2426 |
<param name="spellCheckEngine">Spell checker type to query.</param> |
2427 |
<returns>To get and set the current spell checker, use SpellCheckEngine and to query the list of spell checkers supported by this OCR engine, use GetSupportedSpellCheckEngines.</returns> |
2428 |
</member>
|
2429 |
<member name="M:Leadtools.Forms.Ocr.IOcrSpellCheckManager.IsSpellLanguageSupported(System.String)"> |
2430 |
<summary>Gets a value that determine whether a given spell language is supported by the current spell checker.</summary> |
2431 |
<param name="name">The language name. For more information about the format of language names, refer to IOcrLanguageManager.</param> |
2432 |
<returns>You can get the names of all the spell languages supported by the engine with the GetSupportedSpellLanguages method.</returns> |
2433 |
</member>
|
2434 |
<member name="P:Leadtools.Forms.Ocr.IOcrSpellCheckManager.SpellCheckEngine"> |
2435 |
<summary>Gets or sets the current spell checker.</summary> |
2436 |
<value>An OcrSpellCheckEngine enumeration member that specifies the current spell checker. The default value is OcrSpellCheckEngine.Native.</value> |
2437 |
</member>
|
2438 |
<member name="P:Leadtools.Forms.Ocr.IOcrSpellCheckManager.SpellLanguage"> |
2439 |
<summary>Gets or sets a value that indicate the current language (dictionary) to use for spell checking.</summary> |
2440 |
<value>A String value that represent the name of the language (dictionary) to use for spell checking.</value> |
2441 |
</member>
|
2442 |
<member name="T:Leadtools.Forms.Ocr.IOcrTableZoneManager"> |
2443 |
<summary>Represents an Object used to manipulate cells inside a table zone.</summary> |
2444 |
</member>
|
2445 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.AutoDetectCells(System.Int32)"> |
2446 |
<summary>Detects the cells within a table zone.</summary> |
2447 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2448 |
</member>
|
2449 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.GetCellBorderDragLimit(System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrCellBorder)"> |
2450 |
<summary>Get the moving limits of a cell border.</summary> |
2451 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2452 |
<param name="cellIndex">The 0-based index of the cell inside the zone. This cell must exist in the array, otherwise, this method will throw an exception.</param> |
2453 |
<param name="border">The border to move. This cannot be OcrCellBorder.NoBorder.</param> |
2454 |
<returns>An OcrCellBorderDragLimit that contains the maximum and minimum movement values.</returns> |
2455 |
</member>
|
2456 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.GetHorizontalSplitters(System.Int32)"> |
2457 |
<summary>Get the number and position of horizontal splitters in a table zone.</summary> |
2458 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2459 |
<returns>An array of Int32 that contains the y positions of the splitters.</returns> |
2460 |
</member>
|
2461 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.GetPointInformation(System.Int32,Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalSize)"> |
2462 |
<summary>Gets the cell index and the nearest border for a given point.</summary> |
2463 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2464 |
<param name="point">The point inquired.</param> |
2465 |
<param name="distance">Maximum distance threshold to use.</param> |
2466 |
<returns>An OcrTablePointInformation that contains the cell index and nearest border of the given point.</returns> |
2467 |
</member>
|
2468 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.GetSupportedCellTypes"> |
2469 |
<summary>Gets the cell types supported by this OCR engine.</summary> |
2470 |
<returns>An array of OcrZoneType enumeration members that specify the cell types supported by this OCR engine.</returns> |
2471 |
</member>
|
2472 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.GetTabulatorPosition(System.Int32,Leadtools.Forms.LogicalPoint)"> |
2473 |
<summary>Gets the first tabulator position after the given position in a table zone. The tabulator has only a horizontal position.</summary> |
2474 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2475 |
<param name="point">The point inquired.</param> |
2476 |
<returns>A LogicalPoint that contains position of the tabulator following \point\.</returns> |
2477 |
</member>
|
2478 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.GetVerticalSplitters(System.Int32)"> |
2479 |
<summary>Get the number and position of vertical splitters in a table zone.</summary> |
2480 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2481 |
<returns>An array of Int32 that contains the x positions of the splitters.</returns> |
2482 |
</member>
|
2483 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.MergeCells(System.Int32,Leadtools.Forms.LogicalRectangle)"> |
2484 |
<summary>Merges the selected cells if they make up a rectangle.</summary> |
2485 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2486 |
<param name="bounds">The cells intersected or contained by this area are selected for this method.</param> |
2487 |
</member>
|
2488 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.MoveCellBorder(System.Int32,System.Int32,Leadtools.Forms.Ocr.OcrCellBorder,Leadtools.Forms.LogicalPoint)"> |
2489 |
<summary>Moves the border of a cell.</summary> |
2490 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2491 |
<param name="cellIndex">The 0-based index of the cell inside the zone. This cell must exist in the array, otherwise, this method will throw an exception.</param> |
2492 |
<param name="border">The border to move. This cannot be OcrCellBorder.NoBorder.</param> |
2493 |
<param name="newPosition">The new position of the given border.</param> |
2494 |
</member>
|
2495 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.SetCellBackgroundColor(System.Int32,System.Int32,Leadtools.RasterColor)"> |
2496 |
<summary>Sets the background color of a cell inside a given zone.</summary> |
2497 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2498 |
<param name="cellIndex">The 0-based index of the cell inside the zone. This cell must exist in the array, otherwise, this method will throw an exception.</param> |
2499 |
<param name="color">The color to be set.</param> |
2500 |
</member>
|
2501 |
<member name="M:Leadtools.Forms.Ocr.IOcrTableZoneManager.SplitCells(System.Int32,System.Boolean,Leadtools.Forms.LogicalRectangle,Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalLength,Leadtools.Forms.Ocr.OcrCellBorderLineStyle,Leadtools.RasterColor)"> |
2502 |
<summary>Split the cells in a given area inside a table zone.</summary> |
2503 |
<param name="zoneIndex">The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.</param> |
2504 |
<param name="vertical">Split direction, if **true** means split vertically, otherwise; split horizontally.</param> |
2505 |
<param name="bounds">The cells intersected or contained by this area are selected for this method.</param> |
2506 |
<param name="splitterPosition">The position of the splitter.</param> |
2507 |
<param name="splitterWidth">The width of the splitter.</param> |
2508 |
<param name="splitterStyle">The style of the splitter.</param> |
2509 |
<param name="splitterColor">The color of the splitter line.</param> |
2510 |
</member>
|
2511 |
<member name="T:Leadtools.Forms.Ocr.IOcrZoneCharacters"> |
2512 |
<summary>The recognized characters collection of a zone inside a page.</summary> |
2513 |
</member>
|
2514 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneCharacters.ExtractMicrData"> |
2515 |
<summary>Extracts the Magnetic ink character recognition (MICR) data for this zone recognition data.</summary> |
2516 |
<returns>The MICR data for this zone recognition data.</returns> |
2517 |
</member>
|
2518 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneCharacters.GetWords"> |
2519 |
<summary>Gets a list of recognized the words for this zone.</summary> |
2520 |
<returns>A list of OcrWord structures that contain the recognized words of this zone.</returns> |
2521 |
</member>
|
2522 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneCharacters.GetWords(System.Int32,System.Int32,Leadtools.Forms.LogicalUnit)"> |
2523 |
<summary>Gets a list of recognized the words for this zone in the specified units.</summary> |
2524 |
<param name="dpiX">Horizontal resolution to use when calculating Bounds if \unit\ is LogicalUnit.Pixels.</param> |
2525 |
<param name="dpiY">Vertical resolution to use when calculating Bounds if \unit\ is LogicalUnit.Pixels.</param> |
2526 |
<param name="unit">Desired unit to use when calculating Bounds.</param> |
2527 |
<returns>A list of OcrWord structures that contain the recognized words of this zone.</returns> |
2528 |
</member>
|
2529 |
<member name="P:Leadtools.Forms.Ocr.IOcrZoneCharacters.ZoneIndex"> |
2530 |
<summary>Gets the index of the zone associated with this IOcrZoneCharacters.</summary> |
2531 |
<value>The zero-based index of the zone associated with this IOcrZoneCharacters.</value> |
2532 |
</member>
|
2533 |
<member name="T:Leadtools.Forms.Ocr.IOcrZoneCollection"> |
2534 |
<summary>Contains the zones in this IOcrPage.</summary> |
2535 |
</member>
|
2536 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneCollection.GetZoneCells(Leadtools.Forms.Ocr.OcrZone)"> |
2537 |
<summary>Gets the cells of a zone.</summary> |
2538 |
<param name="zone">The OCR zone that contains the cells.</param> |
2539 |
<returns>An array that contains the zone cells if available.</returns> |
2540 |
</member>
|
2541 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneCollection.SetZoneCells(Leadtools.Forms.Ocr.OcrZone,Leadtools.Forms.Ocr.OcrZoneCell)"> |
2542 |
<summary>Sets the cells of a zone.</summary> |
2543 |
<param name="zone">The OCR zone that contains the cells.</param> |
2544 |
<param name="cells">An array that contains the zone cells. Pass null to clear the cells of this zone.</param> |
2545 |
</member>
|
2546 |
<member name="T:Leadtools.Forms.Ocr.IOcrZoneManager"> |
2547 |
<summary>Support for determining the various zone types, recognition modules and fill methods supported by the OCR engine.</summary> |
2548 |
</member>
|
2549 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.GetAdditionalNativeFillMethods"> |
2550 |
<summary>Gets an array of additional fill methods supported by the IOcrEngine.</summary> |
2551 |
<returns>An array of NativeOcrZoneFillMethod enumeration members that contain the additional fill methods supported by the IOcrEngine.</returns> |
2552 |
</member>
|
2553 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.GetAdditionalNativeRecognitionModules"> |
2554 |
<summary>Gets an array of the additional recognition modules supported by the IOcrEngine.</summary> |
2555 |
<returns>An array of NativeOcrZoneRecognitionModule enumeration members that contain the additional recognition modules supported by the IOcrEngine.</returns> |
2556 |
</member>
|
2557 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.GetNativeZone(Leadtools.Forms.Ocr.IOcrPage,System.Int32)"> |
2558 |
<summary>Gets the native version of a zone.</summary> |
2559 |
<param name="page">Parent page of the zone.</param> |
2560 |
<param name="zoneIndex">0-based index of the zone to get.</param> |
2561 |
<returns>The native zone version.</returns> |
2562 |
</member>
|
2563 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeFillMethods"> |
2564 |
<summary>Gets a list of fill methods supported by this IOcrEngine.</summary> |
2565 |
<returns>An array of NativeOcrZoneFillMethod members that list the fill methods supported by this IOcrEngine.</returns> |
2566 |
</member>
|
2567 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeRecognitionModules"> |
2568 |
<summary>Gets a list of the recognition modules supported by this IOcrEngine.</summary> |
2569 |
<returns>An array of NativeOcrZoneRecognitionModule members that list the recognition modules supported by this IOcrEngine.</returns> |
2570 |
</member>
|
2571 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeZoneTypes"> |
2572 |
<summary>Gets a list of zone types supported by this IOcrEngine.</summary> |
2573 |
<returns>An array of NativeOcrZoneType members that list the zone types supported by this IOcrEngine.</returns> |
2574 |
</member>
|
2575 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedZoneTypes"> |
2576 |
<summary>Gets a list of zone types supported by this IOcrEngine.</summary> |
2577 |
<returns>An array of OcrZoneType members that list the zone types supported by this IOcrEngine.</returns> |
2578 |
</member>
|
2579 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeFillMethodSupported(Leadtools.Forms.Ocr.NativeOcrZoneFillMethod)"> |
2580 |
<summary>Checks whether the specified fill method is supported by this IOcrEngine.</summary> |
2581 |
<param name="fillMethod">The fill method to check.</param> |
2582 |
<returns>Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.</returns> |
2583 |
</member>
|
2584 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeRecognitionModuleSupported(Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule)"> |
2585 |
<summary>Checks whether the specified recognition module is supported by this IOcrEngine.</summary> |
2586 |
<param name="recognitionModule">The recognition module to check.</param> |
2587 |
<returns>Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.</returns> |
2588 |
</member>
|
2589 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeZoneTypeSupported(Leadtools.Forms.Ocr.NativeOcrZoneType)"> |
2590 |
<summary>Checks whether the specified zone type is supported by this IOcrEngine.</summary> |
2591 |
<param name="zoneType">The zone type to check.</param> |
2592 |
<returns>True if \zoneType\ is supported by this IOcrEngine; otherwise, it is false.</returns> |
2593 |
</member>
|
2594 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.IsZoneTypeSupported(Leadtools.Forms.Ocr.OcrZoneType)"> |
2595 |
<summary>Checks whether the specified zone type is supported by this IOcrEngine.</summary> |
2596 |
<param name="zoneType">The zone type to check.</param> |
2597 |
<returns>True if \zoneType\ is supported by this IOcrEngine; otherwise, it is false.</returns> |
2598 |
</member>
|
2599 |
<member name="M:Leadtools.Forms.Ocr.IOcrZoneManager.SetNativeZone(Leadtools.Forms.Ocr.IOcrPage,System.Int32,Leadtools.Forms.Ocr.NativeOcrZone)"> |
2600 |
<summary>Update a zone from a native version.</summary> |
2601 |
<param name="page">Parent page of the zone.</param> |
2602 |
<param name="zoneIndex">0-based index of the zone to update.</param> |
2603 |
<param name="zone">The native zone version.</param> |
2604 |
</member>
|
2605 |
<member name="P:Leadtools.Forms.Ocr.IOcrZoneManager.OmrOptions"> |
2606 |
<summary>Gets the OMR (Optical Mark Recognition) settings currently used by the engine.</summary> |
2607 |
<value>An IOcrOmrOptions interface implementation object that defines the OMR settings currently used by the engine.</value> |
2608 |
</member>
|
2609 |
<member name="T:Leadtools.Forms.Ocr.NativeOcrZone"> |
2610 |
<summary>Represents a native zone rectangular area on a page containing a feature of interest to the user.</summary> |
2611 |
</member>
|
2612 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.AfterRecognitionNotes"> |
2613 |
<summary>Gets or sets the after recognition notes for this zone.</summary> |
2614 |
<value>One or more NativeOcrZoneAfterRecognitionNotes enumeration member that indicate the after recognition notes for this zone.</value> |
2615 |
</member>
|
2616 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.Bounds"> |
2617 |
<summary>Gets or sets the coordinates of the zone in logical units.</summary> |
2618 |
<value>A LogicalRectangle that contain the coordinates of the zone in logical units.</value> |
2619 |
</member>
|
2620 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.Bounds"> |
2621 |
<summary>Gets or sets the coordinates of the zone in pixels.</summary> |
2622 |
<value>A LeadRect that contain the coordinates of the zone in pixels.</value> |
2623 |
</member>
|
2624 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.CharacterFilters"> |
2625 |
<summary>Gets or sets the character set filter for the zone.</summary> |
2626 |
<value>One or more OcrZoneCharacterFilters enumeration members that specify the character set filter for the zone.</value> |
2627 |
</member>
|
2628 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.FillMethod"> |
2629 |
<summary>Gets or sets the zone filling method.</summary> |
2630 |
<value>An NativeOcrZoneFillMethod enumeration member that indicate the zone fill method.</value> |
2631 |
</member>
|
2632 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.Id"> |
2633 |
<summary>Gets the zone ID.</summary> |
2634 |
<value>An integer value specifying the zone ID.</value> |
2635 |
</member>
|
2636 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.IsEngineZone"> |
2637 |
<summary>Gets or sets a value that indicate whether this is an engine zone.</summary> |
2638 |
<value>**true** if this is an engine zone, otherwise; **false**. Default value is **false**.</value> |
2639 |
</member>
|
2640 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.Language"> |
2641 |
<summary>Gets or sets the zone language.</summary> |
2642 |
<value>A string that indicate the zone language. Default value is **null**.</value> |
2643 |
</member>
|
2644 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.Name"> |
2645 |
<summary>Gets or sets the optional zone name.</summary> |
2646 |
<value>A String value that specifies the optional zone name.</value> |
2647 |
</member>
|
2648 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.OmrConfidence"> |
2649 |
<summary>Gets or sets the confidence value of the after-recognition state of the OMR mark if this is an OMR zone.</summary> |
2650 |
<value>A number between 0 and 100 (where 100 is maximum confidence) that indicate the after-recognition confidence this IOcrEngine has in the OmrState value of this zone.</value> |
2651 |
</member>
|
2652 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.OmrState"> |
2653 |
<summary>Gets or sets the after-recognition state of the OMR mark if this is an OMR zone.</summary> |
2654 |
<value>One or more OcrOmrZoneState enumeration member that indicate the after-recognition state (filled or unfilled) of the mark of this zone.</value> |
2655 |
</member>
|
2656 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.RecognitionModule"> |
2657 |
<summary>Gets or sets the zone recognition module.</summary> |
2658 |
<value>An NativeOcrZoneRecognitionModule enumeration member that indicate the zone recognition module.</value> |
2659 |
</member>
|
2660 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.RecognitionOptions"> |
2661 |
<summary>Gets or sets the extra recognition options for this zone.</summary> |
2662 |
<value>One or more NativeOcrZoneRecognitionOptions enumeration member that indicate the extra recognition options for this zone.</value> |
2663 |
</member>
|
2664 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.Selected"> |
2665 |
<summary>Gets or sets a value indicating whether this zone is selected.</summary> |
2666 |
<value>True if the zone is selected; otherwise it is false.</value> |
2667 |
</member>
|
2668 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.UserDictionarySectionName"> |
2669 |
<summary>Not used by this version of LEADTOOLS.</summary> |
2670 |
<value>For future use.</value> |
2671 |
</member>
|
2672 |
<member name="P:Leadtools.Forms.Ocr.NativeOcrZone.ZoneType"> |
2673 |
<summary>Gets or sets the zone type.</summary> |
2674 |
<value>An NativeOcrZoneType enumeration member that specifies the zone type.</value> |
2675 |
</member>
|
2676 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData"> |
2677 |
<summary>Contains the data used to create an OCR Auto Recognition job.</summary> |
2678 |
</member>
|
2679 |
<member name="M:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.#ctor(System.String,Leadtools.Forms.DocumentWriters.DocumentFormat,System.String)"> |
2680 |
<summary>Initializes a new instance of OcrAutoRecognizeJobData with the specified parameters.</summary> |
2681 |
<param name="imageFileName">The name of the file containing the source image. This can be any single or multi-page image file format supported by LEADTOOLS. This member cannot be a **null** reference (**Nothing** in VB) and must contain the name of an existing file on disk.</param> |
2682 |
<param name="format">The output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT. If this member is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown.</param> |
2683 |
<param name="documentFileName">The name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a **null** reference (**Nothing** in VB).</param> |
2684 |
</member>
|
2685 |
<member name="M:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.#ctor(System.String,System.Int32,System.Int32,Leadtools.Forms.DocumentWriters.DocumentFormat,System.String)"> |
2686 |
<summary>Initializes a new instance of OcrAutoRecognizeJobData with the specified parameters.</summary> |
2687 |
<param name="imageFileName">The name of the file containing the source image. This can be any single or multi-page image file format supported by LEADTOOLS. This member cannot be a **null** reference (**Nothing** in VB) and must contain the name of an existing file on disk.</param> |
2688 |
<param name="firstPageNumber">1-based index of the first page number in \imageFileName\ to recognize. You can use this and \lastPageNumber\ to recognize only a certain range of pages in the source file. This parameter must be greater than or equals to 1 (first page in the file).</param> |
2689 |
<param name="lastPageNumber">1-based index of the last page number in \imageFileName\ to recognize. You can use this and \firstPageNumber\ to recognize only a certain range of pages in the source file. You can use a value of -1 to indicate "up to last page in the file", otherwise, this member must be a value greater than or equals to \firstPageNumber\ up to the maximum number of pages in the source file name.</param> |
2690 |
<param name="format">The output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT. If this member is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown.</param> |
2691 |
<param name="documentFileName">The name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a **null** reference (**Nothing** in VB).</param> |
2692 |
</member>
|
2693 |
<member name="M:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.#ctor(System.String,System.Int32,System.Int32,System.String,Leadtools.Forms.DocumentWriters.DocumentFormat,System.String)"> |
2694 |
<summary>Initializes a new instance of OcrAutoRecognizeJobData with the specified parameters.</summary> |
2695 |
<param name="imageFileName">The name of the file containing the source image. This can be any single or multi-page image file format supported by LEADTOOLS. This member cannot be a **null** reference (**Nothing** in VB) and must contain the name of an existing file on disk.</param> |
2696 |
<param name="firstPageNumber">1-based index of the first page number in \imageFileName\ to recognize. You can use this and \lastPageNumber\ to recognize only a certain range of pages in the source file. This parameter must be greater than or equals to 1 (first page in the file).</param> |
2697 |
<param name="lastPageNumber">1-based index of the last page number in \imageFileName\ to recognize. You can use this and \firstPageNumber\ to recognize only a certain range of pages in the source file. You can use a value of -1 to indicate "up to last page in the file", otherwise, this member must be a value greater than or equals to \firstPageNumber\ up to the maximum number of pages in the source file name.</param> |
2698 |
<param name="zonesFileName">Optional name of prepared multi-page zone file. This member can be a **null** (**Nothing** in VB) reference. When no zone file is specified, the IOcrAutoRecognizeManager will auto detect the zones for each page using IOcrPage.AutoZone.</param> |
2699 |
<param name="format">The output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT. If this member is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown.</param> |
2700 |
<param name="documentFileName">The name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a **null** reference (**Nothing** in VB).</param> |
2701 |
</member>
|
2702 |
<member name="M:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.#ctor(System.String,System.String,Leadtools.Forms.DocumentWriters.DocumentFormat,System.String)"> |
2703 |
<summary>Initializes a new instance of OcrAutoRecognizeJobData with the specified parameters.</summary> |
2704 |
<param name="imageFileName">The name of the file containing the source image. This can be any single or multi-page image file format supported by LEADTOOLS. This member cannot be a **null** reference (**Nothing** in VB) and must contain the name of an existing file on disk.</param> |
2705 |
<param name="zonesFileName">Optional name of prepared multi-page zone file. This member can be a **null** (**Nothing** in VB) reference. When no zone file is specified, the IOcrAutoRecognizeManager will auto detect the zones for each page using IOcrPage.AutoZone.</param> |
2706 |
<param name="format">The output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT. If this member is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown.</param> |
2707 |
<param name="documentFileName">The name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a **null** reference (**Nothing** in VB).</param> |
2708 |
</member>
|
2709 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.DocumentFileName"> |
2710 |
<summary>Gets or sets the name of the output document file.</summary> |
2711 |
<value>A String that contains the name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a **null** reference (**Nothing** in VB).</value> |
2712 |
</member>
|
2713 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.FirstPageNumber"> |
2714 |
<summary>Gets or sets 1-based index of the first page number in ImageFileName to recognize.</summary> |
2715 |
<value>An Int32 that indicates the 1-based index of the first page number in ImageFileName to recognize. You can use this and LastPageNumber to recognize only a certain range of pages in the source file. This parameter must be greater than or equals to 1 (first page in the file).</value> |
2716 |
</member>
|
2717 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.Format"> |
2718 |
<summary>Gets or sets the output document format.</summary> |
2719 |
<value>An DocumentFormat enumeration member that specifies the output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT. If this member is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown.</value> |
2720 |
</member>
|
2721 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.ImageFileName"> |
2722 |
<summary>Gets or sets the name of the file containing the source image.</summary> |
2723 |
<value>A String that specifies the name of the file containing the source image. This can be any single or multi-page image file format supported by LEADTOOLS. This member cannot be a **null** reference (**Nothing** in VB) and must contain the name of an existing file on disk.</value> |
2724 |
</member>
|
2725 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.JobName"> |
2726 |
<summary>Gets or sets the optional job name.</summary> |
2727 |
<value>A String that contains the optional job name. If tracing is enabled with IOcrAutoRecognizeManager.EnableTrace, then the engine will use this value in the trace messages. If this member is a **null** reference, then the trace will show the generic \[Untitled\] name next to the trace messages.</value> |
2728 |
</member>
|
2729 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.LastPageNumber"> |
2730 |
<summary>Gets or sets the 1-based index of the last page number in ImageFileName to recognize.</summary> |
2731 |
<value>An Int32 that indicates the 1-based index of the last page number in ImageFileName to recognize. You can use this and FirstPageNumber to recognize only a certain range of pages in the source file. You can use a value of -1 to indicate "up to last page in the file", otherwise, this member must be a value greater than or equals to FirstPageNumber up to the maximum number of pages in the source file name.</value> |
2732 |
</member>
|
2733 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.UserData"> |
2734 |
<summary>Gets or sets optional user data.</summary> |
2735 |
<value>An Object that contains the optional user data associated with the job. You can use this value to store any extra information required by your application. The IOcrAutoRecognizeJob will contain the same object used here in its IOcrAutoRecognizeJob.JobData member.</value> |
2736 |
</member>
|
2737 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeJobData.ZonesFileName"> |
2738 |
<summary>Gets or sets the optional name of prepared multi-page zone file.</summary> |
2739 |
<value>A String that contains the optional name of prepared multi-page zone file. This member can be a **null** (**Nothing** in VB) reference. When no zone file is specified, the IOcrAutoRecognizeManager will auto detect the zones for each page using IOcrPage.AutoZone.</value> |
2740 |
</member>
|
2741 |
<member name="T:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobError"> |
2742 |
<summary>Contains information on an IOcrAutoRecognizeManager job error.</summary> |
2743 |
</member>
|
2744 |
<member name="M:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobError.#ctor(System.Int32,Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation,System.Exception)"> |
2745 |
<summary>Initializes a new instance of the OcrAutoRecognizeManagerJobError structure with the given values.</summary> |
2746 |
<param name="imagePageNumber">The 1-based page number of the page in the source image file that caused the error.</param> |
2747 |
<param name="operation">The operation that caused the error.</param> |
2748 |
<param name="exception">The exception that was thrown (if any). May be a **null** reference (**Nothing** in VB).</param> |
2749 |
</member>
|
2750 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobError.Exception"> |
2751 |
<summary>Gets or sets the exception that was thrown (if any).</summary> |
2752 |
<value>An Exception object that specifies the exception that was thrown (if any). May be a **null** reference (**Nothing** in VB). Default value is **null**.</value> |
2753 |
</member>
|
2754 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobError.ImagePageNumber"> |
2755 |
<summary>Gets or sets the 1-based page number of the page in the source image file that caused the error.</summary> |
2756 |
<value>An Int32 value that specifies the 1-based page number of the page in the source image file that caused the error. Default value is 0.</value> |
2757 |
</member>
|
2758 |
<member name="P:Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobError.Operation"> |
2759 |
<summary>Gets or sets the operation that caused the error.</summary> |
2760 |
<value>An OcrAutoRecognizeManagerJobOperation enumeration member that specifies the operation that caused the error. Default value is OcrAutoRecognizeManagerJobOperation.Other.</value> |
2761 |
</member>
|
2762 |
<member name="T:Leadtools.Forms.Ocr.OcrCellBorderDragLimit"> |
2763 |
<summary>Defines the maximum and minimum movement allowed by a given cell border.</summary> |
2764 |
</member>
|
2765 |
<member name="P:Leadtools.Forms.Ocr.OcrCellBorderDragLimit.CurrentPosition"> |
2766 |
<summary>Gets or sets the current (old) position of the border.</summary> |
2767 |
<value>A LogicalPoint that contains the current (old) position of the border.</value> |
2768 |
</member>
|
2769 |
<member name="P:Leadtools.Forms.Ocr.OcrCellBorderDragLimit.From"> |
2770 |
<summary>Gets or sets the start position of the line.</summary> |
2771 |
<value>A LogicalPoint that contains the start position of the line.</value> |
2772 |
</member>
|
2773 |
<member name="P:Leadtools.Forms.Ocr.OcrCellBorderDragLimit.MaximumLimit"> |
2774 |
<summary>Gets or sets the maximum limit the border can move.</summary> |
2775 |
<value>A LogicalPoint that contains the maximum limit the border can move.</value> |
2776 |
</member>
|
2777 |
<member name="P:Leadtools.Forms.Ocr.OcrCellBorderDragLimit.MinimumLimit"> |
2778 |
<summary>Gets or sets the minimum limit the border can move.</summary> |
2779 |
<value>A LogicalPoint that contains the minimum limit the border can move.</value> |
2780 |
</member>
|
2781 |
<member name="P:Leadtools.Forms.Ocr.OcrCellBorderDragLimit.To"> |
2782 |
<summary>Gets or sets the end position of the line.</summary> |
2783 |
<value>A LogicalPoint that contains end start position of the line.</value> |
2784 |
</member>
|
2785 |
<member name="T:Leadtools.Forms.Ocr.OcrCharacter"> |
2786 |
<summary>Represents recognized character data.</summary> |
2787 |
</member>
|
2788 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Base"> |
2789 |
<summary>Gets or sets the length of the Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.</summary> |
2790 |
<value>The length of the Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.</value> |
2791 |
</member>
|
2792 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Base"> |
2793 |
<summary>Gets or sets the length of the Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.</summary> |
2794 |
<value>The length of the Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.</value> |
2795 |
</member>
|
2796 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Bounds"> |
2797 |
<summary>Gets or sets the coordinates of the rectangle exactly containing the character.</summary> |
2798 |
<value>A LogicalRectangle that contains the coordinates of the rectangle exactly containing the character.</value> |
2799 |
</member>
|
2800 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Bounds"> |
2801 |
<summary>Gets or sets the coordinates of the rectangle exactly containing the character.</summary> |
2802 |
<value>A LeadRect that contains the coordinates of the rectangle exactly containing the character.</value> |
2803 |
</member>
|
2804 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.CellIndex"> |
2805 |
<summary>Gets or sets the index of the cell in the table that contains this character.</summary> |
2806 |
<value>The index of the cell in the table that contains this character.</value> |
2807 |
</member>
|
2808 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Code"> |
2809 |
<summary>Gets or sets the character code (value).</summary> |
2810 |
<value>The character code (value) of the first guess of the recognition, or zero (0) signaling that the OCR engine could not recognize the character (rejected character).</value> |
2811 |
</member>
|
2812 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Color"> |
2813 |
<summary>Gets or sets the character color.</summary> |
2814 |
<value>A RasterColor structure containing the character color.</value> |
2815 |
</member>
|
2816 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Confidence"> |
2817 |
<summary>Gets or sets the confidence number expressing the recognition certainty for the first guess.</summary> |
2818 |
<value>An integer value between 0 (worst) and 100 (best) that indicates the confidence number expressing the recognition certainty of the first guess. (Code).</value> |
2819 |
</member>
|
2820 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.FontSize"> |
2821 |
<summary>Gets or sets the font size of the character in points.</summary> |
2822 |
<value>The font size of the character in points.</value> |
2823 |
</member>
|
2824 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.FontStyle"> |
2825 |
<summary>Gets or sets the character font attributes.</summary> |
2826 |
<value>One or more OcrCharacterFontStyle enumeration members containing the attributes of the character.</value> |
2827 |
</member>
|
2828 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.GuessCode2"> |
2829 |
<summary>Gets or sets the second guess of the recognition, if any.</summary> |
2830 |
<value>The character code (value) of the second guess of the recognition, or zero (0) if none is determined.</value> |
2831 |
</member>
|
2832 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.GuessCode3"> |
2833 |
<summary>Gets or sets the third guess of the recognition, if any.</summary> |
2834 |
<value>The character code (value) of the third guess of the recognition, or zero (0) if none is determined.</value> |
2835 |
</member>
|
2836 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Language1"> |
2837 |
<summary>Gets or sets the first language which the recognized word belongs to.</summary> |
2838 |
<value>A String that specifies the first language which the recognized word belongs to. Default value is **null**.</value> |
2839 |
</member>
|
2840 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Language2"> |
2841 |
<summary>Gets or sets the second language which the recognized word belongs to.</summary> |
2842 |
<value>A String that specifies the second language which the recognized word belongs to. Default value is **null**.</value> |
2843 |
</member>
|
2844 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.LeadingSpaces"> |
2845 |
<summary>Gets or sets the estimated number of leading spaces in front of the character.</summary> |
2846 |
<value>The estimated number of leading spaces in front of the character.</value> |
2847 |
</member>
|
2848 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.LeadingSpacesConfidence"> |
2849 |
<summary>Gets or sets the confidence number expressing the certainty of number of leading spaces in front of this character.</summary> |
2850 |
<value>An integer value between 0 (worst) and 100 (best) that indicate the confidence number expressing the certainty of the number of spaces in front of this character (LeadingSpaces).</value> |
2851 |
</member>
|
2852 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.Position"> |
2853 |
<summary>Gets or sets the character position information.</summary> |
2854 |
<value>One or more OcrCharacterPosition enumeration member providing information about the character position.</value> |
2855 |
</member>
|
2856 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.RotationAngle"> |
2857 |
<summary>Gets or sets the character rotation angle.</summary> |
2858 |
<value>The character rotation angle in degrees. Default value is 0.</value> |
2859 |
</member>
|
2860 |
<member name="P:Leadtools.Forms.Ocr.OcrCharacter.WordIsCertain"> |
2861 |
<summary>Gets or sets a value indicating whether the word this character is part of has passed spell checking.</summary> |
2862 |
<value>**True** if the word this character is part of has passed spell checking; otherwise it is **false**.</value> |
2863 |
</member>
|
2864 |
<member name="T:Leadtools.Forms.Ocr.OcrMicrData"> |
2865 |
<summary>Magnetic ink character recognition (MICR) data.</summary> |
2866 |
</member>
|
2867 |
<member name="P:Leadtools.Forms.Ocr.OcrMicrData.Account"> |
2868 |
<summary>Gets or sets the account value.</summary> |
2869 |
<value>The account value. Default value is **null**.</value> |
2870 |
</member>
|
2871 |
<member name="P:Leadtools.Forms.Ocr.OcrMicrData.Amount"> |
2872 |
<summary>Gets or sets the amount value.</summary> |
2873 |
<value>The amount value. Default value is **null**.</value> |
2874 |
</member>
|
2875 |
<member name="P:Leadtools.Forms.Ocr.OcrMicrData.Auxiliary"> |
2876 |
<summary>Gets or sets the auxiliary value.</summary> |
2877 |
<value>The auxiliary value. Default value is **null**.</value> |
2878 |
</member>
|
2879 |
<member name="P:Leadtools.Forms.Ocr.OcrMicrData.CheckNumber"> |
2880 |
<summary>Gets or sets the check number value.</summary> |
2881 |
<value>The check number value. Default value is **null**.</value> |
2882 |
</member>
|
2883 |
<member name="P:Leadtools.Forms.Ocr.OcrMicrData.Epc"> |
2884 |
<summary>Gets or sets the EPC value.</summary> |
2885 |
<value>The EPC value. Default value is **0**.</value> |
2886 |
</member>
|
2887 |
<member name="P:Leadtools.Forms.Ocr.OcrMicrData.Routing"> |
2888 |
<summary>Gets or sets the routing value.</summary> |
2889 |
<value>The routing value. Default value is **null**.</value> |
2890 |
</member>
|
2891 |
<member name="T:Leadtools.Forms.Ocr.OcrPageAutoPreprocessValues"> |
2892 |
<summary>Holds data that describes any pre-processing performed on an IOcrPage.</summary> |
2893 |
</member>
|
2894 |
<member name="P:Leadtools.Forms.Ocr.OcrPageAutoPreprocessValues.DeskewAngle"> |
2895 |
<summary>A value that contain the deskew angle of this page.</summary> |
2896 |
<value>The deskew angle of this page in hundredths of a degree.</value> |
2897 |
</member>
|
2898 |
<member name="P:Leadtools.Forms.Ocr.OcrPageAutoPreprocessValues.IsInverted"> |
2899 |
<summary>A value that indicate if this page has been inverted.</summary> |
2900 |
<value>**true** if this page has been inverted, otherwise; **false**.</value> |
2901 |
</member>
|
2902 |
<member name="P:Leadtools.Forms.Ocr.OcrPageAutoPreprocessValues.RotationAngle"> |
2903 |
<summary>A value that contain the rotation angle of this page.</summary> |
2904 |
<value>The rotation angle of this page in hundredths of a degree.</value> |
2905 |
</member>
|
2906 |
<member name="T:Leadtools.Forms.Ocr.OcrStatistic"> |
2907 |
<summary>Represents processing statistic data.</summary> |
2908 |
</member>
|
2909 |
<member name="P:Leadtools.Forms.Ocr.OcrStatistic.CorrectedWords"> |
2910 |
<summary>Gets or sets the number of words corrected by the checking subsystem.</summary> |
2911 |
<value>The number of words corrected by the checking subsystem.</value> |
2912 |
</member>
|
2913 |
<member name="P:Leadtools.Forms.Ocr.OcrStatistic.DecompositionTime"> |
2914 |
<summary>Gets or sets the page-layout decomposition time in milliseconds.</summary> |
2915 |
<value>The page-layout decomposition time in milliseconds.</value> |
2916 |
</member>
|
2917 |
<member name="P:Leadtools.Forms.Ocr.OcrStatistic.ImagePreprocessingTime"> |
2918 |
<summary>Gets or sets the image preprocessing time in milliseconds.</summary> |
2919 |
<value>The image preprocessing time in milliseconds.</value> |
2920 |
</member>
|
2921 |
<member name="P:Leadtools.Forms.Ocr.OcrStatistic.ReadingTime"> |
2922 |
<summary>Gets or sets the reading time in milliseconds.</summary> |
2923 |
<value>The reading time in milliseconds.</value> |
2924 |
</member>
|
2925 |
<member name="P:Leadtools.Forms.Ocr.OcrStatistic.RecognitionTime"> |
2926 |
<summary>Gets or sets the recognition time in milliseconds.</summary> |
2927 |
<value>The recognition time in milliseconds.</value> |
2928 |
</member>
|
2929 |
<member name="P:Leadtools.Forms.Ocr.OcrStatistic.RecognizedCharacters"> |
2930 |
<summary>Gets or sets the number of recognized characters on the last page.</summary> |
2931 |
<value>The number of recognized characters on the last page.</value> |
2932 |
</member>
|
2933 |
<member name="P:Leadtools.Forms.Ocr.OcrStatistic.RecognizedWords"> |
2934 |
<summary>Gets or sets the number of recognized words on the last page.</summary> |
2935 |
<value>The number of recognized words on the last page.</value> |
2936 |
</member>
|
2937 |
<member name="P:Leadtools.Forms.Ocr.OcrStatistic.RejectedCharacters"> |
2938 |
<summary>Gets or sets the number of rejected characters on the last page.</summary> |
2939 |
<value>The number of rejected characters on the last page.</value> |
2940 |
</member>
|
2941 |
<member name="T:Leadtools.Forms.Ocr.OcrTablePointInformation"> |
2942 |
<summary>Contains cell index and the nearest border for a given point.</summary> |
2943 |
</member>
|
2944 |
<member name="P:Leadtools.Forms.Ocr.OcrTablePointInformation.CellIndex"> |
2945 |
<summary>Gets or sets the cell index in which the given point is located.</summary> |
2946 |
<value>An Int32 value that indicates the 0-based cell index in which the given point is located.</value> |
2947 |
</member>
|
2948 |
<member name="P:Leadtools.Forms.Ocr.OcrTablePointInformation.NearestBorder"> |
2949 |
<summary>Gets or sets the nearest border to the given point.</summary> |
2950 |
<value>An OcrCellBorder enumeration that specifies the nearest border to the given point.</value> |
2951 |
</member>
|
2952 |
<member name="T:Leadtools.Forms.Ocr.OcrWord"> |
2953 |
<summary>Represents recognized word data.</summary> |
2954 |
</member>
|
2955 |
<member name="P:Leadtools.Forms.Ocr.OcrWord.Bounds"> |
2956 |
<summary>Gets or sets the word coordinates in logical units.</summary> |
2957 |
<value>A LogicalRectangle containing the word coordinates in logical units.</value> |
2958 |
</member>
|
2959 |
<member name="P:Leadtools.Forms.Ocr.OcrWord.Bounds"> |
2960 |
<summary>Gets or sets the word coordinates in pixels.</summary> |
2961 |
<value>A LeadRect containing the word coordinates in pixels.</value> |
2962 |
</member>
|
2963 |
<member name="P:Leadtools.Forms.Ocr.OcrWord.FirstCharacterIndex"> |
2964 |
<summary>Gets or sets the first index of word value in the IOcrZoneCharacters.</summary> |
2965 |
<value>The zero-based index of the first character that forms this word in the IOcrZoneCharacters used to create this OcrWord.</value> |
2966 |
</member>
|
2967 |
<member name="P:Leadtools.Forms.Ocr.OcrWord.LastCharacterIndex"> |
2968 |
<summary>Gets or sets the last index of word value in the IOcrZoneCharacters.</summary> |
2969 |
<value>The zero-based index of the last character that forms this word in the IOcrZoneCharacters used to create this OcrWord.</value> |
2970 |
</member>
|
2971 |
<member name="P:Leadtools.Forms.Ocr.OcrWord.Value"> |
2972 |
<summary>Gets or sets the word value.</summary> |
2973 |
<value>A String that indicate the word value.</value> |
2974 |
</member>
|
2975 |
<member name="T:Leadtools.Forms.Ocr.OcrZone"> |
2976 |
<summary>Represents a rectangular area on a page containing a feature of interest to the user.</summary> |
2977 |
</member>
|
2978 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.BackColor"> |
2979 |
<summary>Gets or sets the background color of zone.</summary> |
2980 |
<value>The background color of the zone. Default value is White.</value> |
2981 |
</member>
|
2982 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.Bounds"> |
2983 |
<summary>Gets or sets the coordinates of the zone in logical units.</summary> |
2984 |
<value>A LogicalRectangle that contain the coordinates of the zone in logical units.</value> |
2985 |
</member>
|
2986 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.Bounds"> |
2987 |
<summary>Gets or sets the coordinates of the zone in pixels.</summary> |
2988 |
<value>A LeadRect that contain the coordinates of the zone in pixels.</value> |
2989 |
</member>
|
2990 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.CharacterFilters"> |
2991 |
<summary>Gets or sets the character set filter for the zone.</summary> |
2992 |
<value>One or more OcrZoneCharacterFilters enumeration members that specify the character set filter for the zone.</value> |
2993 |
</member>
|
2994 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.FontRatio"> |
2995 |
<summary>Gets or sets a value that determines the font ratio of the zone.</summary> |
2996 |
<value>The font ratio of the zone. Default value is 1.0.</value> |
2997 |
</member>
|
2998 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.ForeColor"> |
2999 |
<summary>Gets or sets the foreground color of zone.</summary> |
3000 |
<value>The foreground color of the zone. Default value is Black.</value> |
3001 |
</member>
|
3002 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.Id"> |
3003 |
<summary>Gets the zone ID.</summary> |
3004 |
<value>An integer value specifying the zone ID.</value> |
3005 |
</member>
|
3006 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.IsEngineZone"> |
3007 |
<summary>Gets or sets a value that indicate whether this is an engine zone.</summary> |
3008 |
<value>**true** if this is an engine zone, otherwise; **false**. Default value is **false**.</value> |
3009 |
</member>
|
3010 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.Language"> |
3011 |
<summary>Gets or sets the zone language.</summary> |
3012 |
<value>A string that indicate the zone language. Default value is **null**.</value> |
3013 |
</member>
|
3014 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.Name"> |
3015 |
<summary>Gets or sets the optional zone name.</summary> |
3016 |
<value>A String value that specifies the optional zone name.</value> |
3017 |
</member>
|
3018 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.TextDirection"> |
3019 |
<summary>Gets or sets a value that determines the text direction of the zone.</summary> |
3020 |
<value>The text direction of the zone. Default value is OcrTextDirection.LeftToRight.</value> |
3021 |
</member>
|
3022 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.TextStyle"> |
3023 |
<summary>Gets or sets a value that determines the text style of the zone.</summary> |
3024 |
<value>The text style of the zone. Default value is OcrTextStyle.Normal.</value> |
3025 |
</member>
|
3026 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.ViewPerspective"> |
3027 |
<summary>Gets or sets a value that determines the orientation and rotation of the zone.</summary> |
3028 |
<value>The orientation and rotation of the zone. Default value is RasterViewPerspective.TopLeft.</value> |
3029 |
</member>
|
3030 |
<member name="P:Leadtools.Forms.Ocr.OcrZone.ZoneType"> |
3031 |
<summary>Gets or sets the zone type.</summary> |
3032 |
<value>An OcrZoneType enumeration member that specifies the zone type.</value> |
3033 |
</member>
|
3034 |
</members>
|
3035 |
</doc>
|