This project is TODO.
- C compiler (e.g., GCC)
- Python 3.x
- MuPDF library
- Meson build system
- Pipx for Python dependencies
-
Clone the repository:
git clone https://github.com/redte-ch/retrieve-extractors.git cd retrieve-extractors
-
Install MuPDF:
brew install mupdf
-
Install dependencies:
brew install meson pipx pipx install poe poe install
-
Build the project:
poe build
-
Test the project:
poe test