From 0c9fa94c1b5e07dbc398442bad50247a6f0e7a11 Mon Sep 17 00:00:00 2001 From: Jonathan Boarman Date: Sat, 25 Feb 2023 15:34:08 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb5ca77..d4715d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Augraphy: Creating Realistic Document Image Datasets with Data Augmentation -This paper introduces *Augraphy*, a Python library for constructing data augmentation pipelines which produce distortions commonly seen in real-world document image datasets. *Augraphy* stands apart from other data augmentation tools by providing many different strategies to produce augmented versions of clean document images that appear as if they have been altered by standard office operations, such as printing, scanning, and faxing through old or dirty machines, degradation of ink over time, and handwritten markings. This paper discusses the *Augraphy* tool, and shows how it can be used both as a data augmentation tool for producing diverse training data for tasks such as document denoising, and also for generating challenging test data to evaluate model robustness on document image modeling tasks. +This paper introduces [*Augraphy*](https://github.com/sparkfish/augraphy), a Python library for constructing data augmentation pipelines which produce distortions commonly seen in real-world document image datasets. *Augraphy* stands apart from other data augmentation tools by providing many different strategies to produce augmented versions of clean document images that appear as if they have been altered by standard office operations, such as printing, scanning, and faxing through old or dirty machines, degradation of ink over time, and handwritten markings. This paper discusses the *Augraphy* tool, and shows how it can be used both as a data augmentation tool for producing diverse training data for tasks such as document denoising, and also for generating challenging test data to evaluate model robustness on document image modeling tasks. **Why _Augraphy_**