augraphy
augraphy copied to clipboard
Augmentation pipeline for rendering synthetic paper printing, faxing, scanning and copy machine processes
Some noted features that we can learn from [carolineminuscule-groundtruth examples](https://github.com/rescribe/carolineminuscule-groundtruth/blob/master/bsb00046285/bsb00046285.0011.jpeg): * Opposing curled page could reveal another page of content * Opposing curled page could have multiple pages * Page...
I think it will be better if there's a proper documentation site instead of having the documentation inside the github repo.
Right now the augmentation pipeline process single image at one time, it will be better if there's a batch processing function to process multiple images at one time.
**Problem Faced** : While using the repo, it took some time to go through all the available augmentations and there examples as many markdowns don't have sample results, and many...
This poorly captured image demonstrates an effect with older documents where thin lines often degrade when copied. We can't use a simple erode/dilate approach. Instead, we need a technique similar...
Document-oriented **watermarks** are common and have several patterns that we can attempt to reproduce: * large print overlaid on document, of varying fonts and weights * printed often at angles,...
Please add sample images here so that we can review those for later focus on their reproduction. These should be images that represent distortions caused by: * using a camera...
Add 3D effect of raised (embossed) and lowered (debossed) text or symbols that you might see on a seal or a business card. We may need this as an internal...
One of the issues with sourcing images from a camera phone is the issue with low-light. There are also applications of the noise techniques here that apply more broadly. *...
This PR: - adds the archetype pipelines mentioned in #150 to `augraphy.default` - adds more tests to run those pipelines against random images - makes pipelines return augmented images directly