Dynamsoft.OCR.XML 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Dynamsoft.OCR</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Dynamsoft.Common.CImage.Dispose">
  8. <summary>
  9. Dispose the object.
  10. </summary>
  11. <remarks><para>Frees unmanaged resources used by the object. The object becomes unusable
  12. after that.</para>
  13. <par><note>The method needs to be called only in the case if unmanaged image was allocated
  14. using <see cref="!:Create"/> method. In the case if the class instance was created using constructor,
  15. this method does not free unmanaged memory.</note></par>
  16. </remarks>
  17. </member>
  18. <member name="M:Dynamsoft.Common.CImage.Dispose(System.Boolean)">
  19. <summary>
  20. Dispose the object.
  21. </summary>
  22. <param name="disposing">Indicates if disposing was initiated manually.</param>
  23. </member>
  24. <member name="M:Dynamsoft.Common.ImageOperator.Clone(System.Drawing.Bitmap)">
  25. <summary>
  26. Clone image.
  27. </summary>
  28. <param name="source">Source image.</param>
  29. <returns>Return clone of the source image.</returns>
  30. <remarks>The original <see cref="M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)">Bitmap.Clone()</see>
  31. does not produce the desired result - it does not create an actual clone (it does not create a copy
  32. of the image). That is why this method was implemented to provide the functionality.</remarks>
  33. </member>
  34. <!-- Badly formed XML comment ignored for member "F:Dynamsoft.Common.SImageInfo.last_c_index" -->
  35. <member name="T:Dynamsoft.Common.Util">
  36. <summary>
  37. Summary description for Util.
  38. </summary>
  39. </member>
  40. <member name="M:Dynamsoft.Common.Util.Clone(System.Drawing.Bitmap)">
  41. <summary>
  42. Clone image.
  43. </summary>
  44. <param name="source">Source image.</param>
  45. <returns>Return clone of the source image.</returns>
  46. <remarks>The original <see cref="M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)">Bitmap.Clone()</see>
  47. does not produce the desired result - it does not create an actual clone (it does not create a copy
  48. of the image). That is why this method was implemented to provide the functionality.</remarks>
  49. </member>
  50. <member name="M:Dynamsoft.Common.Util.Clone(System.Drawing.Imaging.BitmapData)">
  51. <summary>
  52. Clone image.
  53. </summary>
  54. <param name="sourceData">Source image data.</param>
  55. <returns>Clones image from source image data. The message does not clone pallete in the
  56. case if the source image has indexed pixel format.</returns>
  57. </member>
  58. <member name="M:Dynamsoft.Common.Util.CopyUnmanagedMemory(System.IntPtr,System.IntPtr,System.Int32)">
  59. <summary>
  60. Copy block of unmanaged memory.
  61. </summary>
  62. <param name="dst">Destination pointer.</param>
  63. <param name="src">Source pointer.</param>
  64. <param name="count">Memory block's length to copy.</param>
  65. <returns>Return's value of <paramref name="dst"/> - pointer to destination.</returns>
  66. <remarks><para>This function is required because of the fact that .NET does
  67. not provide any way to copy unmanaged blocks, but provides only methods to
  68. copy from unmanaged memory to managed memory and vise versa.</para></remarks>
  69. </member>
  70. <member name="T:Dynamsoft.OCR.Enums.ResultFormat">
  71. <summary>
  72. Supported OCR output format.
  73. </summary>
  74. </member>
  75. <member name="F:Dynamsoft.OCR.Enums.ResultFormat.Text">
  76. <summary>
  77. Pure text ASCII string.
  78. </summary>
  79. </member>
  80. <member name="F:Dynamsoft.OCR.Enums.ResultFormat.PDFPlainText">
  81. <summary>
  82. PDF plain text.
  83. </summary>
  84. </member>
  85. <member name="F:Dynamsoft.OCR.Enums.ResultFormat.PDFImageOverText">
  86. <summary>
  87. PDF image over text.
  88. </summary>
  89. </member>
  90. <member name="T:Dynamsoft.OCR.Enums.PageSetMode">
  91. <summary>
  92. Possible modes for page layout analysis.
  93. </summary>
  94. </member>
  95. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_OSD_ONLY">
  96. <summary>
  97. Orientation and script detection only.
  98. </summary>
  99. </member>
  100. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_AUTO_OSD">
  101. <summary>
  102. Automatic page segmentation with orientation and script detection. (OSD)
  103. </summary>
  104. </member>
  105. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_AUTO_ONLY">
  106. <summary>
  107. Automatic page segmentation, but no OSD, or OCR.
  108. </summary>
  109. </member>
  110. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_AUTO">
  111. <summary>
  112. Fully automatic page segmentation, but no OSD. (Default)
  113. </summary>
  114. </member>
  115. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_SINGLE_COLUMN">
  116. <summary>
  117. Assume a single column of text of variable sizes.
  118. </summary>
  119. </member>
  120. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_SINGLE_BLOCK_VERT_TEXT">
  121. <summary>
  122. Assume a single uniform block of vertically aligned text.
  123. </summary>
  124. </member>
  125. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_SINGLE_BLOCK">
  126. <summary>
  127. Assume a single uniform block of text.
  128. </summary>
  129. </member>
  130. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_SINGLE_LINE">
  131. <summary>
  132. Treat the image as a single text line.
  133. </summary>
  134. </member>
  135. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_SINGLE_WORD">
  136. <summary>
  137. Treat the image as a single word.
  138. </summary>
  139. </member>
  140. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_CIRCLE_WORD">
  141. <summary>
  142. Treat the image as a single word in a circle.
  143. </summary>
  144. </member>
  145. <member name="F:Dynamsoft.OCR.Enums.PageSetMode.PSM_SINGLE_CHAR">
  146. <summary>
  147. Treat the image as a single character.
  148. </summary>
  149. </member>
  150. <member name="T:Dynamsoft.OCR.Enums.TIFFCompressionType">
  151. <summary>
  152. TIFF file compression type.
  153. </summary>
  154. </member>
  155. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_AUTO">
  156. <summary>
  157. Auto mode.
  158. </summary>
  159. </member>
  160. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_NONE">
  161. <summary>
  162. Dump mode.
  163. </summary>
  164. </member>
  165. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_RLE">
  166. <summary>
  167. CCITT modified Huffman RLE.
  168. </summary>
  169. </member>
  170. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_FAX3">
  171. <summary>
  172. CCITT Group 3 fax encoding.
  173. </summary>
  174. </member>
  175. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_T4">
  176. <summary>
  177. CCITT T.4 (TIFF 6 name).
  178. </summary>
  179. </member>
  180. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_FAX4">
  181. <summary>
  182. CCITT Group 4 fax encoding.
  183. </summary>
  184. </member>
  185. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_T6">
  186. <summary>
  187. CCITT T.6 (TIFF 6 name).
  188. </summary>
  189. </member>
  190. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_LZW">
  191. <summary>
  192. Lempel Ziv and Welch.
  193. </summary>
  194. </member>
  195. <member name="F:Dynamsoft.OCR.Enums.TIFFCompressionType.TIFF_JPEG">
  196. <summary>
  197. Jpeg
  198. </summary>
  199. </member>
  200. <member name="T:Dynamsoft.OCR.ErrorCode">
  201. <summary>
  202. Defines the error code of Dynamsoft.PDF.
  203. </summary>
  204. </member>
  205. <member name="F:Dynamsoft.OCR.ErrorCode.enumSuccess">
  206. <summary>
  207. Successful.
  208. </summary>
  209. </member>
  210. <member name="F:Dynamsoft.OCR.ErrorCode.enumLicenseInvalid">
  211. <summary>
  212. Invalid license.
  213. </summary>
  214. </member>
  215. <member name="F:Dynamsoft.OCR.ErrorCode.enumLicenseExpired">
  216. <summary>
  217. Expired license.
  218. </summary>
  219. </member>
  220. <member name="F:Dynamsoft.OCR.ErrorCode.enumSystemException">
  221. <summary>
  222. System exception.
  223. </summary>
  224. </member>
  225. <member name="F:Dynamsoft.OCR.ErrorCode.enumUnknown">
  226. <summary>
  227. Unknown error.
  228. </summary>
  229. </member>
  230. <member name="F:Dynamsoft.OCR.ErrorCode.enumFailedToLoadModule">
  231. <summary>
  232. Failed to load OCR module.
  233. </summary>
  234. </member>
  235. <member name="F:Dynamsoft.OCR.ErrorCode.enumFailSaveAsTiff">
  236. <summary>
  237. Failed to save as tiff.
  238. </summary>
  239. </member>
  240. <member name="F:Dynamsoft.OCR.ErrorCode.enumInvalidValue">
  241. <summary>
  242. Invalid value.
  243. </summary>
  244. </member>
  245. <member name="T:DynamsoftLicense.EnumProductType">
  246. <summary>
  247. from license v1, change to unsigned int64
  248. </summary>
  249. </member>
  250. <member name="T:DynamsoftLicense.EnumOSType">
  251. <summary>
  252. from license v1, change to unsigned short
  253. </summary>
  254. </member>
  255. <member name="T:DynamsoftLicense.EnumReserved">
  256. <summary>
  257. from license v1, change to unsigned int64
  258. </summary>
  259. </member>
  260. <member name="T:DynamsoftLicense.EnumDistributeType">
  261. <summary>
  262. from license v1, change to unsigned int
  263. </summary>
  264. </member>
  265. <member name="T:Dynamsoft.OCR.Tesseract">
  266. <summary>
  267. Defines a class provides functions for recognizing text.
  268. </summary>
  269. </member>
  270. <member name="M:Dynamsoft.OCR.Tesseract.GetResultPageSetCount">
  271. <summary>
  272. Returns how many pagesets there are in the OCR result.
  273. </summary>
  274. <exception cref="T:Dynamsoft.OCR.OCRException">
  275. When an error occurs, please check OCRException.
  276. </exception>
  277. </member>
  278. <member name="M:Dynamsoft.OCR.Tesseract.GetResultPageCount(System.Int32)">
  279. <summary>
  280. Returns the number of pages that are recognized in a specified pageset.
  281. </summary>
  282. <param name="iPageSetIndex">Specifies the index of the selected pageset.</param>
  283. <returns>Int</returns>
  284. <exception cref="T:Dynamsoft.OCR.OCRException">
  285. When an error occurs, please check OCRException.
  286. </exception>
  287. </member>
  288. <member name="M:Dynamsoft.OCR.Tesseract.GetResultLineCount(System.Int32,System.Int32)">
  289. <summary>
  290. Returns how many lines there are in the OCR result for a specified page in a pageset.
  291. </summary>
  292. <param name="iPageSetIndex">Specifies the index of the selected pageset.</param>
  293. <returns>Int</returns>
  294. <exception cref="T:Dynamsoft.OCR.OCRException">
  295. When an error occurs, please check OCRException.
  296. </exception>
  297. </member>
  298. <member name="M:Dynamsoft.OCR.Tesseract.GetResultWordsCount(System.Int32,System.Int32,System.Int32)">
  299. <summary>
  300. Returns how many words there are in a specified line in a specified page of a pageset.
  301. </summary>
  302. <param name="iPageSetIndex">Specifies the index of the selected pageset.</param>
  303. <param name="iPageIndex">Specifies the index of the page in the pageset.</param>
  304. <param name="iLineIndex">Specifies the index of the line in the page.</param>
  305. <returns>Int</returns>
  306. <exception cref="T:Dynamsoft.OCR.OCRException">
  307. When an error occurs, please check OCRException.
  308. </exception>
  309. </member>
  310. <member name="M:Dynamsoft.OCR.Tesseract.GetResultLineRect(System.Int32,System.Int32,System.Int32)">
  311. <summary>
  312. Returns the coordinates for the rectangle that contains a specified line in a specified page of a pageset.
  313. </summary>
  314. <param name="iPageSetIndex">Specifies the index of the selected pageset.</param>
  315. <param name="iPageIndex">Specifies the index of the page in the pageset.</param>
  316. <param name="iLineIndex">Specifies the index of the line in the page.</param>
  317. <returns>The string in the format of "left,top,right,bottom". For example:"12,25,200,50".</returns>
  318. <exception cref="T:Dynamsoft.OCR.OCRException">
  319. When an error occurs, please check OCRException.
  320. </exception>
  321. </member>
  322. <member name="M:Dynamsoft.OCR.Tesseract.GetResultWordsRect(System.Int32,System.Int32,System.Int32,System.Int32)">
  323. <summary>
  324. Returns the coordinates for the rectangle that contains a specified word.
  325. </summary>
  326. <param name="iPageSetIndex">Specifies the index of the selected pageset.</param>
  327. <param name="iPageIndex">Specifies the index of the page in the pageset.</param>
  328. <param name="iLineIndex">Specifies the index of the line in the page.</param>
  329. <param name="iWordsIndex">Specifies the index of the word in the line.</param>
  330. <returns>The string in the format of "left,top,right,bottom". For example:"12,25,200,50".</returns>
  331. <exception cref="T:Dynamsoft.OCR.OCRException">
  332. When an error occurs, please check OCRException.
  333. </exception>
  334. </member>
  335. <member name="M:Dynamsoft.OCR.Tesseract.GetResultWordsFontSize(System.Int32,System.Int32,System.Int32,System.Int32)">
  336. <summary>
  337. Returns the font size of a specified word in the OCR result.
  338. </summary>
  339. <param name="iPageSetIndex">Specifies the index of the selected pageset.</param>
  340. <param name="iPageIndex">Specifies the index of the page in the pageset.</param>
  341. <param name="iLineIndex">Specifies the index of the line in the page.</param>
  342. <param name="iWordsIndex">Specifies the index of the word in the line.</param>
  343. <returns>Int</returns>
  344. <exception cref="T:Dynamsoft.OCR.OCRException">
  345. When an error occurs, please check OCRException.
  346. </exception>
  347. </member>
  348. <member name="M:Dynamsoft.OCR.Tesseract.GetResultWordsFontName(System.Int32,System.Int32,System.Int32,System.Int32)">
  349. <summary>
  350. Returns the font name of a specified word in the OCR result.
  351. </summary>
  352. <param name="iPageSetIndex">Specifies the index of the selected pageset.</param>
  353. <param name="iPageIndex">Specifies the index of the page in the pageset.</param>
  354. <param name="iLineIndex">Specifies the index of the line in the page.</param>
  355. <param name="iWordsIndex">Specifies the index of the word in the line.</param>
  356. <returns>String</returns>
  357. <exception cref="T:Dynamsoft.OCR.OCRException">
  358. When an error occurs, please check OCRException.
  359. </exception>
  360. </member>
  361. <member name="M:Dynamsoft.OCR.Tesseract.#ctor(System.String)">
  362. <summary>
  363. Initialize the component with features to do OCR.
  364. </summary>
  365. <param name="strLicense">Specifies the license. </param>
  366. <exception cref="T:Dynamsoft.OCR.OCRException">
  367. When an error occurs, please check OCRException.
  368. </exception>
  369. </member>
  370. <member name="M:Dynamsoft.OCR.Tesseract.GetRseultWordsText(System.Int32,System.Int32,System.Int32,System.Int32)">
  371. <summary>
  372. Returns the text of a specified word in the OCR result.
  373. </summary>
  374. <param name="iPageSetIndex">Specifies the index of the selected pageset.</param>
  375. <param name="iPageIndex">Specifies the index of the page in the pageset.</param>
  376. <param name="iLineIndex">Specifies the index of the line in the page.</param>
  377. <param name="iWordsIndex">Specifies the index of the word in the line.</param>
  378. <returns>String</returns>
  379. <exception cref="T:Dynamsoft.OCR.OCRException">
  380. When an error occurs, please check OCRException.
  381. </exception>
  382. </member>
  383. <member name="M:Dynamsoft.OCR.Tesseract.Recognize(System.Drawing.Bitmap)">
  384. <summary>
  385. Does OCR with the bitmap of the images and return PDF stream or ASCII string.
  386. </summary>
  387. <param name="bit">Specifies the bitmap of images in buffer. </param>
  388. <returns>Non-NULL indicates success. NULL indicates failure. Returned format is specified by ResultFormat.</returns>
  389. <exception cref="T:Dynamsoft.OCR.OCRException">
  390. When an error occurs, please check OCRException.
  391. </exception>
  392. </member>
  393. <member name="M:Dynamsoft.OCR.Tesseract.Recognize(System.Drawing.Bitmap,System.Int32,System.Int32,System.Int32,System.Int32)">
  394. <summary>
  395. Does zonal OCR with a list of the images and return PDF stream or ASCII string.
  396. </summary>
  397. <param name="bit">Specifies the bitmap of images in buffer. </param>
  398. <param name="iLeft">Specifies the left edge of the OCR rectangle. </param>
  399. <param name="iTop">Specifies the top edge of the OCR rectangle. </param>
  400. <param name="iRight">Specifies the right edge of the OCR rectangle. </param>
  401. <param name="iBottom">Specifies the bottom edge of the OCR rectangle. </param>
  402. <returns>Non-NULL indicates success. NULL indicates failure. Returned format is specified by ResultFormat.</returns>
  403. <exception cref="T:Dynamsoft.OCR.OCRException">
  404. When an error occurs, please check OCRException.
  405. </exception>
  406. </member>
  407. <member name="M:Dynamsoft.OCR.Tesseract.Recognize(System.Collections.Generic.List{System.Drawing.Bitmap})">
  408. <summary>
  409. Does OCR with a list of the images and return PDF stream or ASCII string.
  410. </summary>
  411. <param name="listBits">Specifies the list of images in buffer. The format is bitmap. </param>
  412. <returns>Non-NULL indicates success. NULL indicates failure. Returned format is specified by ResultFormat.</returns>
  413. <exception cref="T:Dynamsoft.OCR.OCRException">
  414. When an error occurs, please check OCRException.
  415. </exception>
  416. </member>
  417. <member name="M:Dynamsoft.OCR.Tesseract.Recognize(System.String[])">
  418. <summary>
  419. Does OCR with the image of a specified filenames.
  420. </summary>
  421. <param name="aryImageName">Specifies the the image with a specified filenames. </param>
  422. <returns>Non-NULL indicates success. NULL indicates failure. Returned format is specified by ResultFormat property.</returns>
  423. <exception cref="T:Dynamsoft.OCR.OCRException">
  424. When an error occurs, please check OCRException.
  425. </exception>
  426. </member>
  427. <member name="P:Dynamsoft.OCR.Tesseract.UnicodeFontName">
  428. <summary>
  429. Returns or sets the unicode font name used in PDF file. For example, "Arial", "ArialUni".
  430. </summary>
  431. <exception cref="T:Dynamsoft.OCR.OCRException">
  432. When an error occurs, please check OCRException.
  433. </exception>
  434. </member>
  435. <member name="P:Dynamsoft.OCR.Tesseract.UseDetectedFont">
  436. <summary>
  437. Returns or sets whether use the detected font.
  438. </summary>
  439. <exception cref="T:Dynamsoft.OCR.OCRException">
  440. When an error occurs, please check OCRException.
  441. </exception>
  442. </member>
  443. <member name="P:Dynamsoft.OCR.Tesseract.TessDataPath">
  444. <summary>
  445. Returns or sets the tessdata path. The datapath must be the name of the parent directory of tessdata and must be ended with '/' . Any words after the last '/' will be stripped.
  446. </summary>
  447. <exception cref="T:Dynamsoft.OCR.OCRException">
  448. When an error occurs, please check OCRException.
  449. </exception>
  450. </member>
  451. <member name="P:Dynamsoft.OCR.Tesseract.TessDataBuffer">
  452. <summary>
  453. Sets the trainned data. OCR will use the buffer first.
  454. </summary>
  455. </member>
  456. <member name="P:Dynamsoft.OCR.Tesseract.Language">
  457. <summary>
  458. Returns or sets the language string. The language is (usually) an ISO 639-3 string, the default value is "eng".
  459. </summary>
  460. <exception cref="T:Dynamsoft.OCR.OCRException">
  461. When an error occurs, please check OCRException.
  462. </exception>
  463. </member>
  464. <member name="P:Dynamsoft.OCR.Tesseract.PageSetMode">
  465. <summary>
  466. Returns or sets the possible modes for page layout analysis.
  467. </summary>
  468. <exception cref="T:Dynamsoft.OCR.OCRException">
  469. When an error occurs, please check OCRException.
  470. </exception>
  471. </member>
  472. <member name="P:Dynamsoft.OCR.Tesseract.ResultFormat">
  473. <summary>
  474. Returns or sets the OCR output format.
  475. </summary>
  476. <exception cref="T:Dynamsoft.OCR.OCRException">
  477. When an error occurs, please check OCRException.
  478. </exception>
  479. </member>
  480. <member name="P:Dynamsoft.OCR.Tesseract.NumericOnly">
  481. <summary>
  482. Returns or sets whether to get the result in numbers only.
  483. </summary>
  484. <exception cref="T:Dynamsoft.OCR.OCRException">
  485. When an error occurs, please check OCRException.
  486. </exception>
  487. </member>
  488. <member name="P:Dynamsoft.OCR.Tesseract.PdfFontSize">
  489. <summary>
  490. Returns or sets the size for the PDF font.
  491. </summary>
  492. <exception cref="T:Dynamsoft.OCR.OCRException">
  493. When an error occurs, please check OCRException.
  494. </exception>
  495. </member>
  496. <member name="T:Dynamsoft.Tesseract.Resource">
  497. <summary>
  498. A strongly-typed resource class, for looking up localized strings, etc.
  499. </summary>
  500. </member>
  501. <member name="P:Dynamsoft.Tesseract.Resource.ResourceManager">
  502. <summary>
  503. Returns the cached ResourceManager instance used by this class.
  504. </summary>
  505. </member>
  506. <member name="P:Dynamsoft.Tesseract.Resource.Culture">
  507. <summary>
  508. Overrides the current thread's CurrentUICulture property for all
  509. resource lookups using this strongly typed resource class.
  510. </summary>
  511. </member>
  512. <member name="P:Dynamsoft.Tesseract.Resource.DynamsoftOCRx64">
  513. <summary>
  514. Looks up a localized resource of type System.Byte[].
  515. </summary>
  516. </member>
  517. <member name="P:Dynamsoft.Tesseract.Resource.DynamsoftOCRx86">
  518. <summary>
  519. Looks up a localized resource of type System.Byte[].
  520. </summary>
  521. </member>
  522. <member name="P:Dynamsoft.Tesseract.Resource.PDFLicenseInvalid">
  523. <summary>
  524. Looks up a localized resource of type System.Byte[].
  525. </summary>
  526. </member>
  527. <member name="P:Dynamsoft.Tesseract.Resource.TXTLicenseInvalid">
  528. <summary>
  529. Looks up a localized string similar to Your license number for the OCR SDK doesn’t exist or it’s invalid..
  530. </summary>
  531. </member>
  532. <member name="P:Dynamsoft.Tesseract.Resource.watermark_greyscale">
  533. <summary>
  534. Looks up a localized resource of type System.Drawing.Bitmap.
  535. </summary>
  536. </member>
  537. </members>
  538. </doc>