Layout-Parser / layout-parser

A Unified Toolkit for Deep Learning Based Document Image Analysis
https://layout-parser.github.io/
Apache License 2.0
4.67k stars 449 forks source link

In Shape Operations description of union operation and intersect operation #156

Open anjiladhikari opened 1 year ago

anjiladhikari commented 1 year ago

Describe the bug In union operation Second point of Note :

  1. The union of two rectangles is still a rectangle, which is the minimum covering rectangle of the two input rectangles. it must be The union of two rectangles is still a rectangle, which is the maximum covering rectangle of the two input rectangles.

The intersect Operation In description part there is " The Illustration of Union Operations. " this must be The Illustration of intersection Operations.

Screenshots In union operation Second point of Note : image

In The intersect Operation image