Skip to content

clamsproject/app-easyocr-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyOCR-wrapper

Description

Wrapper for EasyOCR end-to-end text detection and recognition. The wrapper takes a VideoDocument with SWT TimeFrame annotations and returns BoundingBox and TextDocument aligned with TimePoint annotations from the middle frame of each TimeFrame.

EasyOCR seems to handle reading order, but there isn't much documentation regarding the implementation. Regardless, the BoundingBoxes and TextDocuments are ordered within each TimePoint so reading order can be inferred from the annotation ids.

Here's the framework from the EasyOCR repo: EasyOCR Framework

User instruction

General user instructions for CLAMS apps is available at CLAMS Apps documentation.

System requirements

  • Requires mmif-python[cv] for the VideoDocument helper functions
  • Requires GPU to run at a reasonable speed

Configurable runtime parameter

For the full list of parameters, please refer to the app metadata from CLAMS App Directory or metadata.py file in this repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages