Instructions to use DeepMount00/OCR_corrector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepMount00/OCR_corrector with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("DeepMount00/OCR_corrector") model = AutoModelForSeq2SeqLM.from_pretrained("DeepMount00/OCR_corrector") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ language:
|
|
| 4 |
license: apache-2.0
|
| 5 |
library_name: transformers
|
| 6 |
---
|
| 7 |
-
#
|
| 8 |
|
| 9 |
## Model Details
|
| 10 |
This model represents the first version of an experimental sequence-to-sequence architecture designed specifically for the Italian language. It aims to correct approximately 93% of the errors generated by low-quality Optical Character Recognition (OCR) systems, which tend to perform poorly on Italian text. By taking raw, OCR-scanned text as input, the model outputs the corrected version of the text, significantly reducing errors and improving readability and accuracy.
|
|
|
|
| 4 |
license: apache-2.0
|
| 5 |
library_name: transformers
|
| 6 |
---
|
| 7 |
+
# Italian OCR Error Correction Sequence-to-Sequence Model
|
| 8 |
|
| 9 |
## Model Details
|
| 10 |
This model represents the first version of an experimental sequence-to-sequence architecture designed specifically for the Italian language. It aims to correct approximately 93% of the errors generated by low-quality Optical Character Recognition (OCR) systems, which tend to perform poorly on Italian text. By taking raw, OCR-scanned text as input, the model outputs the corrected version of the text, significantly reducing errors and improving readability and accuracy.
|