Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

This dataset contains 7000 invoice images and their corresponding JSON files. There are 7 types of invoices in this dataset, each one containing 1000 examples each. The data content in the invoices has been generated using Python Faker.

If you do not want to download in the form of parquet (default download format) and want to download the dataset in the original format (a folder containing the 2 subfolders, image and json), use the below code:

from huggingface_hub import snapshot_download

snapshot_path = snapshot_download(repo_id="Ananthu01/7000_invoice_images_with_json", repo_type="dataset", local_dir="your_directory_path", resume_download=True)

print("Dataset downloaded to:", snapshot_path)

Downloads last month
125