Instructions to use acsfid/PaddleOCR-VL-1.5-VisionEncoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use acsfid/PaddleOCR-VL-1.5-VisionEncoder with PaddleOCR:
# Please refer to the document for information on how to use the model. # https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/module_usage/module_overview.html
- Notebooks
- Google Colab
- Kaggle
| from .extracted_vision_encoder import ( | |
| PaddleOCRVLProjector, | |
| PaddleOCRVLVisionEncoder, | |
| PaddleOCRVLVisionTower, | |
| ) | |
| __all__ = [ | |
| "PaddleOCRVLVisionTower", | |
| "PaddleOCRVLProjector", | |
| "PaddleOCRVLVisionEncoder", | |
| ] | |