Instructions to use HURIDOCS/pdf-document-layout-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HURIDOCS/pdf-document-layout-analysis with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HURIDOCS/pdf-document-layout-analysis", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ Start the service:
|
|
| 25 |
# With GPU support:
|
| 26 |
make start
|
| 27 |
|
| 28 |
-
# Without GPU support [
|
| 29 |
make start_no_gpu
|
| 30 |
|
| 31 |
|
|
|
|
| 25 |
# With GPU support:
|
| 26 |
make start
|
| 27 |
|
| 28 |
+
# Without GPU support [if you do not have a GPU on your system]
|
| 29 |
make start_no_gpu
|
| 30 |
|
| 31 |
|