From 0e0f6473fc86e0b01738b0f3d089c9ab5e56c00b Mon Sep 17 00:00:00 2001 From: johnathanchiu Date: Mon, 7 Oct 2024 11:41:22 -0400 Subject: [PATCH] move examples under examples section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04a2b21..5c2ac09 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ The ideas presented in this repository are largely based off the original paper **_Disclaimer_**: _This is an unbenchmarked segmentation model. It works decently well for documents at first glance and will be extended to general images in the near future. I also need to find a better name for this package._ -Image 1 Image 2 - ## Getting Started This repository is pushed to a PyPI distribution (https://pypi.org/project/xy-segmentation/). Get started by running the following command: @@ -16,6 +14,8 @@ pip install xy-segmentation ## Examples +Image 1 Image 2 + See `main.py` or `ex.ipynb` for examples on how to draw the images. Examples from the `pdfs` folder under `examples` were grabbed from [here](https://www.princexml.com/samples/) and `images` folder under `examples` were grabbed from [here](https://github.com/AIM3-RUC/MPMQA).