Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jboarman authored Feb 25, 2023
1 parent 50ce181 commit 0c9fa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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_**

Expand Down

0 comments on commit 0c9fa94

Please sign in to comment.