#!/bin/bash
# This script is used by the OCR module (if enabled) to launch tesseract

OMP_THREAD_LIMIT=1

tesseract "$@"

