Skip to content

mtotschnig/OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0781ccd · Mar 14, 2025

History

37 Commits
Mar 14, 2025
Mar 14, 2025
Mar 14, 2025
Oct 5, 2020
Oct 8, 2020
Nov 15, 2024
Mar 14, 2025
Apr 21, 2023
Dec 22, 2020
Dec 22, 2020
Oct 5, 2020

Repository files navigation

OCR

This app bundles OCR functionality that can be called from other apps via Intents. Depending on the product flavor, it either uses Mlkit or Tesseract via Tesseract4Android.

It listens for Intents with action "org.totschnig.ocr.action.RECOGNIZE" and expects an Uri pointing to a JPEG file as data.

The recognized text is passed back in the extra "result" as an object of class Text, that must be copied into the client app.

See MyExpenses for an example:

Activity is started here. The result is processed here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published