Skip to content

trinhtuanvubk/ocr-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee7b122 · May 4, 2024

History

12 Commits
May 1, 2024
May 4, 2024
May 4, 2024
May 4, 2024
May 4, 2024
May 2, 2024
May 4, 2024
May 4, 2024
May 4, 2024
May 4, 2024
Apr 30, 2024

Repository files navigation

ocr-screen

Install

  • To install common packages:
pip install -r requirements.txt

Methods

PaddleOCR

  • To install:
python3 -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
pip install "paddleocr>=2.0.1
  • Run a test:
cd test
python3 paddleocr_test.py

DamoOCR

  • Install: just need to install modelscope to download model checkpoint
  • Test: There are no tests right now

Pipeline

  • To run pipeline:
python3 pipeline.py \
--recording_path sample.webm \
--method paddle_ocr \
--step 5

Where:

-`method`: currently supports `paddle_ocr` or `damo_ocr`
-`step`: is frame step 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages