venkatasg / DeTeXt

iOS app that detects LaTeX symbols from drawings. Built using PencilKit, SwiftUI, Combine and CoreML for iOS 14(or greater) and macOS 11(or greater).
https://venkatasg.net/apps/detext
MIT License
134 stars 11 forks source link
combine-framework coreml ios pencilkit swift swiftui

DeTeXt

Finding the symbol you want to use in LaTeX can be hard since you can't memorize all the possible commands and packages for every symbol you might need to use in your document. DeTeXt tries to solve this problem by giving you two ways to find the command you want:

Screenshots illustrating DeTeXt usage on iPhone

DeTeXt was built using SwiftUI, PencilKit, CoreML and Combine.

Download DeTeXt from the App Store!

Code used to generate drawings, figures and the image classification model can be found in the supplementary repository

Note: The main branch of this repository is built for iOS 15, and uses new APIs introduced with that release. Switch to the iOS-14 branch to run/test on devices with iOS 14.