Metadata-Version: 2.1
Name: simpar_cli
Version: 0.0.7
Summary: simple cli for paragraphe recognition
Home-page: https://github.com/darixsamani/simpar_cli
Author: Darix SAMANI
Author-email: samandarix@gmail.com
License: MIT license
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# simpar-cli
this is cli for a simple paragraph recognition based on the morphology operator

## Screen

| Image   | MASK Image  | Image recognized  |
:-------------------------:|:-------------------------:|:-------------------------:|
|  ![Image](./simple_a26.jpg) | ![Mask](./mask.jpg)   | ![Image recognized](./simple_a26_r.jpg)


## How to Install

```
pip install simpar_cli

```

## How to use

```
simpar_cli --image simple_a26.jpg --image_reco simple_a26_r.jpg
```


## Next

![next](./next.png)

### Francais
  Nous faisons une reconnaissance de paragraphe basée sur une les opération morphologiques qui est une
  méthode analytique qui  est instable lorsque la structure de l'image est complexe dans la suite de notre travail nous allons 
  a partir des images et leurs masque entraîner une modelé d'intelligence artificielle pour
  générer les masques de reconnaissance de paragraphe d'image, Ainsi Nous allons mieux gérer la structure des images complexes

### English

We make a paragraph recognition based on a morphological operation which is an analytical 
method which is unstable when the structure of the image is complex in the rest of our work we will
start from the images and their masks lead to a modeling of artificial intelligence 
to generate the image paragraph recognition masks, thus we will better handle the structure of complex images

