paddleocrEasy Playground

Baidu's OCR toolkit: text detection, recognition, layout analysis

Getting started with paddleocrRun locally
Install
pip install paddleocr
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: paddleocr)

paddleocr is a third-party package. Baidu's OCR toolkit: text detection, recognition, layout analysis. Install with: pip install paddleocr

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?