|
| 1 | +--- |
| 2 | +layout: single |
| 3 | +classes: wide |
| 4 | +title: "Easyocr Wrapper (v1.0)" |
| 5 | +--- |
| 6 | +* Submitter: [snewman-aa](https://github.com/snewman-aa) |
| 7 | +* Submission Time: 2024-01-18T19:36:37+00:00 |
| 8 | +* 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) |
| 9 | + |
| 10 | + |
| 11 | +### Easyocr Wrapper (v1.0) [metadata.json](metadata.json) |
| 12 | +###### Using EasyOCR to extract text from timeframes |
| 13 | + |
| 14 | +* App ID: [http://apps.clams.ai/easyocr-wrapper/v1.0](http://apps.clams.ai/easyocr-wrapper/v1.0) |
| 15 | +* App License: MIT |
| 16 | +* 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)) |
| 17 | +* Analyzer Version: 1.7.0 |
| 18 | +* Analyzer License: Apache 2.0 |
| 19 | + |
| 20 | + |
| 21 | +#### Inputs |
| 22 | +* [http://mmif.clams.ai/vocabulary/VideoDocument/v1](http://mmif.clams.ai/vocabulary/VideoDocument/v1) (required) |
| 23 | +###### ANY |
| 24 | + |
| 25 | + |
| 26 | +#### Configurable Parameters |
| 27 | +###### Multivalued parameters can have two or more values. |
| 28 | + |
| 29 | +|Name|Description|Type|Multivalued|Default|Choices| |
| 30 | +|----|-----------|----|-----------|-------|-------| |
| 31 | +|sampleFrames|Number of frames to sample from timeframe|integer|N|1|| |
| 32 | +|pretty|The JSON body of the HTTP response will be re-formatted with 2-space indentation|boolean|N|false|**_`false`_**, `true`| |
| 33 | + |
| 34 | + |
| 35 | +#### Outputs |
| 36 | +###### Note that not all output annotations are always generated. |
| 37 | +* [http://mmif.clams.ai/vocabulary/TextDocument/v1](http://mmif.clams.ai/vocabulary/TextDocument/v1) |
| 38 | +###### ANY |
| 39 | +* [http://mmif.clams.ai/vocabulary/Alignment/v1](http://mmif.clams.ai/vocabulary/Alignment/v1) |
| 40 | +###### ANY |
| 41 | +* [http://mmif.clams.ai/vocabulary/BoundingBox/v1](http://mmif.clams.ai/vocabulary/BoundingBox/v1) |
| 42 | +###### ANY |
| 43 | +* [http://mmif.clams.ai/vocabulary/TimePoint/v1](http://mmif.clams.ai/vocabulary/TimePoint/v1) |
| 44 | +###### ANY |
0 commit comments