|
31 | 31 | 73BE4C091A598F47002C15F1 /* TesseractOCR.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73C0A7BC1A59561F00D823D4 /* TesseractOCR.framework */; }; |
32 | 32 | 73BE4C0A1A598F47002C15F1 /* TesseractOCR.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 73C0A7BC1A59561F00D823D4 /* TesseractOCR.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
33 | 33 | 73BE4C311A5B404C002C15F1 /* well_scaned_page.hOCR in Resources */ = {isa = PBXBuildFile; fileRef = 73BE4C301A5B404C002C15F1 /* well_scaned_page.hOCR */; }; |
| 34 | + 73BE4C331A5BC8A6002C15F1 /* hOCR.m in Sources */ = {isa = PBXBuildFile; fileRef = 73BE4C321A5BC8A6002C15F1 /* hOCR.m */; }; |
| 35 | + 73BE4C351A5BD324002C15F1 /* image_sample.hOCR in Resources */ = {isa = PBXBuildFile; fileRef = 73BE4C341A5BD324002C15F1 /* image_sample.hOCR */; }; |
34 | 36 | 8FA2F9CE23919BEC8C64A5EA /* libPods-TestsProjectTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD3C116A45C293ADAC81D1B /* libPods-TestsProjectTests.a */; }; |
35 | 37 | /* End PBXBuildFile section */ |
36 | 38 |
|
|
93 | 95 | 732C54781A5288CC000322DA /* Defaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Defaults.m; sourceTree = "<group>"; }; |
94 | 96 | 736EFF231A5872CA0031B432 /* tessdata-rus */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "tessdata-rus"; path = "TestsProjectTests/tessdata-rus"; sourceTree = SOURCE_ROOT; }; |
95 | 97 | 73BE4C301A5B404C002C15F1 /* well_scaned_page.hOCR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = well_scaned_page.hOCR; sourceTree = "<group>"; }; |
| 98 | + 73BE4C321A5BC8A6002C15F1 /* hOCR.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = hOCR.m; sourceTree = "<group>"; }; |
| 99 | + 73BE4C341A5BD324002C15F1 /* image_sample.hOCR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = image_sample.hOCR; sourceTree = "<group>"; }; |
96 | 100 | 73C0A7BC1A59561F00D823D4 /* TesseractOCR.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = TesseractOCR.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
97 | 101 | /* End PBXFileReference section */ |
98 | 102 |
|
|
169 | 173 | 4115B9771A3EF8E90004EC0A /* TestsProjectTests */ = { |
170 | 174 | isa = PBXGroup; |
171 | 175 | children = ( |
| 176 | + 73BE4C321A5BC8A6002C15F1 /* hOCR.m */, |
172 | 177 | 732C54751A514DA5000322DA /* InitializationTests.m */, |
173 | 178 | 4115B97A1A3EF8E90004EC0A /* RecognitionTests.m */, |
174 | 179 | 4115B9781A3EF8E90004EC0A /* Supporting Files */, |
|
211 | 216 | 41C68DB21A41849100848AE1 /* image_sample.jpg */, |
212 | 217 | 41C68DB41A41854600848AE1 /* image_sample_tr.png */, |
213 | 218 | 412E9EAC1A45872A007DDAA5 /* image_sample_bl.png */, |
| 219 | + 73BE4C341A5BD324002C15F1 /* image_sample.hOCR */, |
214 | 220 | 4141211D1A4B1E3900583ED4 /* image_blank.png */, |
215 | 221 | ); |
216 | 222 | name = Images; |
|
311 | 317 | files = ( |
312 | 318 | 412E9EAB1A44316C007DDAA5 /* well_scaned_page.png in Resources */, |
313 | 319 | 41C68DB31A41849100848AE1 /* image_sample.jpg in Resources */, |
| 320 | + 73BE4C351A5BD324002C15F1 /* image_sample.hOCR in Resources */, |
314 | 321 | 4115B96C1A3EF8E90004EC0A /* Images.xcassets in Resources */, |
315 | 322 | 4115B9851A3EF9920004EC0A /* Launch Screen.xib in Resources */, |
316 | 323 | 4141211E1A4B1E3900583ED4 /* image_blank.png in Resources */, |
|
380 | 387 | buildActionMask = 2147483647; |
381 | 388 | files = ( |
382 | 389 | 732C54791A5288CC000322DA /* Defaults.m in Sources */, |
| 390 | + 73BE4C331A5BC8A6002C15F1 /* hOCR.m in Sources */, |
383 | 391 | 414121231A4C5A5700583ED4 /* G8RecognitionTestsHelper.m in Sources */, |
384 | 392 | 4115B97B1A3EF8E90004EC0A /* RecognitionTests.m in Sources */, |
385 | 393 | 732C54761A514DA6000322DA /* InitializationTests.m in Sources */, |
|
0 commit comments