gitextract_j44k4z48/ ├── .gitignore ├── Podfile ├── README.md ├── TestOCR.xcodeproj/ │ └── project.pbxproj └── infojobOCR/ ├── AppDelegate.h ├── AppDelegate.m ├── ImageProcessingImplementation.h ├── ImageProcessingImplementation.mm ├── ImageProcessingProtocol.h ├── ImageProcessor.cpp ├── ImageProcessor.h ├── TestOCR-Info.plist ├── TestOCR-Prefix.pch ├── UIImage+OpenCV.h ├── UIImage+OpenCV.mm ├── UIImage+operation.h ├── UIImage+operation.m ├── ViewController.h ├── ViewController.m ├── en.lproj/ │ ├── InfoPlist.strings │ └── MainStoryboard.storyboard ├── main.m └── tessdata/ ├── eng.traineddata └── spa.traineddata