Image-Text-to-Text
PaddleOCR
Safetensors
paddleocr_vl
cuneiform
transliteration
ocr
image-to-text
Sumerian
Akkadian
PaddlePaddle
conversational
custom_code
Instructions to use boatbomber/NabuOCR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use boatbomber/NabuOCR 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
Commit ·
4c9f373
1
Parent(s): c33efae
Update gitignore
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
unsloth_compiled_cache/
|
| 2 |
_unsloth*/
|
| 3 |
hf_cache/
|
| 4 |
-
data/**/*.jpg
|
| 5 |
outputs/
|
| 6 |
output/
|
| 7 |
temp/
|
|
|
|
| 1 |
unsloth_compiled_cache/
|
| 2 |
_unsloth*/
|
| 3 |
hf_cache/
|
| 4 |
+
training/data/**/*.jpg
|
| 5 |
outputs/
|
| 6 |
output/
|
| 7 |
temp/
|