mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-08 14:44:38 -04:00
9 lines
203 B
Python
9 lines
203 B
Python
# SPDX-FileCopyrightText: 2024 James R. Barlow
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
# Enforce English hegemony
|
|
DEFAULT_LANGUAGE = 'eng'
|
|
|
|
# Default rotation threshold
|
|
DEFAULT_ROTATE_PAGES_THRESHOLD = 14.0
|