# Use of External Libraries

> **Note:** You can select all the original licences of each library used from the top right-hand corner.

---

This project uses third-party libraries to provide additional functionality. Below is a description of these libraries along with their respective licences:

## 1. Markitdown
- **Author:** Microsoft Corporation  
- **Repository:** [https://github.com/microsoft/markitdown](https://github.com/microsoft/markitdown)  
- **Licence:** MIT Licence  
- **Description:**  
  Markitdown is a tool for analysing and transforming Markdown files, developed by Microsoft. Under the MIT Licence, it allows free use, modification, and distribution, including for commercial projects, provided that the copyright notice is preserved.

## 2. PySide6 (Qt for Python)
- **Author:** The Qt Company Ltd. and contributors  
- **Website:** [https://doc.qt.io/qtforpython/](https://doc.qt.io/qtforpython/)  
- **Licence:** GNU Lesser General Public Licence v3.0 (LGPLv3)  
- **Description:** PySide6 provides the official Python bindings for the Qt graphical user interface library. Under the LGPLv3, it allows use in open source and commercial projects, under the condition that the library can be replaced and that a copy of the licence and a notice of licence usage are provided.

---

# General Conditions

- All third-party libraries used in this project retain their respective licences.
- This project respects the usage conditions of those licences.
- If you wish to use, redistribute, or modify this project, you must comply not only with this project's primary licence but also with the specific conditions of the libraries mentioned above.