wordstrboxrenderer.nativecodeanalysis.sarif 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387
  1. {
  2. "version": "2.1.0",
  3. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
  4. "runs": [
  5. {
  6. "results": [
  7. {
  8. "ruleId": "C26495",
  9. "message": {
  10. "text": "Die Variable \"tesseract::ELIST_ITERATOR::ex_current_was_cycle_pt\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/elst.h"
  17. },
  18. "region": {
  19. "startLine": 204,
  20. "startColumn": 3,
  21. "endLine": 204,
  22. "endColumn": 3
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "??0ELIST_ITERATOR@tesseract@@QEAA@XZ",
  28. "kind": "function"
  29. }
  30. ]
  31. }
  32. ],
  33. "properties": {
  34. "targetSymbol": "tesseract::ELIST_ITERATOR::ex_current_was_cycle_pt"
  35. }
  36. },
  37. {
  38. "ruleId": "C26495",
  39. "message": {
  40. "text": "Die Variable \"tesseract::ELIST_ITERATOR::started_cycling\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  41. },
  42. "locations": [
  43. {
  44. "physicalLocation": {
  45. "artifactLocation": {
  46. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/elst.h"
  47. },
  48. "region": {
  49. "startLine": 204,
  50. "startColumn": 3,
  51. "endLine": 204,
  52. "endColumn": 3
  53. }
  54. },
  55. "logicalLocations": [
  56. {
  57. "decoratedName": "??0ELIST_ITERATOR@tesseract@@QEAA@XZ",
  58. "kind": "function"
  59. }
  60. ]
  61. }
  62. ],
  63. "properties": {
  64. "targetSymbol": "tesseract::ELIST_ITERATOR::started_cycling"
  65. }
  66. },
  67. {
  68. "ruleId": "C26495",
  69. "message": {
  70. "text": "Die Variable \"tesseract::ELIST_ITERATOR::ex_current_was_last\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  71. },
  72. "locations": [
  73. {
  74. "physicalLocation": {
  75. "artifactLocation": {
  76. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/elst.h"
  77. },
  78. "region": {
  79. "startLine": 204,
  80. "startColumn": 3,
  81. "endLine": 204,
  82. "endColumn": 3
  83. }
  84. },
  85. "logicalLocations": [
  86. {
  87. "decoratedName": "??0ELIST_ITERATOR@tesseract@@QEAA@XZ",
  88. "kind": "function"
  89. }
  90. ]
  91. }
  92. ],
  93. "properties": {
  94. "targetSymbol": "tesseract::ELIST_ITERATOR::ex_current_was_last"
  95. }
  96. },
  97. {
  98. "ruleId": "C26495",
  99. "message": {
  100. "text": "Die Variable \"tesseract::ELIST_ITERATOR::cycle_pt\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  101. },
  102. "locations": [
  103. {
  104. "physicalLocation": {
  105. "artifactLocation": {
  106. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/elst.h"
  107. },
  108. "region": {
  109. "startLine": 204,
  110. "startColumn": 3,
  111. "endLine": 204,
  112. "endColumn": 3
  113. }
  114. },
  115. "logicalLocations": [
  116. {
  117. "decoratedName": "??0ELIST_ITERATOR@tesseract@@QEAA@XZ",
  118. "kind": "function"
  119. }
  120. ]
  121. }
  122. ],
  123. "properties": {
  124. "targetSymbol": "tesseract::ELIST_ITERATOR::cycle_pt"
  125. }
  126. },
  127. {
  128. "ruleId": "C26495",
  129. "message": {
  130. "text": "Die Variable \"tesseract::ELIST_ITERATOR::next\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  131. },
  132. "locations": [
  133. {
  134. "physicalLocation": {
  135. "artifactLocation": {
  136. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/elst.h"
  137. },
  138. "region": {
  139. "startLine": 204,
  140. "startColumn": 3,
  141. "endLine": 204,
  142. "endColumn": 3
  143. }
  144. },
  145. "logicalLocations": [
  146. {
  147. "decoratedName": "??0ELIST_ITERATOR@tesseract@@QEAA@XZ",
  148. "kind": "function"
  149. }
  150. ]
  151. }
  152. ],
  153. "properties": {
  154. "targetSymbol": "tesseract::ELIST_ITERATOR::next"
  155. }
  156. },
  157. {
  158. "ruleId": "C26495",
  159. "message": {
  160. "text": "Die Variable \"tesseract::ELIST_ITERATOR::prev\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  161. },
  162. "locations": [
  163. {
  164. "physicalLocation": {
  165. "artifactLocation": {
  166. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/elst.h"
  167. },
  168. "region": {
  169. "startLine": 204,
  170. "startColumn": 3,
  171. "endLine": 204,
  172. "endColumn": 3
  173. }
  174. },
  175. "logicalLocations": [
  176. {
  177. "decoratedName": "??0ELIST_ITERATOR@tesseract@@QEAA@XZ",
  178. "kind": "function"
  179. }
  180. ]
  181. }
  182. ],
  183. "properties": {
  184. "targetSymbol": "tesseract::ELIST_ITERATOR::prev"
  185. }
  186. },
  187. {
  188. "ruleId": "C26495",
  189. "message": {
  190. "text": "Die Variable \"tesseract::ELIST_ITERATOR::current\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  191. },
  192. "locations": [
  193. {
  194. "physicalLocation": {
  195. "artifactLocation": {
  196. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/elst.h"
  197. },
  198. "region": {
  199. "startLine": 204,
  200. "startColumn": 3,
  201. "endLine": 204,
  202. "endColumn": 3
  203. }
  204. },
  205. "logicalLocations": [
  206. {
  207. "decoratedName": "??0ELIST_ITERATOR@tesseract@@QEAA@XZ",
  208. "kind": "function"
  209. }
  210. ]
  211. }
  212. ],
  213. "properties": {
  214. "targetSymbol": "tesseract::ELIST_ITERATOR::current"
  215. }
  216. },
  217. {
  218. "ruleId": "C26495",
  219. "message": {
  220. "text": "Die Variable \"tesseract::CLIST_ITERATOR::started_cycling\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  221. },
  222. "locations": [
  223. {
  224. "physicalLocation": {
  225. "artifactLocation": {
  226. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/clst.h"
  227. },
  228. "region": {
  229. "startLine": 162,
  230. "startColumn": 3,
  231. "endLine": 162,
  232. "endColumn": 3
  233. }
  234. },
  235. "logicalLocations": [
  236. {
  237. "decoratedName": "??0CLIST_ITERATOR@tesseract@@QEAA@XZ",
  238. "kind": "function"
  239. }
  240. ]
  241. }
  242. ],
  243. "properties": {
  244. "targetSymbol": "tesseract::CLIST_ITERATOR::started_cycling"
  245. }
  246. },
  247. {
  248. "ruleId": "C26495",
  249. "message": {
  250. "text": "Die Variable \"tesseract::CLIST_ITERATOR::ex_current_was_cycle_pt\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  251. },
  252. "locations": [
  253. {
  254. "physicalLocation": {
  255. "artifactLocation": {
  256. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/clst.h"
  257. },
  258. "region": {
  259. "startLine": 162,
  260. "startColumn": 3,
  261. "endLine": 162,
  262. "endColumn": 3
  263. }
  264. },
  265. "logicalLocations": [
  266. {
  267. "decoratedName": "??0CLIST_ITERATOR@tesseract@@QEAA@XZ",
  268. "kind": "function"
  269. }
  270. ]
  271. }
  272. ],
  273. "properties": {
  274. "targetSymbol": "tesseract::CLIST_ITERATOR::ex_current_was_cycle_pt"
  275. }
  276. },
  277. {
  278. "ruleId": "C26495",
  279. "message": {
  280. "text": "Die Variable \"tesseract::CLIST_ITERATOR::ex_current_was_last\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  281. },
  282. "locations": [
  283. {
  284. "physicalLocation": {
  285. "artifactLocation": {
  286. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/clst.h"
  287. },
  288. "region": {
  289. "startLine": 162,
  290. "startColumn": 3,
  291. "endLine": 162,
  292. "endColumn": 3
  293. }
  294. },
  295. "logicalLocations": [
  296. {
  297. "decoratedName": "??0CLIST_ITERATOR@tesseract@@QEAA@XZ",
  298. "kind": "function"
  299. }
  300. ]
  301. }
  302. ],
  303. "properties": {
  304. "targetSymbol": "tesseract::CLIST_ITERATOR::ex_current_was_last"
  305. }
  306. },
  307. {
  308. "ruleId": "C26495",
  309. "message": {
  310. "text": "Die Variable \"tesseract::CLIST_ITERATOR::cycle_pt\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  311. },
  312. "locations": [
  313. {
  314. "physicalLocation": {
  315. "artifactLocation": {
  316. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/clst.h"
  317. },
  318. "region": {
  319. "startLine": 162,
  320. "startColumn": 3,
  321. "endLine": 162,
  322. "endColumn": 3
  323. }
  324. },
  325. "logicalLocations": [
  326. {
  327. "decoratedName": "??0CLIST_ITERATOR@tesseract@@QEAA@XZ",
  328. "kind": "function"
  329. }
  330. ]
  331. }
  332. ],
  333. "properties": {
  334. "targetSymbol": "tesseract::CLIST_ITERATOR::cycle_pt"
  335. }
  336. },
  337. {
  338. "ruleId": "C26495",
  339. "message": {
  340. "text": "Die Variable \"tesseract::CLIST_ITERATOR::next\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  341. },
  342. "locations": [
  343. {
  344. "physicalLocation": {
  345. "artifactLocation": {
  346. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/clst.h"
  347. },
  348. "region": {
  349. "startLine": 162,
  350. "startColumn": 3,
  351. "endLine": 162,
  352. "endColumn": 3
  353. }
  354. },
  355. "logicalLocations": [
  356. {
  357. "decoratedName": "??0CLIST_ITERATOR@tesseract@@QEAA@XZ",
  358. "kind": "function"
  359. }
  360. ]
  361. }
  362. ],
  363. "properties": {
  364. "targetSymbol": "tesseract::CLIST_ITERATOR::next"
  365. }
  366. },
  367. {
  368. "ruleId": "C26495",
  369. "message": {
  370. "text": "Die Variable \"tesseract::CLIST_ITERATOR::prev\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  371. },
  372. "locations": [
  373. {
  374. "physicalLocation": {
  375. "artifactLocation": {
  376. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/clst.h"
  377. },
  378. "region": {
  379. "startLine": 162,
  380. "startColumn": 3,
  381. "endLine": 162,
  382. "endColumn": 3
  383. }
  384. },
  385. "logicalLocations": [
  386. {
  387. "decoratedName": "??0CLIST_ITERATOR@tesseract@@QEAA@XZ",
  388. "kind": "function"
  389. }
  390. ]
  391. }
  392. ],
  393. "properties": {
  394. "targetSymbol": "tesseract::CLIST_ITERATOR::prev"
  395. }
  396. },
  397. {
  398. "ruleId": "C26495",
  399. "message": {
  400. "text": "Die Variable \"tesseract::CLIST_ITERATOR::current\" ist nicht initialisiert. Eine Membervariable muss immer initialisiert werden (type.6)."
  401. },
  402. "locations": [
  403. {
  404. "physicalLocation": {
  405. "artifactLocation": {
  406. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/clst.h"
  407. },
  408. "region": {
  409. "startLine": 162,
  410. "startColumn": 3,
  411. "endLine": 162,
  412. "endColumn": 3
  413. }
  414. },
  415. "logicalLocations": [
  416. {
  417. "decoratedName": "??0CLIST_ITERATOR@tesseract@@QEAA@XZ",
  418. "kind": "function"
  419. }
  420. ]
  421. }
  422. ],
  423. "properties": {
  424. "targetSymbol": "tesseract::CLIST_ITERATOR::current"
  425. }
  426. },
  427. {
  428. "ruleId": "C6297",
  429. "message": {
  430. "text": "Arithmetischer Überlauf: Der 32-Bit-Wert wird verschoben und dann in einen 64-Bit-Wert umgewandelt. Die Ergebnisse entsprechen möglicherweise nicht dem erwarteten Wert."
  431. },
  432. "locations": [
  433. {
  434. "physicalLocation": {
  435. "artifactLocation": {
  436. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/dict/trie.h"
  437. },
  438. "region": {
  439. "startLine": 152,
  440. "startColumn": 19,
  441. "endLine": 152,
  442. "endColumn": 39
  443. }
  444. },
  445. "logicalLocations": [
  446. {
  447. "decoratedName": "?KillEdge@Trie@tesseract@@QEBAXPEA_K@Z",
  448. "kind": "function"
  449. }
  450. ]
  451. }
  452. ]
  453. }
  454. ],
  455. "tool": {
  456. "driver": {
  457. "name": "PREfast",
  458. "fullName": "PREfast Code Analysis",
  459. "version": "14.29.30159.0",
  460. "informationUri": "https://aka.ms/cpp/ca"
  461. }
  462. },
  463. "invocations": [
  464. {
  465. "commandLine": "D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\c1xx.dll -ACf{1F7B090C-16DB-4822-966A-A93D26ED4681} -ACpmspft140.dll -Alint -D_PREFAST_ -D_AST_FE_ -Analyze -zm0x00007FF62CE9FC60 -il C:\\Users\\wruser\\AppData\\Local\\Temp\\_CL_0dd053bbast -typedil -f ..\\..\\thirdparty\\tesseract\\src\\api\\wordstrboxrenderer.cpp -Ze -D_MSC_EXTENSIONS -Zp16 -pc \\:/ -D_MSC_VER=1929 -D_MSC_FULL_VER=192930159 -D_MSC_BUILD=0 -D_M_AMD64=100 -ZILP448 -D_M_X64=100 -D_WIN64 -D_WIN32 -GR -D_CPPRTTI -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\include -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\leptonica\\src -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\include -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\api -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\arch -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\ccmain -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\ccstruct -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\ccutil -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\classify -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\dict -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\lstm -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\textord -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\viewer -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\wordrec -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\tesseract\\src\\cutil -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\scripts\\tesseract -nologo -W 3 -diagnostics:column -GF -Og -Ot -Oy -Oi -ltcg -DCODE_ANALYSIS -DHAVE_LEPTONICA -DHAVE_TESSERACT -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -DDISABLED_LEGACY_ENGINE -DWIN32 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_SSE4_1 -DHAVE_FMA -D__AVX__ -D__AVX2__ -D__FMA__ -D__SSE4_1__ -D_CRT_SECURE_NO_WARNINGS -DNDEBUG -D_LIB -EHs -D_CPPUNWIND -EHc -MD -D_MT -D_DLL -GS -D_M_FP_PRECISE -permissive- -Zc:wchar_t -Zc:forScope -std:c++17 -Fox64\\Release\\libtesseract\\wordstrboxrenderer.obj -FdC:\\Users\\wruser\\source\\repos\\SharpMuPDF\\x64\\Release\\libtesseract.pdb -external:W 3 -Gd -wd 4018 -wd 4146 -wd 4244 -wd 4267 -wd 4566 -analyze:projectdirectory C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\platform\\win32 -analyze:rulesetdirectory ;D:\\Programme\\VS2022\\Team Tools\\Static Analysis Tools\\\\Rule Sets; -analyze:ruleset D:\\Programme\\VS2022\\Team Tools\\Static Analysis Tools\\Rule Sets\\NativeRecommendedRules.ruleset -analyze:quiet -analyze:plugin D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\EspXEngine.dll -FC -errorreport:prompt -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -external:I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -external:I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -external:I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -external:I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um",
  466. "executionSuccessful": true
  467. }
  468. ],
  469. "artifacts": [
  470. {
  471. "location": {
  472. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/elst.h"
  473. },
  474. "roles": [
  475. "resultFile"
  476. ],
  477. "hashes": {
  478. "md5": "4d18707e0ff533d19d19150dc8be52cd"
  479. }
  480. },
  481. {
  482. "location": {
  483. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/ccutil/clst.h"
  484. },
  485. "roles": [
  486. "resultFile"
  487. ],
  488. "hashes": {
  489. "md5": "de9cddfcaefab954d72c18a6a29ed53c"
  490. }
  491. },
  492. {
  493. "location": {
  494. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/tesseract/src/dict/trie.h"
  495. },
  496. "roles": [
  497. "resultFile"
  498. ],
  499. "hashes": {
  500. "md5": "5b63916efc5f347401f3206e663014b6"
  501. }
  502. },
  503. {
  504. "location": {
  505. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccmain/applybox.cpp"
  506. },
  507. "roles": [
  508. "analysisTarget"
  509. ],
  510. "hashes": {
  511. "md5": "e161d703326a39786c46804f296c142e"
  512. }
  513. },
  514. {
  515. "location": {
  516. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/include/tesseract/unichar.h"
  517. },
  518. "hashes": {
  519. "md5": "22f50d071617daa4aeee989acef368e6"
  520. }
  521. },
  522. {
  523. "location": {
  524. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/include/tesseract/export.h"
  525. },
  526. "hashes": {
  527. "md5": "333013990314f66b924f6328de675d86"
  528. }
  529. },
  530. {
  531. "location": {
  532. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/pageres.h"
  533. },
  534. "hashes": {
  535. "md5": "ef847a44b3f787a6ca9e75b926da3e06"
  536. }
  537. },
  538. {
  539. "location": {
  540. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/blamer.h"
  541. },
  542. "hashes": {
  543. "md5": "09bd0016043f35501ef68ac6f438ecc4"
  544. }
  545. },
  546. {
  547. "location": {
  548. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/boxword.h"
  549. },
  550. "hashes": {
  551. "md5": "0d9de2413a457098b9b2ad1b9ca73148"
  552. }
  553. },
  554. {
  555. "location": {
  556. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/rect.h"
  557. },
  558. "hashes": {
  559. "md5": "8b7d46f61dcb4e9e460509cc27dd52b4"
  560. }
  561. },
  562. {
  563. "location": {
  564. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/points.h"
  565. },
  566. "hashes": {
  567. "md5": "cb764b6786242c2452f00fc2e4136e56"
  568. }
  569. },
  570. {
  571. "location": {
  572. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/list.h"
  573. },
  574. "hashes": {
  575. "md5": "35a11a8eb55de0021d01b11cd2cae4c9"
  576. }
  577. },
  578. {
  579. "location": {
  580. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/lsterr.h"
  581. },
  582. "hashes": {
  583. "md5": "017a97cd98415e008163ee6456032374"
  584. }
  585. },
  586. {
  587. "location": {
  588. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/errcode.h"
  589. },
  590. "hashes": {
  591. "md5": "ca5bbbceb64093926f583ce465d8b34e"
  592. }
  593. },
  594. {
  595. "location": {
  596. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/serialis.h"
  597. },
  598. "hashes": {
  599. "md5": "f0848c6c98fc89582f337cc774056f44"
  600. }
  601. },
  602. {
  603. "location": {
  604. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/include/tesseract/baseapi.h"
  605. },
  606. "hashes": {
  607. "md5": "a9d71757e875de5a8f072533ef0245fb"
  608. }
  609. },
  610. {
  611. "location": {
  612. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/include/tesseract/pageiterator.h"
  613. },
  614. "hashes": {
  615. "md5": "53a6f0ea9bbc2f741501845f581b947e"
  616. }
  617. },
  618. {
  619. "location": {
  620. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/include/tesseract/publictypes.h"
  621. },
  622. "hashes": {
  623. "md5": "56bd1df04c77d7d6f3329004a536a69f"
  624. }
  625. },
  626. {
  627. "location": {
  628. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/include/tesseract/resultiterator.h"
  629. },
  630. "hashes": {
  631. "md5": "3645847e5e7cc15a3c9521d6eda0d613"
  632. }
  633. },
  634. {
  635. "location": {
  636. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/include/tesseract/ltrresultiterator.h"
  637. },
  638. "hashes": {
  639. "md5": "53e4f1b2e20a5163b1717cc61a197564"
  640. }
  641. },
  642. {
  643. "location": {
  644. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/scripts/tesseract/tesseract/version.h"
  645. },
  646. "hashes": {
  647. "md5": "b897f362947a4d983c1830c349c26d01"
  648. }
  649. },
  650. {
  651. "location": {
  652. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/tesstypes.h"
  653. },
  654. "hashes": {
  655. "md5": "2d0a1799f9264e48c8eae29df08118d3"
  656. }
  657. },
  658. {
  659. "location": {
  660. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/viewer/scrollview.h"
  661. },
  662. "hashes": {
  663. "md5": "1c92e602441a73186cb251b34e2848d3"
  664. }
  665. },
  666. {
  667. "location": {
  668. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/image.h"
  669. },
  670. "hashes": {
  671. "md5": "33e08d77c98223af2149ca8dc0e9ad09"
  672. }
  673. },
  674. {
  675. "location": {
  676. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/tprintf.h"
  677. },
  678. "hashes": {
  679. "md5": "be6c9791f63dd545f625db625462ee6d"
  680. }
  681. },
  682. {
  683. "location": {
  684. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/params.h"
  685. },
  686. "hashes": {
  687. "md5": "df22b34f23ab2cfc45dc5291f2995a06"
  688. }
  689. },
  690. {
  691. "location": {
  692. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/ratngs.h"
  693. },
  694. "hashes": {
  695. "md5": "b86a1d05b208a82a26abc8fea3ea1a8c"
  696. }
  697. },
  698. {
  699. "location": {
  700. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/matrix.h"
  701. },
  702. "hashes": {
  703. "md5": "aeef9f5b6c61eae62ae99095c4959c1b"
  704. }
  705. },
  706. {
  707. "location": {
  708. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/helpers.h"
  709. },
  710. "hashes": {
  711. "md5": "1f9df565ba17bec88bf436f94f81d74d"
  712. }
  713. },
  714. {
  715. "location": {
  716. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/kdpair.h"
  717. },
  718. "hashes": {
  719. "md5": "441d35051a7b35709d6a4c3fcc8552fd"
  720. }
  721. },
  722. {
  723. "location": {
  724. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/unicharset.h"
  725. },
  726. "hashes": {
  727. "md5": "42050de55526446c12a271ee6ff4f194"
  728. }
  729. },
  730. {
  731. "location": {
  732. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/unicharmap.h"
  733. },
  734. "hashes": {
  735. "md5": "58ec8c855494500f79236251f9248c7e"
  736. }
  737. },
  738. {
  739. "location": {
  740. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/werd.h"
  741. },
  742. "hashes": {
  743. "md5": "fc555ee5b89231ebf89e1084596ba0b5"
  744. }
  745. },
  746. {
  747. "location": {
  748. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/elst2.h"
  749. },
  750. "hashes": {
  751. "md5": "1197a17ec55447d6a3a3c817911a1bb4"
  752. }
  753. },
  754. {
  755. "location": {
  756. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/stepblob.h"
  757. },
  758. "hashes": {
  759. "md5": "6e79f3086c1c21b6e206cb4d7d1619ba"
  760. }
  761. },
  762. {
  763. "location": {
  764. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/coutln.h"
  765. },
  766. "hashes": {
  767. "md5": "592ba6e356f6f55f5864f2e7106679b3"
  768. }
  769. },
  770. {
  771. "location": {
  772. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/mod128.h"
  773. },
  774. "hashes": {
  775. "md5": "ed83cd755ac92f390a4932e404ed166b"
  776. }
  777. },
  778. {
  779. "location": {
  780. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/ocrrow.h"
  781. },
  782. "hashes": {
  783. "md5": "c1059cec5d29c2e84abff597dee83c89"
  784. }
  785. },
  786. {
  787. "location": {
  788. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/quspline.h"
  789. },
  790. "hashes": {
  791. "md5": "49328c522a8641b362f404199108de76"
  792. }
  793. },
  794. {
  795. "location": {
  796. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/genericvector.h"
  797. },
  798. "hashes": {
  799. "md5": "699964478dd5f3742dbfdbd98eb7c5a3"
  800. }
  801. },
  802. {
  803. "location": {
  804. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/normalis.h"
  805. },
  806. "hashes": {
  807. "md5": "5fc2a9c2a2270906337bb053ef83ca99"
  808. }
  809. },
  810. {
  811. "location": {
  812. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/rejctmap.h"
  813. },
  814. "hashes": {
  815. "md5": "45844dbf3b29c580908665a1d0542cc1"
  816. }
  817. },
  818. {
  819. "location": {
  820. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccmain/tesseractclass.h"
  821. },
  822. "hashes": {
  823. "md5": "17d7269fc2e0ae75cb9782b56f839651"
  824. }
  825. },
  826. {
  827. "location": {
  828. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccmain/control.h"
  829. },
  830. "hashes": {
  831. "md5": "f3c64df7dd92725165624ce22b84a782"
  832. }
  833. },
  834. {
  835. "location": {
  836. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/debugpixa.h"
  837. },
  838. "hashes": {
  839. "md5": "9ea59ba85ff5121098f4836f6c445bbc"
  840. }
  841. },
  842. {
  843. "location": {
  844. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/allheaders.h"
  845. },
  846. "hashes": {
  847. "md5": "999d534a4ad60a2b7511196f8e6509e4"
  848. }
  849. },
  850. {
  851. "location": {
  852. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/alltypes.h"
  853. },
  854. "hashes": {
  855. "md5": "a53441277a26b8f0bb926cb17df2dfb7"
  856. }
  857. },
  858. {
  859. "location": {
  860. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/scripts/tesseract/endianness.h"
  861. },
  862. "hashes": {
  863. "md5": "c5b34010ae58ee994fb431b8736f6f4c"
  864. }
  865. },
  866. {
  867. "location": {
  868. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/environ.h"
  869. },
  870. "hashes": {
  871. "md5": "f12002e24a0542a8b820943238c03777"
  872. }
  873. },
  874. {
  875. "location": {
  876. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/array.h"
  877. },
  878. "hashes": {
  879. "md5": "905c3a077932844148e6ce1a082ad3fd"
  880. }
  881. },
  882. {
  883. "location": {
  884. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/bbuffer.h"
  885. },
  886. "hashes": {
  887. "md5": "9698e12ada03098f0d12a09c12cf6063"
  888. }
  889. },
  890. {
  891. "location": {
  892. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/hashmap.h"
  893. },
  894. "hashes": {
  895. "md5": "a67f5cea1a1d468a3c082936a3c6ceae"
  896. }
  897. },
  898. {
  899. "location": {
  900. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/heap.h"
  901. },
  902. "hashes": {
  903. "md5": "b4a5a51c54ae3ecf0da810f807a29c83"
  904. }
  905. },
  906. {
  907. "location": {
  908. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/list.h"
  909. },
  910. "hashes": {
  911. "md5": "c1df1f5c4859fcff277e25e2af485e32"
  912. }
  913. },
  914. {
  915. "location": {
  916. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/ptra.h"
  917. },
  918. "hashes": {
  919. "md5": "09b92e82a1ea998e1f7e4023c008cf51"
  920. }
  921. },
  922. {
  923. "location": {
  924. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/queue.h"
  925. },
  926. "hashes": {
  927. "md5": "ceded2bcd4bc2c553683c2643f69e6a5"
  928. }
  929. },
  930. {
  931. "location": {
  932. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/rbtree.h"
  933. },
  934. "hashes": {
  935. "md5": "803860fffdd81a3fc3fff30294c8f8cb"
  936. }
  937. },
  938. {
  939. "location": {
  940. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/stack.h"
  941. },
  942. "hashes": {
  943. "md5": "0740173ae3e4e7de5f4c6fe821a4f0e7"
  944. }
  945. },
  946. {
  947. "location": {
  948. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/arrayaccess.h"
  949. },
  950. "hashes": {
  951. "md5": "dcb43ea7a43e1fddf264fe501878db3d"
  952. }
  953. },
  954. {
  955. "location": {
  956. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/bmf.h"
  957. },
  958. "hashes": {
  959. "md5": "e34a65325b94bfa5d1dca2f9424ca1f0"
  960. }
  961. },
  962. {
  963. "location": {
  964. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/ccbord.h"
  965. },
  966. "hashes": {
  967. "md5": "90250b263699310ce40909628dbd7758"
  968. }
  969. },
  970. {
  971. "location": {
  972. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/colorfill.h"
  973. },
  974. "hashes": {
  975. "md5": "c9cf5349852bf9054e7f3c5bbafac76e"
  976. }
  977. },
  978. {
  979. "location": {
  980. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/dewarp.h"
  981. },
  982. "hashes": {
  983. "md5": "493b17891572abea870917ab41bf12c6"
  984. }
  985. },
  986. {
  987. "location": {
  988. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/gplot.h"
  989. },
  990. "hashes": {
  991. "md5": "55cf40c06fd537d7b8714aaf1f7a0042"
  992. }
  993. },
  994. {
  995. "location": {
  996. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/imageio.h"
  997. },
  998. "hashes": {
  999. "md5": "f517e3d907fee1ec4c974fad7dfdb29d"
  1000. }
  1001. },
  1002. {
  1003. "location": {
  1004. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/jbclass.h"
  1005. },
  1006. "hashes": {
  1007. "md5": "c922deeb8eb844a7a2260f9c0a709218"
  1008. }
  1009. },
  1010. {
  1011. "location": {
  1012. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/morph.h"
  1013. },
  1014. "hashes": {
  1015. "md5": "44855c4ddac6a28583d89947fcdbfdfc"
  1016. }
  1017. },
  1018. {
  1019. "location": {
  1020. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/pix.h"
  1021. },
  1022. "hashes": {
  1023. "md5": "1fc6f88f9c79b5158469904b66645f7d"
  1024. }
  1025. },
  1026. {
  1027. "location": {
  1028. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/recog.h"
  1029. },
  1030. "hashes": {
  1031. "md5": "f49b37b951f9036fb2dcf726b741db4e"
  1032. }
  1033. },
  1034. {
  1035. "location": {
  1036. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/regutils.h"
  1037. },
  1038. "hashes": {
  1039. "md5": "fe7a3db017220d34590fd29869e5d61c"
  1040. }
  1041. },
  1042. {
  1043. "location": {
  1044. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/stringcode.h"
  1045. },
  1046. "hashes": {
  1047. "md5": "94fce55340931aded34d6d7fd60d842e"
  1048. }
  1049. },
  1050. {
  1051. "location": {
  1052. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/sudoku.h"
  1053. },
  1054. "hashes": {
  1055. "md5": "fb101a2c192580933be1b8236c2bdc15"
  1056. }
  1057. },
  1058. {
  1059. "location": {
  1060. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/leptonica/src/watershed.h"
  1061. },
  1062. "hashes": {
  1063. "md5": "44a71dd892c2fab6459227f7bcc400ee"
  1064. }
  1065. },
  1066. {
  1067. "location": {
  1068. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/textord/devanagari_processing.h"
  1069. },
  1070. "hashes": {
  1071. "md5": "bb7498a407c61a5fc74fde4141620d14"
  1072. }
  1073. },
  1074. {
  1075. "location": {
  1076. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/ocrblock.h"
  1077. },
  1078. "hashes": {
  1079. "md5": "2101475fe42f5c49ea640cc0857d950d"
  1080. }
  1081. },
  1082. {
  1083. "location": {
  1084. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/ocrpara.h"
  1085. },
  1086. "hashes": {
  1087. "md5": "57573167504856ac525c576a24e1b6d1"
  1088. }
  1089. },
  1090. {
  1091. "location": {
  1092. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/pdblock.h"
  1093. },
  1094. "hashes": {
  1095. "md5": "3078f23acc0309b4be17faf5af5cfd2b"
  1096. }
  1097. },
  1098. {
  1099. "location": {
  1100. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/polyblk.h"
  1101. },
  1102. "hashes": {
  1103. "md5": "2726d572778691c729dd29f3e10a3c3e"
  1104. }
  1105. },
  1106. {
  1107. "location": {
  1108. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/tessdatamanager.h"
  1109. },
  1110. "hashes": {
  1111. "md5": "48e33b4a6428e1816296b94e6d1e5580"
  1112. }
  1113. },
  1114. {
  1115. "location": {
  1116. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/textord/textord.h"
  1117. },
  1118. "hashes": {
  1119. "md5": "eb1d3d2acb237b766c3030eb6e3da337"
  1120. }
  1121. },
  1122. {
  1123. "location": {
  1124. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/textord/bbgrid.h"
  1125. },
  1126. "hashes": {
  1127. "md5": "39f63a1cc059f1562e1865f2c04d8f98"
  1128. }
  1129. },
  1130. {
  1131. "location": {
  1132. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/blobbox.h"
  1133. },
  1134. "hashes": {
  1135. "md5": "b208386aa8f5823c5b897417f6d0e8aa"
  1136. }
  1137. },
  1138. {
  1139. "location": {
  1140. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/statistc.h"
  1141. },
  1142. "hashes": {
  1143. "md5": "68d98c48f46818b438b2677867026cf3"
  1144. }
  1145. },
  1146. {
  1147. "location": {
  1148. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccstruct/ccstruct.h"
  1149. },
  1150. "hashes": {
  1151. "md5": "703f2eb8791c9b95ad2f326f23502b31"
  1152. }
  1153. },
  1154. {
  1155. "location": {
  1156. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/ccutil.h"
  1157. },
  1158. "hashes": {
  1159. "md5": "979fe2eab13ec81a7ad033feee8795cd"
  1160. }
  1161. },
  1162. {
  1163. "location": {
  1164. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/host.h"
  1165. },
  1166. "hashes": {
  1167. "md5": "a525e0f643cd3f26148cf499baf290e2"
  1168. }
  1169. },
  1170. {
  1171. "location": {
  1172. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/textord/gap_map.h"
  1173. },
  1174. "hashes": {
  1175. "md5": "447b36da5c19a13a33c5564b4070db36"
  1176. }
  1177. },
  1178. {
  1179. "location": {
  1180. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/wordrec/wordrec.h"
  1181. },
  1182. "hashes": {
  1183. "md5": "482f2670e5a554a3a63be087c9b70acf"
  1184. }
  1185. },
  1186. {
  1187. "location": {
  1188. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/classify/classify.h"
  1189. },
  1190. "hashes": {
  1191. "md5": "f4394416861a220cad6b4feaf2077c43"
  1192. }
  1193. },
  1194. {
  1195. "location": {
  1196. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/dict/dict.h"
  1197. },
  1198. "hashes": {
  1199. "md5": "a220d94ff0322c1a5324cf281b95bd3b"
  1200. }
  1201. },
  1202. {
  1203. "location": {
  1204. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/dict/dawg.h"
  1205. },
  1206. "hashes": {
  1207. "md5": "bb78bae332901710c2c3ae3fe219e33e"
  1208. }
  1209. },
  1210. {
  1211. "location": {
  1212. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/dict/dawg_cache.h"
  1213. },
  1214. "hashes": {
  1215. "md5": "42b905dcfb89f6fd3fd4cd5a8c7cb124"
  1216. }
  1217. },
  1218. {
  1219. "location": {
  1220. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/object_cache.h"
  1221. },
  1222. "hashes": {
  1223. "md5": "8fb65da84eeadab8e6efb2ab4260699f"
  1224. }
  1225. },
  1226. {
  1227. "location": {
  1228. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/dict/stopper.h"
  1229. },
  1230. "hashes": {
  1231. "md5": "cd0c9e8a2dcd193e51deca4a49914ed6"
  1232. }
  1233. },
  1234. {
  1235. "location": {
  1236. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/ccutil/tesserrstream.h"
  1237. },
  1238. "hashes": {
  1239. "md5": "093dc5e6efde81380f95e4c6a195be7d"
  1240. }
  1241. },
  1242. {
  1243. "location": {
  1244. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/simddetect.cpp"
  1245. },
  1246. "roles": [
  1247. "analysisTarget"
  1248. ],
  1249. "hashes": {
  1250. "md5": "91dc32aebfafd1ffc0a63b1040a5e218"
  1251. }
  1252. },
  1253. {
  1254. "location": {
  1255. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/dotproduct.h"
  1256. },
  1257. "hashes": {
  1258. "md5": "101da83b80419bcd1859208714d33f2d"
  1259. }
  1260. },
  1261. {
  1262. "location": {
  1263. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/intsimdmatrix.h"
  1264. },
  1265. "hashes": {
  1266. "md5": "f3feff828ec0fadc7827ab03dbd3edae"
  1267. }
  1268. },
  1269. {
  1270. "location": {
  1271. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/simddetect.h"
  1272. },
  1273. "hashes": {
  1274. "md5": "d3ced003e25367e7a619ae872b49d8cf"
  1275. }
  1276. },
  1277. {
  1278. "location": {
  1279. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/intsimdmatrixsse.cpp"
  1280. },
  1281. "roles": [
  1282. "analysisTarget"
  1283. ],
  1284. "hashes": {
  1285. "md5": "0711eab844da94b8061fe7e554895318"
  1286. }
  1287. },
  1288. {
  1289. "location": {
  1290. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/intsimdmatrixneon.cpp"
  1291. },
  1292. "roles": [
  1293. "analysisTarget"
  1294. ],
  1295. "hashes": {
  1296. "md5": "8ed221d5a6ff7ba72d0c18fa703b6041"
  1297. }
  1298. },
  1299. {
  1300. "location": {
  1301. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/intsimdmatrixavx2.cpp"
  1302. },
  1303. "roles": [
  1304. "analysisTarget"
  1305. ],
  1306. "hashes": {
  1307. "md5": "23211429b2d5d2aa3c98a28e0040e3ac"
  1308. }
  1309. },
  1310. {
  1311. "location": {
  1312. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/intsimdmatrix.cpp"
  1313. },
  1314. "roles": [
  1315. "analysisTarget"
  1316. ],
  1317. "hashes": {
  1318. "md5": "fea397caa712a6c1d60496a97850f270"
  1319. }
  1320. },
  1321. {
  1322. "location": {
  1323. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/dotproductsse.cpp"
  1324. },
  1325. "roles": [
  1326. "analysisTarget"
  1327. ],
  1328. "hashes": {
  1329. "md5": "63ae801dc6cfb031e6bffcc800bfb8a1"
  1330. }
  1331. },
  1332. {
  1333. "location": {
  1334. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/dotproductfma.cpp"
  1335. },
  1336. "roles": [
  1337. "analysisTarget"
  1338. ],
  1339. "hashes": {
  1340. "md5": "515e4c72d9406efbc7e74401ecff1315"
  1341. }
  1342. },
  1343. {
  1344. "location": {
  1345. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/dotproductavx.cpp"
  1346. },
  1347. "roles": [
  1348. "analysisTarget"
  1349. ],
  1350. "hashes": {
  1351. "md5": "481bf04e1a52dce322676b66a9dd796d"
  1352. }
  1353. },
  1354. {
  1355. "location": {
  1356. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/arch/dotproduct.cpp"
  1357. },
  1358. "roles": [
  1359. "analysisTarget"
  1360. ],
  1361. "hashes": {
  1362. "md5": "2ce082a4e4017883030d8a914a69b812"
  1363. }
  1364. },
  1365. {
  1366. "location": {
  1367. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/src/api/wordstrboxrenderer.cpp"
  1368. },
  1369. "roles": [
  1370. "analysisTarget"
  1371. ],
  1372. "hashes": {
  1373. "md5": "749b16d76de109eec1d2cbef02f5ecc4"
  1374. }
  1375. },
  1376. {
  1377. "location": {
  1378. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/tesseract/include/tesseract/renderer.h"
  1379. },
  1380. "hashes": {
  1381. "md5": "53ad7386304ae9556d4c27b03c8f1232"
  1382. }
  1383. }
  1384. ]
  1385. }
  1386. ]
  1387. }