Skip to content

Commit f636d8f

Browse files
authored
Update README.md
1 parent 35c13c1 commit f636d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This app bundles OCR functionality that can be called from other apps via Intent
44

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

7-
The recognized text is passed back in the extra "result" as an object of class [Text](https://github.com/mtotschnig/MyExpenses/blob/master/ocr/src/main/java/org/totschnig/ocr/Text.kt), that must be copied into the client app:
7+
The recognized text is passed back in the extra "result" as an object of class [Text](https://github.com/mtotschnig/MyExpenses/blob/master/ocr/src/main/java/org/totschnig/ocr/Text.kt), that must be copied into the client app.
88

99
See MyExpenses for an example:
1010

0 commit comments

Comments
 (0)