-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathproject.pbxproj
More file actions
711 lines (700 loc) · 49.9 KB
/
project.pbxproj
File metadata and controls
711 lines (700 loc) · 49.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
48E5A2F419AE0ECC005BBE59 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 48E5A2F319AE0ECC005BBE59 /* Images.xcassets */; };
7462256B173DCADA003EE853 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7462256A173DCADA003EE853 /* UIKit.framework */; };
7462256D173DCADA003EE853 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7462256C173DCADA003EE853 /* Foundation.framework */; };
7462256F173DCADA003EE853 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7462256E173DCADA003EE853 /* CoreGraphics.framework */; };
74622575173DCADA003EE853 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 74622573173DCADA003EE853 /* InfoPlist.strings */; };
74622577173DCADA003EE853 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 74622576173DCADA003EE853 /* main.m */; };
7462257B173DCADA003EE853 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7462257A173DCADA003EE853 /* AppDelegate.m */; };
7462257D173DCADA003EE853 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 7462257C173DCADA003EE853 /* Default.png */; };
7462257F173DCADA003EE853 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7462257E173DCADA003EE853 /* Default@2x.png */; };
74622581173DCADA003EE853 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 74622580173DCADA003EE853 /* Default-568h@2x.png */; };
74622584173DCADA003EE853 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 74622582173DCADA003EE853 /* MainStoryboard.storyboard */; };
74622587173DCADA003EE853 /* PhotoChooserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 74622586173DCADA003EE853 /* PhotoChooserViewController.m */; };
7462258F173DCD74003EE853 /* ResultsViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7462258E173DCD74003EE853 /* ResultsViewController.mm */; };
746226E3173DDA6A003EE853 /* tessdata in Resources */ = {isa = PBXBuildFile; fileRef = 746226E2173DDA6A003EE853 /* tessdata */; };
746226E6173DDDC9003EE853 /* ImageProcessing.mm in Sources */ = {isa = PBXBuildFile; fileRef = 746226E5173DDDC9003EE853 /* ImageProcessing.mm */; };
74622784173DEE86003EE853 /* liblept.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7462277E173DEE86003EE853 /* liblept.a */; };
74622785173DEE86003EE853 /* libtesseract_all.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7462277F173DEE86003EE853 /* libtesseract_all.a */; };
74622786173DEE86003EE853 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 74622780173DEE86003EE853 /* README.md */; };
74622787173DEE86003EE853 /* Tesseract.mm in Sources */ = {isa = PBXBuildFile; fileRef = 74622783173DEE86003EE853 /* Tesseract.mm */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
48E5A2F319AE0ECC005BBE59 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
74622567173DCADA003EE853 /* OCR-Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "OCR-Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
7462256A173DCADA003EE853 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
7462256C173DCADA003EE853 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
7462256E173DCADA003EE853 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
74622572173DCADA003EE853 /* OCR-Example-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "OCR-Example-Info.plist"; sourceTree = "<group>"; };
74622574173DCADA003EE853 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
74622576173DCADA003EE853 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
74622578173DCADA003EE853 /* OCR-Example-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OCR-Example-Prefix.pch"; sourceTree = "<group>"; };
74622579173DCADA003EE853 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
7462257A173DCADA003EE853 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
7462257C173DCADA003EE853 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
7462257E173DCADA003EE853 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
74622580173DCADA003EE853 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
74622583173DCADA003EE853 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
74622585173DCADA003EE853 /* PhotoChooserViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PhotoChooserViewController.h; sourceTree = "<group>"; };
74622586173DCADA003EE853 /* PhotoChooserViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PhotoChooserViewController.m; sourceTree = "<group>"; };
7462258D173DCD74003EE853 /* ResultsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultsViewController.h; sourceTree = "<group>"; };
7462258E173DCD74003EE853 /* ResultsViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ResultsViewController.mm; sourceTree = "<group>"; };
746226E2173DDA6A003EE853 /* tessdata */ = {isa = PBXFileReference; lastKnownFileType = folder; path = tessdata; sourceTree = "<group>"; };
746226E4173DDDC9003EE853 /* ImageProcessing.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; path = ImageProcessing.h; sourceTree = "<group>"; };
746226E5173DDDC9003EE853 /* ImageProcessing.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ImageProcessing.mm; sourceTree = "<group>"; };
746226ED173DEE86003EE853 /* allheaders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = allheaders.h; sourceTree = "<group>"; };
746226EE173DEE86003EE853 /* alltypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = alltypes.h; sourceTree = "<group>"; };
746226EF173DEE86003EE853 /* array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = array.h; sourceTree = "<group>"; };
746226F0173DEE86003EE853 /* arrayaccess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = arrayaccess.h; sourceTree = "<group>"; };
746226F1173DEE86003EE853 /* bbuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bbuffer.h; sourceTree = "<group>"; };
746226F2173DEE86003EE853 /* bmf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bmf.h; sourceTree = "<group>"; };
746226F3173DEE86003EE853 /* bmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bmp.h; sourceTree = "<group>"; };
746226F4173DEE86003EE853 /* ccbord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccbord.h; sourceTree = "<group>"; };
746226F5173DEE86003EE853 /* dewarp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dewarp.h; sourceTree = "<group>"; };
746226F6173DEE86003EE853 /* endianness.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = endianness.h; sourceTree = "<group>"; };
746226F7173DEE86003EE853 /* environ.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = environ.h; sourceTree = "<group>"; };
746226F8173DEE86003EE853 /* freetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freetype.h; sourceTree = "<group>"; };
746226F9173DEE86003EE853 /* gplot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gplot.h; sourceTree = "<group>"; };
746226FA173DEE86003EE853 /* heap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = heap.h; sourceTree = "<group>"; };
746226FB173DEE86003EE853 /* imageio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imageio.h; sourceTree = "<group>"; };
746226FC173DEE86003EE853 /* jbclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jbclass.h; sourceTree = "<group>"; };
746226FD173DEE86003EE853 /* leptwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = leptwin.h; sourceTree = "<group>"; };
746226FE173DEE86003EE853 /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = list.h; sourceTree = "<group>"; };
746226FF173DEE86003EE853 /* morph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = morph.h; sourceTree = "<group>"; };
74622700173DEE86003EE853 /* pix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pix.h; sourceTree = "<group>"; };
74622701173DEE86003EE853 /* ptra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ptra.h; sourceTree = "<group>"; };
74622702173DEE86003EE853 /* queue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = queue.h; sourceTree = "<group>"; };
74622703173DEE86003EE853 /* readbarcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = readbarcode.h; sourceTree = "<group>"; };
74622704173DEE86003EE853 /* regutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = regutils.h; sourceTree = "<group>"; };
74622705173DEE86003EE853 /* stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stack.h; sourceTree = "<group>"; };
74622706173DEE86003EE853 /* sudoku.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sudoku.h; sourceTree = "<group>"; };
74622707173DEE86003EE853 /* watershed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = watershed.h; sourceTree = "<group>"; };
74622709173DEE86003EE853 /* ambigs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ambigs.h; sourceTree = "<group>"; };
7462270A173DEE86003EE853 /* apitypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = apitypes.h; sourceTree = "<group>"; };
7462270B173DEE86003EE853 /* baseapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = baseapi.h; sourceTree = "<group>"; };
7462270C173DEE86003EE853 /* basedir.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basedir.h; sourceTree = "<group>"; };
7462270D173DEE86003EE853 /* bits16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bits16.h; sourceTree = "<group>"; };
7462270E173DEE86003EE853 /* bitvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitvector.h; sourceTree = "<group>"; };
7462270F173DEE86003EE853 /* blckerr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blckerr.h; sourceTree = "<group>"; };
74622710173DEE86003EE853 /* blobbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blobbox.h; sourceTree = "<group>"; };
74622711173DEE86003EE853 /* blobs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blobs.h; sourceTree = "<group>"; };
74622712173DEE86003EE853 /* blread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blread.h; sourceTree = "<group>"; };
74622713173DEE86003EE853 /* boxread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = boxread.h; sourceTree = "<group>"; };
74622714173DEE86003EE853 /* boxword.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = boxword.h; sourceTree = "<group>"; };
74622715173DEE86003EE853 /* capi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = capi.h; sourceTree = "<group>"; };
74622716173DEE86003EE853 /* ccstruct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccstruct.h; sourceTree = "<group>"; };
74622717173DEE86003EE853 /* ccutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccutil.h; sourceTree = "<group>"; };
74622718173DEE86003EE853 /* clst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = clst.h; sourceTree = "<group>"; };
74622719173DEE86003EE853 /* control.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = control.h; sourceTree = "<group>"; };
7462271A173DEE86003EE853 /* coutln.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coutln.h; sourceTree = "<group>"; };
7462271B173DEE86003EE853 /* crakedge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crakedge.h; sourceTree = "<group>"; };
7462271C173DEE86003EE853 /* cube_reco_context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cube_reco_context.h; sourceTree = "<group>"; };
7462271D173DEE86003EE853 /* cubeclassifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cubeclassifier.h; sourceTree = "<group>"; };
7462271E173DEE86003EE853 /* detlinefit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = detlinefit.h; sourceTree = "<group>"; };
7462271F173DEE86003EE853 /* docqual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = docqual.h; sourceTree = "<group>"; };
74622720173DEE86003EE853 /* dppoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dppoint.h; sourceTree = "<group>"; };
74622721173DEE86003EE853 /* elst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elst.h; sourceTree = "<group>"; };
74622722173DEE86003EE853 /* elst2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elst2.h; sourceTree = "<group>"; };
74622723173DEE86003EE853 /* equationdetect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = equationdetect.h; sourceTree = "<group>"; };
74622724173DEE86003EE853 /* errcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errcode.h; sourceTree = "<group>"; };
74622725173DEE86003EE853 /* fileerr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fileerr.h; sourceTree = "<group>"; };
74622726173DEE86003EE853 /* fixspace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fixspace.h; sourceTree = "<group>"; };
74622727173DEE86003EE853 /* fontinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fontinfo.h; sourceTree = "<group>"; };
74622728173DEE86003EE853 /* genblob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = genblob.h; sourceTree = "<group>"; };
74622729173DEE86003EE853 /* genericvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = genericvector.h; sourceTree = "<group>"; };
7462272A173DEE86003EE853 /* globaloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = globaloc.h; sourceTree = "<group>"; };
7462272B173DEE86003EE853 /* hashfn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hashfn.h; sourceTree = "<group>"; };
7462272C173DEE86003EE853 /* helpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = helpers.h; sourceTree = "<group>"; };
7462272D173DEE86003EE853 /* host.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = host.h; sourceTree = "<group>"; };
7462272E173DEE86003EE853 /* hosthplb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hosthplb.h; sourceTree = "<group>"; };
7462272F173DEE86003EE853 /* hpddef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hpddef.h; sourceTree = "<group>"; };
74622730173DEE86003EE853 /* hpdsizes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hpdsizes.h; sourceTree = "<group>"; };
74622731173DEE86003EE853 /* imgscale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imgscale.h; sourceTree = "<group>"; };
74622732173DEE86003EE853 /* indexmapbidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = indexmapbidi.h; sourceTree = "<group>"; };
74622733173DEE86003EE853 /* ipoints.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ipoints.h; sourceTree = "<group>"; };
74622734173DEE86003EE853 /* linlsq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = linlsq.h; sourceTree = "<group>"; };
74622735173DEE86003EE853 /* lsterr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lsterr.h; sourceTree = "<group>"; };
74622736173DEE86003EE853 /* ltrresultiterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ltrresultiterator.h; sourceTree = "<group>"; };
74622737173DEE86003EE853 /* matrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = matrix.h; sourceTree = "<group>"; };
74622738173DEE86003EE853 /* memry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memry.h; sourceTree = "<group>"; };
74622739173DEE86003EE853 /* mfcpch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mfcpch.h; sourceTree = "<group>"; };
7462273A173DEE86003EE853 /* mod128.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mod128.h; sourceTree = "<group>"; };
7462273B173DEE86003EE853 /* mutableiterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mutableiterator.h; sourceTree = "<group>"; };
7462273C173DEE86003EE853 /* ndminx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ndminx.h; sourceTree = "<group>"; };
7462273D173DEE86003EE853 /* normalis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = normalis.h; sourceTree = "<group>"; };
7462273E173DEE86003EE853 /* notdll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = notdll.h; sourceTree = "<group>"; };
7462273F173DEE86003EE853 /* nwmain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nwmain.h; sourceTree = "<group>"; };
74622740173DEE86003EE853 /* ocrblock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ocrblock.h; sourceTree = "<group>"; };
74622741173DEE86003EE853 /* ocrclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ocrclass.h; sourceTree = "<group>"; };
74622742173DEE86003EE853 /* ocrpara.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ocrpara.h; sourceTree = "<group>"; };
74622743173DEE86003EE853 /* ocrrow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ocrrow.h; sourceTree = "<group>"; };
74622744173DEE86003EE853 /* osdetect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = osdetect.h; sourceTree = "<group>"; };
74622745173DEE86003EE853 /* otsuthr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = otsuthr.h; sourceTree = "<group>"; };
74622746173DEE86003EE853 /* output.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = output.h; sourceTree = "<group>"; };
74622747173DEE86003EE853 /* pageiterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pageiterator.h; sourceTree = "<group>"; };
74622748173DEE86003EE853 /* pageres.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pageres.h; sourceTree = "<group>"; };
74622749173DEE86003EE853 /* paragraphs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = paragraphs.h; sourceTree = "<group>"; };
7462274A173DEE86003EE853 /* paragraphs_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = paragraphs_internal.h; sourceTree = "<group>"; };
7462274B173DEE86003EE853 /* params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = params.h; sourceTree = "<group>"; };
7462274C173DEE86003EE853 /* params_training_featdef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = params_training_featdef.h; sourceTree = "<group>"; };
7462274D173DEE86003EE853 /* paramsd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = paramsd.h; sourceTree = "<group>"; };
7462274E173DEE86003EE853 /* pdblock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdblock.h; sourceTree = "<group>"; };
7462274F173DEE86003EE853 /* pgedit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pgedit.h; sourceTree = "<group>"; };
74622750173DEE86003EE853 /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = "<group>"; };
74622751173DEE86003EE853 /* points.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = points.h; sourceTree = "<group>"; };
74622752173DEE86003EE853 /* polyaprx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = polyaprx.h; sourceTree = "<group>"; };
74622753173DEE86003EE853 /* polyblk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = polyblk.h; sourceTree = "<group>"; };
74622754173DEE86003EE853 /* publictypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = publictypes.h; sourceTree = "<group>"; };
74622755173DEE86003EE853 /* qrsequence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qrsequence.h; sourceTree = "<group>"; };
74622756173DEE86003EE853 /* quadlsq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quadlsq.h; sourceTree = "<group>"; };
74622757173DEE86003EE853 /* quadratc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quadratc.h; sourceTree = "<group>"; };
74622758173DEE86003EE853 /* quspline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quspline.h; sourceTree = "<group>"; };
74622759173DEE86003EE853 /* ratngs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ratngs.h; sourceTree = "<group>"; };
7462275A173DEE86003EE853 /* rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rect.h; sourceTree = "<group>"; };
7462275B173DEE86003EE853 /* rejctmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rejctmap.h; sourceTree = "<group>"; };
7462275C173DEE86003EE853 /* reject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reject.h; sourceTree = "<group>"; };
7462275D173DEE86003EE853 /* resultiterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resultiterator.h; sourceTree = "<group>"; };
7462275E173DEE86003EE853 /* scaleimg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scaleimg.h; sourceTree = "<group>"; };
7462275F173DEE86003EE853 /* scanutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scanutils.h; sourceTree = "<group>"; };
74622760173DEE86003EE853 /* seam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = seam.h; sourceTree = "<group>"; };
74622761173DEE86003EE853 /* secname.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = secname.h; sourceTree = "<group>"; };
74622762173DEE86003EE853 /* serialis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = serialis.h; sourceTree = "<group>"; };
74622763173DEE86003EE853 /* sorthelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sorthelper.h; sourceTree = "<group>"; };
74622764173DEE86003EE853 /* split.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = split.h; sourceTree = "<group>"; };
74622765173DEE86003EE853 /* statistc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = statistc.h; sourceTree = "<group>"; };
74622766173DEE86003EE853 /* stderr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stderr.h; sourceTree = "<group>"; };
74622767173DEE86003EE853 /* stepblob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stepblob.h; sourceTree = "<group>"; };
74622768173DEE86003EE853 /* strngs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strngs.h; sourceTree = "<group>"; };
74622769173DEE86003EE853 /* tessbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tessbox.h; sourceTree = "<group>"; };
7462276A173DEE86003EE853 /* tesscallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tesscallback.h; sourceTree = "<group>"; };
7462276B173DEE86003EE853 /* tessdatamanager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tessdatamanager.h; sourceTree = "<group>"; };
7462276C173DEE86003EE853 /* tessedit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tessedit.h; sourceTree = "<group>"; };
7462276D173DEE86003EE853 /* tesseract_cube_combiner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tesseract_cube_combiner.h; sourceTree = "<group>"; };
7462276E173DEE86003EE853 /* tesseractclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tesseractclass.h; sourceTree = "<group>"; };
7462276F173DEE86003EE853 /* tesseractmain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tesseractmain.h; sourceTree = "<group>"; };
74622770173DEE86003EE853 /* tessvars.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tessvars.h; sourceTree = "<group>"; };
74622771173DEE86003EE853 /* tfacep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tfacep.h; sourceTree = "<group>"; };
74622772173DEE86003EE853 /* tfacepp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tfacepp.h; sourceTree = "<group>"; };
74622773173DEE86003EE853 /* thresholder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thresholder.h; sourceTree = "<group>"; };
74622774173DEE86003EE853 /* tprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tprintf.h; sourceTree = "<group>"; };
74622775173DEE86003EE853 /* unichar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unichar.h; sourceTree = "<group>"; };
74622776173DEE86003EE853 /* unicharmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unicharmap.h; sourceTree = "<group>"; };
74622777173DEE86003EE853 /* unicharset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unicharset.h; sourceTree = "<group>"; };
74622778173DEE86003EE853 /* unicity_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unicity_table.h; sourceTree = "<group>"; };
74622779173DEE86003EE853 /* unicodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unicodes.h; sourceTree = "<group>"; };
7462277A173DEE86003EE853 /* vecfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vecfuncs.h; sourceTree = "<group>"; };
7462277B173DEE86003EE853 /* werd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = werd.h; sourceTree = "<group>"; };
7462277C173DEE86003EE853 /* werdit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = werdit.h; sourceTree = "<group>"; };
7462277E173DEE86003EE853 /* liblept.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liblept.a; sourceTree = "<group>"; };
7462277F173DEE86003EE853 /* libtesseract_all.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libtesseract_all.a; sourceTree = "<group>"; };
74622780173DEE86003EE853 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
74622782173DEE86003EE853 /* Tesseract.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tesseract.h; sourceTree = "<group>"; };
74622783173DEE86003EE853 /* Tesseract.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Tesseract.mm; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
74622564173DCADA003EE853 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7462256B173DCADA003EE853 /* UIKit.framework in Frameworks */,
7462256D173DCADA003EE853 /* Foundation.framework in Frameworks */,
7462256F173DCADA003EE853 /* CoreGraphics.framework in Frameworks */,
74622784173DEE86003EE853 /* liblept.a in Frameworks */,
74622785173DEE86003EE853 /* libtesseract_all.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
7462255E173DCADA003EE853 = {
isa = PBXGroup;
children = (
746226E9173DEE86003EE853 /* External */,
74622570173DCADA003EE853 /* OCR-Example */,
74622569173DCADA003EE853 /* Frameworks */,
74622568173DCADA003EE853 /* Products */,
);
sourceTree = "<group>";
};
74622568173DCADA003EE853 /* Products */ = {
isa = PBXGroup;
children = (
74622567173DCADA003EE853 /* OCR-Example.app */,
);
name = Products;
sourceTree = "<group>";
};
74622569173DCADA003EE853 /* Frameworks */ = {
isa = PBXGroup;
children = (
7462256A173DCADA003EE853 /* UIKit.framework */,
7462256C173DCADA003EE853 /* Foundation.framework */,
7462256E173DCADA003EE853 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
74622570173DCADA003EE853 /* OCR-Example */ = {
isa = PBXGroup;
children = (
74622579173DCADA003EE853 /* AppDelegate.h */,
7462257A173DCADA003EE853 /* AppDelegate.m */,
74622582173DCADA003EE853 /* MainStoryboard.storyboard */,
74622585173DCADA003EE853 /* PhotoChooserViewController.h */,
74622586173DCADA003EE853 /* PhotoChooserViewController.m */,
7462258D173DCD74003EE853 /* ResultsViewController.h */,
7462258E173DCD74003EE853 /* ResultsViewController.mm */,
746226E4173DDDC9003EE853 /* ImageProcessing.h */,
746226E5173DDDC9003EE853 /* ImageProcessing.mm */,
48E5A2F319AE0ECC005BBE59 /* Images.xcassets */,
74622571173DCADA003EE853 /* Supporting Files */,
);
path = "OCR-Example";
sourceTree = "<group>";
};
74622571173DCADA003EE853 /* Supporting Files */ = {
isa = PBXGroup;
children = (
746226E2173DDA6A003EE853 /* tessdata */,
74622572173DCADA003EE853 /* OCR-Example-Info.plist */,
74622573173DCADA003EE853 /* InfoPlist.strings */,
74622576173DCADA003EE853 /* main.m */,
74622578173DCADA003EE853 /* OCR-Example-Prefix.pch */,
7462257C173DCADA003EE853 /* Default.png */,
7462257E173DCADA003EE853 /* Default@2x.png */,
74622580173DCADA003EE853 /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
746226E9173DEE86003EE853 /* External */ = {
isa = PBXGroup;
children = (
746226EA173DEE86003EE853 /* tesseract-ios-lib */,
74622781173DEE86003EE853 /* Tesseract-Wrapper */,
);
path = External;
sourceTree = "<group>";
};
746226EA173DEE86003EE853 /* tesseract-ios-lib */ = {
isa = PBXGroup;
children = (
746226EB173DEE86003EE853 /* include */,
7462277D173DEE86003EE853 /* lib */,
74622780173DEE86003EE853 /* README.md */,
);
path = "tesseract-ios-lib";
sourceTree = "<group>";
};
746226EB173DEE86003EE853 /* include */ = {
isa = PBXGroup;
children = (
746226EC173DEE86003EE853 /* leptonica */,
74622708173DEE86003EE853 /* tesseract */,
);
path = include;
sourceTree = "<group>";
};
746226EC173DEE86003EE853 /* leptonica */ = {
isa = PBXGroup;
children = (
746226ED173DEE86003EE853 /* allheaders.h */,
746226EE173DEE86003EE853 /* alltypes.h */,
746226EF173DEE86003EE853 /* array.h */,
746226F0173DEE86003EE853 /* arrayaccess.h */,
746226F1173DEE86003EE853 /* bbuffer.h */,
746226F2173DEE86003EE853 /* bmf.h */,
746226F3173DEE86003EE853 /* bmp.h */,
746226F4173DEE86003EE853 /* ccbord.h */,
746226F5173DEE86003EE853 /* dewarp.h */,
746226F6173DEE86003EE853 /* endianness.h */,
746226F7173DEE86003EE853 /* environ.h */,
746226F8173DEE86003EE853 /* freetype.h */,
746226F9173DEE86003EE853 /* gplot.h */,
746226FA173DEE86003EE853 /* heap.h */,
746226FB173DEE86003EE853 /* imageio.h */,
746226FC173DEE86003EE853 /* jbclass.h */,
746226FD173DEE86003EE853 /* leptwin.h */,
746226FE173DEE86003EE853 /* list.h */,
746226FF173DEE86003EE853 /* morph.h */,
74622700173DEE86003EE853 /* pix.h */,
74622701173DEE86003EE853 /* ptra.h */,
74622702173DEE86003EE853 /* queue.h */,
74622703173DEE86003EE853 /* readbarcode.h */,
74622704173DEE86003EE853 /* regutils.h */,
74622705173DEE86003EE853 /* stack.h */,
74622706173DEE86003EE853 /* sudoku.h */,
74622707173DEE86003EE853 /* watershed.h */,
);
path = leptonica;
sourceTree = "<group>";
};
74622708173DEE86003EE853 /* tesseract */ = {
isa = PBXGroup;
children = (
74622709173DEE86003EE853 /* ambigs.h */,
7462270A173DEE86003EE853 /* apitypes.h */,
7462270B173DEE86003EE853 /* baseapi.h */,
7462270C173DEE86003EE853 /* basedir.h */,
7462270D173DEE86003EE853 /* bits16.h */,
7462270E173DEE86003EE853 /* bitvector.h */,
7462270F173DEE86003EE853 /* blckerr.h */,
74622710173DEE86003EE853 /* blobbox.h */,
74622711173DEE86003EE853 /* blobs.h */,
74622712173DEE86003EE853 /* blread.h */,
74622713173DEE86003EE853 /* boxread.h */,
74622714173DEE86003EE853 /* boxword.h */,
74622715173DEE86003EE853 /* capi.h */,
74622716173DEE86003EE853 /* ccstruct.h */,
74622717173DEE86003EE853 /* ccutil.h */,
74622718173DEE86003EE853 /* clst.h */,
74622719173DEE86003EE853 /* control.h */,
7462271A173DEE86003EE853 /* coutln.h */,
7462271B173DEE86003EE853 /* crakedge.h */,
7462271C173DEE86003EE853 /* cube_reco_context.h */,
7462271D173DEE86003EE853 /* cubeclassifier.h */,
7462271E173DEE86003EE853 /* detlinefit.h */,
7462271F173DEE86003EE853 /* docqual.h */,
74622720173DEE86003EE853 /* dppoint.h */,
74622721173DEE86003EE853 /* elst.h */,
74622722173DEE86003EE853 /* elst2.h */,
74622723173DEE86003EE853 /* equationdetect.h */,
74622724173DEE86003EE853 /* errcode.h */,
74622725173DEE86003EE853 /* fileerr.h */,
74622726173DEE86003EE853 /* fixspace.h */,
74622727173DEE86003EE853 /* fontinfo.h */,
74622728173DEE86003EE853 /* genblob.h */,
74622729173DEE86003EE853 /* genericvector.h */,
7462272A173DEE86003EE853 /* globaloc.h */,
7462272B173DEE86003EE853 /* hashfn.h */,
7462272C173DEE86003EE853 /* helpers.h */,
7462272D173DEE86003EE853 /* host.h */,
7462272E173DEE86003EE853 /* hosthplb.h */,
7462272F173DEE86003EE853 /* hpddef.h */,
74622730173DEE86003EE853 /* hpdsizes.h */,
74622731173DEE86003EE853 /* imgscale.h */,
74622732173DEE86003EE853 /* indexmapbidi.h */,
74622733173DEE86003EE853 /* ipoints.h */,
74622734173DEE86003EE853 /* linlsq.h */,
74622735173DEE86003EE853 /* lsterr.h */,
74622736173DEE86003EE853 /* ltrresultiterator.h */,
74622737173DEE86003EE853 /* matrix.h */,
74622738173DEE86003EE853 /* memry.h */,
74622739173DEE86003EE853 /* mfcpch.h */,
7462273A173DEE86003EE853 /* mod128.h */,
7462273B173DEE86003EE853 /* mutableiterator.h */,
7462273C173DEE86003EE853 /* ndminx.h */,
7462273D173DEE86003EE853 /* normalis.h */,
7462273E173DEE86003EE853 /* notdll.h */,
7462273F173DEE86003EE853 /* nwmain.h */,
74622740173DEE86003EE853 /* ocrblock.h */,
74622741173DEE86003EE853 /* ocrclass.h */,
74622742173DEE86003EE853 /* ocrpara.h */,
74622743173DEE86003EE853 /* ocrrow.h */,
74622744173DEE86003EE853 /* osdetect.h */,
74622745173DEE86003EE853 /* otsuthr.h */,
74622746173DEE86003EE853 /* output.h */,
74622747173DEE86003EE853 /* pageiterator.h */,
74622748173DEE86003EE853 /* pageres.h */,
74622749173DEE86003EE853 /* paragraphs.h */,
7462274A173DEE86003EE853 /* paragraphs_internal.h */,
7462274B173DEE86003EE853 /* params.h */,
7462274C173DEE86003EE853 /* params_training_featdef.h */,
7462274D173DEE86003EE853 /* paramsd.h */,
7462274E173DEE86003EE853 /* pdblock.h */,
7462274F173DEE86003EE853 /* pgedit.h */,
74622750173DEE86003EE853 /* platform.h */,
74622751173DEE86003EE853 /* points.h */,
74622752173DEE86003EE853 /* polyaprx.h */,
74622753173DEE86003EE853 /* polyblk.h */,
74622754173DEE86003EE853 /* publictypes.h */,
74622755173DEE86003EE853 /* qrsequence.h */,
74622756173DEE86003EE853 /* quadlsq.h */,
74622757173DEE86003EE853 /* quadratc.h */,
74622758173DEE86003EE853 /* quspline.h */,
74622759173DEE86003EE853 /* ratngs.h */,
7462275A173DEE86003EE853 /* rect.h */,
7462275B173DEE86003EE853 /* rejctmap.h */,
7462275C173DEE86003EE853 /* reject.h */,
7462275D173DEE86003EE853 /* resultiterator.h */,
7462275E173DEE86003EE853 /* scaleimg.h */,
7462275F173DEE86003EE853 /* scanutils.h */,
74622760173DEE86003EE853 /* seam.h */,
74622761173DEE86003EE853 /* secname.h */,
74622762173DEE86003EE853 /* serialis.h */,
74622763173DEE86003EE853 /* sorthelper.h */,
74622764173DEE86003EE853 /* split.h */,
74622765173DEE86003EE853 /* statistc.h */,
74622766173DEE86003EE853 /* stderr.h */,
74622767173DEE86003EE853 /* stepblob.h */,
74622768173DEE86003EE853 /* strngs.h */,
74622769173DEE86003EE853 /* tessbox.h */,
7462276A173DEE86003EE853 /* tesscallback.h */,
7462276B173DEE86003EE853 /* tessdatamanager.h */,
7462276C173DEE86003EE853 /* tessedit.h */,
7462276D173DEE86003EE853 /* tesseract_cube_combiner.h */,
7462276E173DEE86003EE853 /* tesseractclass.h */,
7462276F173DEE86003EE853 /* tesseractmain.h */,
74622770173DEE86003EE853 /* tessvars.h */,
74622771173DEE86003EE853 /* tfacep.h */,
74622772173DEE86003EE853 /* tfacepp.h */,
74622773173DEE86003EE853 /* thresholder.h */,
74622774173DEE86003EE853 /* tprintf.h */,
74622775173DEE86003EE853 /* unichar.h */,
74622776173DEE86003EE853 /* unicharmap.h */,
74622777173DEE86003EE853 /* unicharset.h */,
74622778173DEE86003EE853 /* unicity_table.h */,
74622779173DEE86003EE853 /* unicodes.h */,
7462277A173DEE86003EE853 /* vecfuncs.h */,
7462277B173DEE86003EE853 /* werd.h */,
7462277C173DEE86003EE853 /* werdit.h */,
);
path = tesseract;
sourceTree = "<group>";
};
7462277D173DEE86003EE853 /* lib */ = {
isa = PBXGroup;
children = (
7462277E173DEE86003EE853 /* liblept.a */,
7462277F173DEE86003EE853 /* libtesseract_all.a */,
);
path = lib;
sourceTree = "<group>";
};
74622781173DEE86003EE853 /* Tesseract-Wrapper */ = {
isa = PBXGroup;
children = (
74622782173DEE86003EE853 /* Tesseract.h */,
74622783173DEE86003EE853 /* Tesseract.mm */,
);
path = "Tesseract-Wrapper";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
74622566173DCADA003EE853 /* OCR-Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7462258A173DCADA003EE853 /* Build configuration list for PBXNativeTarget "OCR-Example" */;
buildPhases = (
74622563173DCADA003EE853 /* Sources */,
74622564173DCADA003EE853 /* Frameworks */,
74622565173DCADA003EE853 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "OCR-Example";
productName = "OCR-Example";
productReference = 74622567173DCADA003EE853 /* OCR-Example.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
7462255F173DCADA003EE853 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Christopher Constable";
};
buildConfigurationList = 74622562173DCADA003EE853 /* Build configuration list for PBXProject "OCR-Example" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 7462255E173DCADA003EE853;
productRefGroup = 74622568173DCADA003EE853 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
74622566173DCADA003EE853 /* OCR-Example */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
74622565173DCADA003EE853 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
74622575173DCADA003EE853 /* InfoPlist.strings in Resources */,
48E5A2F419AE0ECC005BBE59 /* Images.xcassets in Resources */,
7462257D173DCADA003EE853 /* Default.png in Resources */,
7462257F173DCADA003EE853 /* Default@2x.png in Resources */,
74622581173DCADA003EE853 /* Default-568h@2x.png in Resources */,
74622584173DCADA003EE853 /* MainStoryboard.storyboard in Resources */,
746226E3173DDA6A003EE853 /* tessdata in Resources */,
74622786173DEE86003EE853 /* README.md in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
74622563173DCADA003EE853 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
74622577173DCADA003EE853 /* main.m in Sources */,
7462257B173DCADA003EE853 /* AppDelegate.m in Sources */,
74622587173DCADA003EE853 /* PhotoChooserViewController.m in Sources */,
7462258F173DCD74003EE853 /* ResultsViewController.mm in Sources */,
746226E6173DDDC9003EE853 /* ImageProcessing.mm in Sources */,
74622787173DEE86003EE853 /* Tesseract.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
74622573173DCADA003EE853 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
74622574173DCADA003EE853 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
74622582173DCADA003EE853 /* MainStoryboard.storyboard */ = {
isa = PBXVariantGroup;
children = (
74622583173DCADA003EE853 /* en */,
);
name = MainStoryboard.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
74622588173DCADA003EE853 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
74622589173DCADA003EE853 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
7462258B173DCADA003EE853 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_CXX_LIBRARY = "compiler-default";
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_C_LANGUAGE_STANDARD = "compiler-default";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OCR-Example/OCR-Example-Prefix.pch";
INFOPLIST_FILE = "OCR-Example/OCR-Example-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/OCR-Example/tesseract-ios-lib/lib\"",
"\"$(SRCROOT)/External/tesseract-ios-lib/lib\"",
);
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = "armv7 armv7s";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
7462258C173DCADA003EE853 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_CXX_LIBRARY = "compiler-default";
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_C_LANGUAGE_STANDARD = "compiler-default";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OCR-Example/OCR-Example-Prefix.pch";
INFOPLIST_FILE = "OCR-Example/OCR-Example-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/OCR-Example/tesseract-ios-lib/lib\"",
"\"$(SRCROOT)/External/tesseract-ios-lib/lib\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = "armv7 armv7s";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
74622562173DCADA003EE853 /* Build configuration list for PBXProject "OCR-Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
74622588173DCADA003EE853 /* Debug */,
74622589173DCADA003EE853 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7462258A173DCADA003EE853 /* Build configuration list for PBXNativeTarget "OCR-Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7462258B173DCADA003EE853 /* Debug */,
7462258C173DCADA003EE853 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 7462255F173DCADA003EE853 /* Project object */;
}