Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 641 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 641 Bytes

retrieve-extractors

This project is TODO.

Requirements

  • C compiler (e.g., GCC)
  • Python 3.x
  • MuPDF library
  • Meson build system
  • Pipx for Python dependencies

Installation

  1. Clone the repository:

      git clone https://github.com/redte-ch/retrieve-extractors.git
      cd retrieve-extractors
  2. Install MuPDF:

      brew install mupdf
  3. Install dependencies:

      brew install meson pipx
      pipx install poe
      poe install
  4. Build the project:

      poe build
  5. Test the project:

      poe test