Papers is an iPhone app that uses Tesseract OCR iOS.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
33
commits
Add table view category and add a table view to the pdf view controller
7050042View on GitHubFix the stack corruption produced by the navigation controller delegate, add code to show the image in the detail controller, and begin refactoring the table view code
29584a2View on GitHubUse dispatch_once to only load the images once into memory, and remove the images from this array when deleted in the table view
3e08ebdView on GitHubRefactor PapersViewController for the PDF creating and GPUImage methods
584440cView on GitHubDelete Core Data managed classes and create new Image and PDF subclasses
3aa0c0fView on GitHubReplace ALAssetsLibrary with PhotosFramework for image fetching
ccbdf0fView on GitHubAdd PDF drawing code to main controller, UIWebView for showing the PDF to detail controller
73b70b0View on GitHubChange Delegate to use a TabBarController, two NavigationControllers and two TopViewControllers
b8c3e63View on GitHubRefactor the PapersViewController class: write a helper to generate AlertControllers with custom method selectors
10fa15eView on GitHub