CoolFace
Datasetpublic

instafill/pdf-forms-fields

🗂️ Dataset Name Fillable PDF Form Fields Dataset 📘 Description This dataset contains structured data extracted from multi-page PDF form templates stored in MongoDB.Each record represents a single form field (such as a text box or checkbox) from one of many forms processed by Instafill.ai PDF form filler. The dataset is designed to help analyze, visualize, or train models that understand how form layouts are represented digitally — including their positions… See the full description on the dataset page: https://huggingface.co/datasets/instafill/pdf-forms-fields.

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes22downloads
Dataset Card

🗂️ Dataset Name

Fillable PDF Form Fields Dataset


📘 Description

This dataset contains structured data extracted from multi-page PDF form templates stored in MongoDB. Each record represents a single form field (such as a text box or checkbox) from one of many forms processed by Instafill.ai PDF form filler.

The dataset is designed to help analyze, visualize, or train models that understand how form layouts are represented digitally — including their positions, sizes, and attributes within a document canvas.


🧱 Schema

ColumnTypeDescription
fontSizefloatFont size used for the text field (if applicable).
heightfloatHeight of the field’s bounding box in pixels.
pageintPage number where the field appears in the PDF form.
typestringType of field, e.g. text, checkbox, radio, select, etc.
valuestringDefault or filled-in value (if available).
widthfloatWidth of the field’s bounding box in pixels.
xfloatHorizontal coordinate (X position) of the field on the page canvas.
yfloatVertical coordinate (Y position) of the field on the page canvas.

📊 Data Characteristics

  • Covers multiple PDF forms (each form represented by many rows).
  • Coordinates (x, y) are relative to the original PDF page canvas (in points or pixels depending on processing scale).
  • Useful for layout analysis, document understanding, and AI form-filling applications.
  • Data collected from production forms used in real-world automation tasks — anonymized to remove any personal data.

💡 Example Row

fontSizeheightpagetypevaluewidthxy
12221text390222.364444.273

🚀 Possible Use Cases

  • Training layout-aware AI models for PDF form detection and completion.
  • Visualizing field distributions to optimize form design and alignment.
  • Benchmarking AI form-filling systems like Instafill.ai for accuracy and placement consistency.
  • Studying geometric structure of documents across industries (legal, medical, financial, etc.).