xqr

Installation Guide

Prerequisites

# Clone the repository
git clone https://github.com/veridock/xqr.git
cd xqr

# Install with Poetry
poetry install

# Activate the environment
poetry shell

Using pip

pip install xqr

System Dependencies

Ubuntu/Debian

sudo apt-get update
sudo apt-get install -y \
    poppler-utils \
    tesseract-ocr \
    pdf2svg \
    python3-magic \
    libmagic1

macOS (Homebrew)

brew install poppler \
             tesseract \
             pdf2svg \
             libmagic

Verifying Installation

xqr --version

Troubleshooting

If you encounter any issues during installation, please check the Troubleshooting Guide.