Skip to content

Commit

Permalink
readme warns about license conflict
Browse files Browse the repository at this point in the history
related #2
  • Loading branch information
ivanstepanovftw authored Oct 12, 2024
1 parent 976a0e8 commit 7cdae59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# GLAM

> [!CAUTION]
> Dependency PyMuPDF with AGPL-3.0 license is extensively used in the code and requires to use AGPL-3.0 license, see https://github.com/ivanstepanovftw/glam/issues/2
Graph-based Layout Analysis Model (GLAM) is a deep learning model for document layout analysis.

Unofficial implementation in PyTorch of "A Graphical Approach to Document Layout Analysis" [[arXiv]](https://arxiv.org/abs/2308.02051).
Expand Down Expand Up @@ -90,6 +93,9 @@ python dln_glam_inference.py

## License

> [!CAUTION]
> Dependency PyMuPDF with AGPL-3.0 license is extensively used in the code and requires to use AGPL-3.0 license, see https://github.com/ivanstepanovftw/glam/issues/2
Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE-2.0](LICENSE-APACHE-2.0) or http://www.apache.org/licenses/LICENSE-2.0)
Expand Down

0 comments on commit 7cdae59

Please sign in to comment.