rawxml-test-cli
收藏资源简介:
该数据集名为 'rawxml-test-cli',是通过 pagexml-hf 转换器从 Transkribus PageXML 数据生成的。数据集包含 492 个样本,全部位于训练集(train)中,总大小约为 30.39 MB。数据特征包括图像、文本、行和区域的坐标、阅读顺序以及其他元数据。具体字段包括:image(图像)、text(文本)、line_id(行标识)、line_reading_order(行阅读顺序)、line_coords(行坐标)、line_baseline(行基线)、line_augmentation(行增强)、region_id(区域标识)、region_reading_order(区域阅读顺序)、region_type(区域类型)、region_coords(区域坐标)、filename(文件名)和 project_name(项目名称)。数据以 parquet 文件格式组织,适用于图像到文本转换、手写文本识别(HTR)和转录等任务。数据集使用 MIT 许可证。
This dataset is named 'rawxml-test-cli', and is generated from Transkribus PageXML data via the pagexml-hf converter. It contains 492 samples, all located in the training split (train), with a total size of approximately 30.39 MB. The dataset features include coordinates of images, text, lines and regions, reading order, and other metadata. The specific fields are as follows: image, text, line_id, line_reading_order, line_coords, line_baseline, line_augmentation, region_id, region_reading_order, region_type, region_coords, filename, and project_name. The data is organized in Parquet file format, and is suitable for tasks such as image-to-text conversion, Handwritten Text Recognition (HTR) and transcription. This dataset is released under the MIT License.
数据集概述:rawxml-test-cli
数据集来源与用途
- 该数据集使用 pagexml-hf 转换器从 Transkribus PageXML 数据创建。
- 主要用途涉及图像到文本、手写文本识别、转录等领域。
数据集基本信息
- 许可证:MIT
- 标签:image-to-text, htr, trocr, transcription, pagexml
数据集规模与结构
- 总样本数:492
- 数据分割:仅包含一个分割(train),样本数为492。
- 数据集大小:
- 下载大小:31,862,904 字节
- 数据集大小:31,862,904 字节
- 近似总大小:30.39 MB
- 增强数量:2
数据特征
数据集包含以下特征字段:
- image:图像数据(不自动解码)
- text:文本字符串
- line_id:行标识符(字符串)
- line_reading_order:行阅读顺序(64位整数)
- line_coords:行坐标序列(嵌套的64位整数序列)
- line_baseline:行基线坐标序列(嵌套的64位整数序列)
- line_augmentation:行增强信息(字符串)
- region_id:区域标识符(字符串)
- region_reading_order:区域阅读顺序(64位整数)
- region_type:区域类型(字符串)
- region_coords:区域坐标序列(嵌套的64位整数序列)
- filename:文件名(字符串)
- project_name:项目名称(字符串)
数据组织与格式
-
存储格式:数据以 Parquet 文件分片形式组织。
-
目录结构:
data/ ├── <split>/ │ └── <project_name>/ │ └── <timestamp>-<shard>.parquet
-
加载方式:HuggingFace Hub 在加载数据集时会自动合并所有 Parquet 文件。
使用方式
python from datasets import load_dataset
加载整个数据集
dataset = load_dataset("jwidmer/rawxml-test-cli")
加载特定分割
train_dataset = load_dataset("jwidmer/rawxml-test-cli", split="train")
包含的项目
- 1505-02-10_Hanserezess,Lübeck_Dienstag_nach_Scholastice_1505(SAHST_Rep__2,_I_040-4)




