You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ annotations generated by an OCR app such as [doctr-wrapper](https://github.com/c
23
23
or [Tesseract](https://github.com/clamsproject/app-tesseractocr-wrapper).
24
24
25
25
The app outputs a [`TextDocument`]('https://mmif.clams.ai/vocabulary/TextDocument/v1/') annotation corresponding to each
26
-
of the input annotations, containing the original `text` split into `name-as-written` and `attributes` fields in an escaped
27
-
JSON string. Each annotation also contains identifying information for the new annotation, source annotation, and source [`VideoDocument`]('https://mmif.clams.ai/vocabulary/VideoDocument/v1/').
26
+
of the input annotations, containing the original `text` split into `name-as-written` and `attributes` fields
27
+
in an escaped JSON string; optionally, the output may also include a `name-normalized` field.
28
+
Each annotation also contains identifying information for the new annotation,
29
+
source annotation, and source [`VideoDocument`]('https://mmif.clams.ai/vocabulary/VideoDocument/v1/').
28
30
For more details, see the `output` section of the app metadata.
0 commit comments