Object Detection
Transformers
ONNX
Chinese
English
document-ai
document-layout-analysis
patent
pdf
hiro
patsnap
Instructions to use PatSnap/Hiro-Layout with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PatSnap/Hiro-Layout with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="PatSnap/Hiro-Layout")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("PatSnap/Hiro-Layout", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 523 Bytes
fc08c11 | 1 2 3 4 5 6 7 8 9 10 11 | Copyright (c) 2026 Patsnap.
Hiro-Layout, Hiro, Patsnap, and any associated names, logos, product names,
service names, designs, and slogans are trademarks or registered trademarks of
Patsnap or its affiliates. No trademark license is granted under the open source
license or any model license unless expressly stated.
This repository may reference third-party projects, datasets, or benchmarks.
Such references are provided for attribution and interoperability only and do not
imply endorsement unless explicitly stated.
|