|
| 1 | +--- |
| 2 | +layout: single |
| 3 | +classes: wide |
| 4 | +title: "Easyocr Wrapper (v1.0)" |
| 5 | +--- |
| 6 | +## About this version |
| 7 | + |
| 8 | +* Submitter: [snewman-aa](https://github.com/snewman-aa) |
| 9 | +* Submission Time: 2024-01-25T18:44:59+00:00 |
| 10 | +* Prebuilt Container Image: [ghcr.io/clamsproject/app-easyocr-wrapper:v1.0](https://github.com/clamsproject/app-easyocr-wrapper/pkgs/container/app-easyocr-wrapper/v1.0) |
| 11 | +* Release Notes |
| 12 | + |
| 13 | + (no notes provided by the developer) |
| 14 | + |
| 15 | +## About this app (See raw [metadata.json](metadata.json)) |
| 16 | + |
| 17 | +**Using EasyOCR to extract text from timeframes** |
| 18 | + |
| 19 | +* App ID: [http://apps.clams.ai/easyocr-wrapper/v1.0](http://apps.clams.ai/easyocr-wrapper/v1.0) |
| 20 | +* App License: MIT |
| 21 | +* Source Repository: [https://github.com/clamsproject/app-easyocr-wrapper](https://github.com/clamsproject/app-easyocr-wrapper) ([source tree of the submitted version](https://github.com/clamsproject/app-easyocr-wrapper/tree/v1.0)) |
| 22 | +* Analyzer Version: 1.7.0 |
| 23 | +* Analyzer License: Apache 2.0 |
| 24 | + |
| 25 | + |
| 26 | +#### Inputs |
| 27 | +* [http://mmif.clams.ai/vocabulary/VideoDocument/v1](http://mmif.clams.ai/vocabulary/VideoDocument/v1) (required) |
| 28 | +(any properties) |
| 29 | +* [http://mmif.clams.ai/vocabulary/TimeFrame/v1](http://mmif.clams.ai/vocabulary/TimeFrame/v1) (required) |
| 30 | +(any properties) |
| 31 | + |
| 32 | + |
| 33 | +#### Configurable Parameters |
| 34 | +**(_Multivalued_ means the parameter can have one or more values.)** |
| 35 | + |
| 36 | +|Name|Description|Type|Multivalued|Default|Choices| |
| 37 | +|----|-----------|----|-----------|-------|-------| |
| 38 | +|sampleFrames|Number of frames to sample from timeframe|integer|N|1|| |
| 39 | +|pretty|The JSON body of the HTTP response will be re-formatted with 2-space indentation|boolean|N|false|**_`false`_**, `true`| |
| 40 | + |
| 41 | + |
| 42 | +#### Outputs |
| 43 | +**(Note that not all output annotations are always generated.)** |
| 44 | +* [http://mmif.clams.ai/vocabulary/TextDocument/v1](http://mmif.clams.ai/vocabulary/TextDocument/v1) |
| 45 | +(any properties) |
| 46 | +* [http://mmif.clams.ai/vocabulary/Alignment/v1](http://mmif.clams.ai/vocabulary/Alignment/v1) |
| 47 | +(any properties) |
| 48 | +* [http://mmif.clams.ai/vocabulary/BoundingBox/v1](http://mmif.clams.ai/vocabulary/BoundingBox/v1) |
| 49 | +(any properties) |
| 50 | +* [http://mmif.clams.ai/vocabulary/TimePoint/v1](http://mmif.clams.ai/vocabulary/TimePoint/v1) |
| 51 | +(any properties) |
0 commit comments