Instructions to use PaddlePaddle/PP-DocBee-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use PaddlePaddle/PP-DocBee-7B with PaddleOCR:
# 1. See https://www.paddlepaddle.org.cn/en/install to install paddlepaddle # 2. pip install paddleocr from paddleocr import DocVLM model = DocVLM(model_name="PP-DocBee-7B") output = model.predict( input={"image": "path/to/image.png", "query": "Parsing this image and output the content in Markdown format."}, batch_size=1 ) for res in output: res.print() res.save_to_json(save_path="./output/res.json") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- bf7e029b6f00c8e9c03ceb410497397589dfa0d3517a31d6cd19e0a497061e78
- Size of remote file:
- 16.6 GB
- SHA256:
- 1c816b81e9e55472ba8ac45c7d8cb18c52c151f99a91cbb4f1216be7b7596802
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.