persian-ocr-community-dataset-layout
收藏资源简介:
Persian OCR Community Layout Annotations 是一个用于目标检测任务的波斯语(fa)数据集,采用开放许可(openrail)。该数据集是 Reza2kn/persian-ocr-community-dataset 的补充标注集,专门为其页面图像提供可恢复的布局标注。数据集采用“sidecar”设计,标注数据与原始图像数据分离,图像本身仍保留在源数据集中。每一行数据都精确关联到源数据集的特定版本、Parquet分片、二进制大对象和行记录,包含页面标识符、页面尺寸、手写标志以及由 datalab-to/surya_layout2 模型在置信度阈值0.4下生成的、结构化的布局框。布局框信息存储在 `boxes` 字段中,具体包含:`label`(标签)、`confidence`(置信度)、光栅顺序的 `position`(位置)以及像素坐标 `x0`, `y0`, `x1`, `y1`。该数据集的设计旨在保持不断增长的源数据集的不可变性,并支持通过确定性连接进行边界框裁剪和下游的批处理Bina OCR任务。
Persian OCR Community Layout Annotations is a Persian (fa) dataset for object detection tasks, licensed under openrail. This dataset is a supplementary annotation set for Reza2kn/persian-ocr-community-dataset, specifically providing recoverable layout annotations for its page images. The dataset adopts a "sidecar" design, where annotation data is separated from the original image data, and the images themselves remain in the source dataset. Each data entry precisely links to a specific version, Parquet shards, Binary Large Object (BLOB), and row record of the source dataset, containing page identifiers, page dimensions, handwriting flags, and structured layout boxes generated by the datalab-to/surya_layout2 model with a confidence threshold of 0.4. The layout box information is stored in the `boxes` field, which specifically includes: `label`, `confidence`, the raster-ordered `position`, and pixel coordinates `x0`, `y0`, `x1`, `y1`. This dataset is designed to maintain the immutability of the ever-growing source dataset, and supports bounding box cropping and downstream batch-processed Bina OCR tasks via deterministic linking.
数据集概述:Persian OCR Community Layout Annotations
- 数据集名称:Persian OCR Community Layout Annotations
- 许可证:openrail
- 任务类别:目标检测(object-detection)
- 语言:波斯语(fa)
内容与结构
该数据集为图像页面提供了可恢复的布局标注,图像来源自 Reza2kn/persian-ocr-community-dataset。每条数据记录指向源数据集的精确版本、Parquet 分片、二进制大对象(blob)及行,包含以下信息:
- 页面标识符:唯一标识每个页面。
- 页面尺寸:页面的宽度和高度。
- 手写标识:指示页面是否为手写内容。
- 结构化布局框:由
datalab-to/surya_layout2模型生成,置信度阈值为 0.4。
字段说明
boxes 字段包含每条布局框的详细信息:
- label:框的类别标签
- confidence:模型置信度分数
- position:按光栅顺序排列的位置信息
- x0, y0, x1, y1:框的像素坐标(左上角和右下角)
设计特点
- 侧车(Sidecar)设计:仅存储标注信息,图像保留在原始数据集中不重复存储。
- 不可变源数据集:保持源数据集的可扩展性,支持确定性连接(join),可用于边界框裁剪和下游批处理 Bina OCR 任务。




