ebinan92/Rukopys-OCR-4B
Image-Text-to-Text • 5B • Updated • 96 • 3
This is a dataset of handwritten texts images in Russian created by 200 writers with different handwriting and photographed in different environment.
pip install huggingface_hub
apt-get install git-lfs
git clone https://huggingface.co/datasets/AntiplagiatCompany/HWR200
// for original texts:
{
sentences: [{id: <id>, text: <sentence>}, ...],
words_count: <word count>,
full_text: <full text>
}
// for reuse texts:
{
reuse_0: {
sentences: [{id: <id>, text: <sentence>}, ...],
id: <original text file name>
intersection_score: <intersection_score>
}
reuse_1: { // if exists
sentences: [{id: <id>, text: <sentence>}, ...],
id: <original text file name>
intersection_score: <intersection_score>
}
start clear sentences: [<sentence>, <sentence>, ...] // if exists
end clear sentences: [<sentence>, <sentence>, ...] // if exists
words_count: <word count>
full_text: <full text>
}
// for fpr texts:
{
sentences: [{id: <id>, text: <sentence>}, ...],
words_count: <word count>,
full_text: <full text>
}
If you use that results in your research, please cite our paper:
@article{Potyashin2023HWR200NO,
title={HWR200: New open access dataset of handwritten texts images in Russian},
author={Ivan Potyashin and Mariam Kaprielova and Yury Chekhovich and Alexandr Kildyakov and Temirlan Seil and Evgeny Finogeev and Andrey Grabovoy},
journal={COMPUTATIONAL LINGUISTICS AND INTELLECTUAL TECHNOLOGIES”},
year={2023},
url={https://api.semanticscholar.org/CorpusID:267505062}
}