Skip to content

hmerzin/xtract

Repository files navigation

xtract

Xtract Capstone Project

The app launches to a screen that lets you take a photo or choose a photo from your album to 'xtract' (get the text from the image)

you will be presented with a `UIActivityIndicatorView` that shows that your app is loading

![add](https://github.com/hmerzin/xtract/blob/master/new.PNG)

if you do not have connection or there is a networking error you will be presented with a `UIAlertController` informing you of the error

![err](https://github.com/hmerzin/xtract/blob/master/err.PNG)

if the request succeeds, you will be taken to the `DetailViewController` and you can edit the text and add a title

![detail](https://github.com/hmerzin/xtract/blob/master/detail.PNG)

The `UITabBarController` has two ViewControllers embedded in it, the add an image controller and the TableViewController which displayes all of your xtracted items with the original image, title label and text label

![tableview](https://github.com/hmerzin/xtract/blob/master/tbView.PNG)

you can select these to go to the `DetailViewController` for each one or delete them

![delete](https://github.com/hmerzin/xtract/blob/master/delete.PNG)

each xtracted item is persisted locally on the device and can be accessed without network connection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages