diff --git a/genalog/generation/README.md b/genalog/generation/README.md index 3370715..ca3c691 100644 --- a/genalog/generation/README.md +++ b/genalog/generation/README.md @@ -2,9 +2,11 @@ This folder contains the scripts that allow you generate synthetic documents from any given text. We provide **three** standard templates for with document layouts: -![multi-column](../../example/sample/generation/columns_Times_11px.png =300x420) -![letter-like](../../example/sample/generation/letter_Times_11px.png =300x420) -![text-block](../../example/sample/generation/text_block_Times_11px.png =300x420) +

+ + + +

You can find these templates in path `genalog/generation/templates`. @@ -103,4 +105,4 @@ for doc in doc_gen: print(doc.template.name) image_byte = doc.render_png(resolution=300) display(Image(image_byte)) -``` \ No newline at end of file +```