ocrmypdf-auto
Docker 应用程序 from cmccambridge's Repository
概述
运行时参数
- 网络
bridge- 特权
- false
模板配置
Input directory from which to process files for OCR. emContainer path: code/input/code/em
- 目标
- /input
Output directory to which post-OCR files will be written. emContainer path: code/output/code/em
- 目标
- /output
Config/appdata directory. emContainer path: code/config/code/em
- 目标
- /config
- 默认值
- /mnt/user/appdata/ocrmypdf-auto
- 价值
- /mnt/user/appdata/ocrmypdf-auto
Controls the output directory layout: br / codeMIRROR_TREE/code - (Default) Mirror the directory structure of the input directory, i.e. for an input file code/input/foo/bar.pdf/code create an output file code/output/foo/bar.pdf/code. br / codeSINGLE_FOLDER/code - Collect all output files in a single flat folder, i.e. for an input file code/input/foo/bar.pdf/code create an output file code/output/bar.pdf/code.
- 目标
- OCR_OUTPUT_MODE
- 默认值
- MIRROR_TREE
- 价值
- MIRROR_TREE
Controls the action (if any) to perform after successful OCR processing: br / codeNOTHING/code - (Default) Do nothing. Input files remain in place where they were found. br / codeARCHIVE_INPUT_FILES/code - Archive input files by strongmoving/strong them em(overwriting existing files!)/em to the code/archive/code Volume br / codeDELETE_INPUT_FILES/code - Delete the input file after successful processing.
- 目标
- OCR_ACTION_ON_SUCCESS
- 默认值
- NOTHING
- 价值
- NOTHING
Additional languages (besides English) to install, given as a space-separated list of language abbreviations. All available languages can be found on the a href=https://packages.ubuntu.com/search?keywords=tesseract-ocr-&searchon=names&suite=bionic§ion=allUbuntu site/a. Example for German, Chinese - Simplified, and Italian: codedeu chi-sim ita/code
- 目标
- OCR_LANGUAGES
On a successful completion, a POST will be made to the given URL, with a JSON payload of code{'pdf': '/output/doc.pdf', 'txt': '/output/doc.pdf.txt'} /code. The txt property will only be present if you add the code--sidecar /code option to the codeocr.config/code file. This could be used to kick off additional processing, like indexing of the content or notifications.
- 目标
- OCR_NOTIFY_URL
Set to code1/code to enable processing of any files in the input directory when the container is launched. br/ Set to code0/code (Default) or unset to ignore existing files until they are modified.
- 目标
- OCR_PROCESS_EXISTING_ON_START
- 默认值
- 0
- 价值
- 0
Control the verbosity of debug logging. Accepts python codelogging/code levels, e.g. codewarn/code (Default), codeinfo/code, codedebug/code, etc.
- 目标
- OCR_VERBOSITY
Set the UID that the OCR tools will run as. unRAID standard is 99.
- 目标
- USERMAP_UID
- 默认值
- 99
- 价值
- 99
Set the primary GID that the OCR tools will run with. unRAID standard is 100.
- 目标
- USERMAP_GID
- 默认值
- 100
- 价值
- 100
下载统计数据
长期下载总量
详细信息
cmccambridge/ocrmypdf-auto:latest在Unraid 上运行 ocrmypdf-auto 。
ocrmypdf-auto 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。