/text-scan-summarize-ios

iOS app which allows you to scan a document and generate an extractive text summary

Primary LanguageSwift

text-scan-summarize-ios

This iOS app allows the user to scan a document using the device camera and generate a summary of the text. The app in the current state is only a prototype; it is very barebones with no considerations put into the UI.

Text Scanning

The text scanning uses the Apple Vision framework and is based on an Apple example project: Locating and Displaying Recognized Text on a Document

Text Summarization

The text summarization utlizes the Reductio library by fdzsergio. Reductio uses the TextRank algorithm to provide an extractive summary of the text.