Skip to content
/ use-ocr Public

repo demo for making images to texts by PaddleOCR

License

Notifications You must be signed in to change notification settings

jxzho/use-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

use-ocr

a repo demo for making images to texts by PaddleOCR

Install Dependencies

  • Anaconda
  • Python 3.8.17
  • PaddleOCR

Usage

$ conda create --name paddle_env python=3.8 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

$ conda activate paddle_env

$ python3 -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple

$ pip install "paddleocr>=2.0.1"

$ cd use-ocr

$ python3 .

Demo

Original Figure

Original Figure

To Texts

Extract Text

Links

PaddleOCR Quick Start

About

repo demo for making images to texts by PaddleOCR

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages