iamvatsalpatel / Textlytic

An iOS application πŸ“± that uses camera πŸ“· to extract text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textlytic - A TextScanner iOS AppπŸ“±(Scan & View App)

It is an iOS application that scans any picture through camera πŸ“· in real time and extracts text from it, if it is detected. The extracted text will be shown on the top of the image. You can zoom-in and out for scanning the text using the slider in the app. The application uses Visionkit and Vision framework for text extraction.

textlytic-logo

Libraries Used

Libraries used in this project are as follows:

  • UIkit
  • Foundation
  • Webkit
  • AVFoundation
  • Vision
  • Visionkit

Installation Setup

1. Clone the repository

You can clone this repository using command: https://github.com/iamvatsalpatel/Textlytic.git

2. Open SceW.xcodeproj

3. Build the project and run it on iOS device.

Implementation Screenshot

screenshot

Note

This application can run on iPhones having iOS version 10.0 or above and iPads having iPadOS version 13.0 or above.

Facing any issues???

Feel free to open an issue. I'll be glad to help you. 😁

About

An iOS application πŸ“± that uses camera πŸ“· to extract text

License:MIT License


Languages

Language:Swift 100.0%