ocrmypdf
Introduction
Release notes
Installing OCRmyPDF
Installing additional language packs
Installing the JBIG2 encoder
Usage
Cookbook
PDF optimization
OCRmyPDF Docker image
Advanced features
Batch processing
Online deployments
Performance
PDF security issues
Common error messages
Developers
Using the OCRmyPDF API
Plugins
API reference
Design notes
Contributing guidelines
Maintainer notes
ocrmypdf
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
_
__call__() (ocrmypdf.pluginspec.Executor method)
__enter__() (ocrmypdf.pluginspec.ProgressBar method)
__exit__() (ocrmypdf.pluginspec.ProgressBar method)
__init__() (ocrmypdf.pluginspec.ProgressBar method)
__str__() (ocrmypdf.pluginspec.OcrEngine method)
A
add_options() (in module ocrmypdf.pluginspec)
already_done_ocr (ocrmypdf.exceptions.ExitCode attribute)
angle (ocrmypdf.pluginspec.OrientationConfidence attribute)
B
bad_args (ocrmypdf.exceptions.ExitCode attribute)
BadArgsError
baseline() (ocrmypdf.hocrtransform.HocrTransform class method)
C
check_external_program() (in module ocrmypdf.subprocess)
check_options() (in module ocrmypdf.pluginspec)
child_process_error (ocrmypdf.exceptions.ExitCode attribute)
ColorConversionNeededError
confidence (ocrmypdf.pluginspec.OrientationConfidence attribute)
configure_logging() (in module ocrmypdf.api)
create_options() (in module ocrmypdf.api)
creator_tag() (ocrmypdf.pluginspec.OcrEngine static method)
ctrl_c (ocrmypdf.exceptions.ExitCode attribute)
D
debug (ocrmypdf.api.Verbosity attribute)
debug_all (ocrmypdf.api.Verbosity attribute)
DebugRenderOptions (class in ocrmypdf.hocrtransform)
default (ocrmypdf.api.Verbosity attribute)
deprecated() (in module ocrmypdf.helpers)
DigitalSignatureError
DpiError
E
element_coordinates() (ocrmypdf.hocrtransform.HocrTransform class method)
encrypted_pdf (ocrmypdf.exceptions.ExitCode attribute)
EncryptedPdfError
environment variable
OMP_THREAD_LIMIT
TESSDATA_PREFIX
Executor (class in ocrmypdf.pluginspec)
exit_code (ocrmypdf.exceptions.BadArgsError attribute)
(ocrmypdf.exceptions.DpiError attribute)
(ocrmypdf.exceptions.EncryptedPdfError attribute)
(ocrmypdf.exceptions.ExitCodeException attribute)
(ocrmypdf.exceptions.InputFileError attribute)
(ocrmypdf.exceptions.MissingDependencyError attribute)
(ocrmypdf.exceptions.OutputFileAccessError attribute)
(ocrmypdf.exceptions.PriorOcrFoundError attribute)
(ocrmypdf.exceptions.SubprocessOutputError attribute)
(ocrmypdf.exceptions.TesseractConfigError attribute)
(ocrmypdf.exceptions.UnsupportedImageFormatError attribute)
ExitCode (class in ocrmypdf.exceptions)
ExitCodeException
F
file_access_error (ocrmypdf.exceptions.ExitCode attribute)
file_claims_pdfa() (in module ocrmypdf.pdfa)
filter() (ocrmypdf.api.PageNumberFilter method)
filter_ocr_image() (in module ocrmypdf.pluginspec)
filter_page_image() (in module ocrmypdf.pluginspec)
filter_pdf_page() (in module ocrmypdf.pluginspec)
G
generate_hocr() (ocrmypdf.pluginspec.OcrEngine static method)
generate_pdf() (ocrmypdf.pluginspec.OcrEngine static method)
generate_pdfa() (in module ocrmypdf.pluginspec)
generate_pdfa_ps() (in module ocrmypdf.pdfa)
get_deskew() (ocrmypdf.pluginspec.OcrEngine static method)
get_executor() (in module ocrmypdf.pluginspec)
get_logging_console() (in module ocrmypdf.pluginspec)
get_ocr_engine() (in module ocrmypdf.pluginspec)
get_orientation() (ocrmypdf.pluginspec.OcrEngine static method)
get_parser() (in module ocrmypdf.api)
get_progressbar_class() (in module ocrmypdf.pluginspec)
get_version() (in module ocrmypdf.subprocess)
H
HocrTransform (class in ocrmypdf.hocrtransform)
HocrTransformError
I
initialize() (in module ocrmypdf.pluginspec)
input_file (ocrmypdf.exceptions.ExitCode attribute)
InputFileError
invalid_config (ocrmypdf.exceptions.ExitCode attribute)
invalid_output_pdf (ocrmypdf.exceptions.ExitCode attribute)
is_optimization_enabled() (in module ocrmypdf.pluginspec)
L
languages() (ocrmypdf.pluginspec.OcrEngine static method)
M
measure_words_matched() (ocrmypdf.quality.OcrQualityDictionary method)
message (ocrmypdf.exceptions.ColorConversionNeededError attribute)
(ocrmypdf.exceptions.DigitalSignatureError attribute)
(ocrmypdf.exceptions.EncryptedPdfError attribute)
(ocrmypdf.exceptions.ExitCodeException attribute)
(ocrmypdf.exceptions.TaggedPDFError attribute)
(ocrmypdf.exceptions.TesseractConfigError attribute)
missing_dependency (ocrmypdf.exceptions.ExitCode attribute)
MissingDependencyError
module
ocrmypdf.api
ocrmypdf.exceptions
ocrmypdf.hocrtransform
ocrmypdf.pdfa
ocrmypdf.quality
ocrmypdf.subprocess
N
normalize_text() (ocrmypdf.hocrtransform.HocrTransform class method)
O
ocr() (in module ocrmypdf.api)
OcrEngine (class in ocrmypdf.pluginspec)
ocrmypdf.api
module
ocrmypdf.exceptions
module
ocrmypdf.hocrtransform
module
ocrmypdf.pdfa
module
ocrmypdf.quality
module
ocrmypdf.subprocess
module
OcrQualityDictionary (class in ocrmypdf.quality)
ok (ocrmypdf.exceptions.ExitCode attribute)
optimize_pdf() (in module ocrmypdf.pluginspec)
OrientationConfidence (class in ocrmypdf.pluginspec)
other_error (ocrmypdf.exceptions.ExitCode attribute)
OutputFileAccessError
P
PageNumberFilter (class in ocrmypdf.api)
pbar_class (ocrmypdf.pluginspec.Executor attribute)
pdfa_conversion_failed (ocrmypdf.exceptions.ExitCode attribute)
polyval() (ocrmypdf.hocrtransform.HocrTransform class method)
PriorOcrFoundError
ProgressBar (class in ocrmypdf.pluginspec)
Q
quiet (ocrmypdf.api.Verbosity attribute)
R
rasterize_pdf_page() (in module ocrmypdf.pluginspec)
run() (in module ocrmypdf.subprocess)
run_pipeline() (in module ocrmypdf.api)
run_pipeline_cli() (in module ocrmypdf.api)
run_polling_stderr() (in module ocrmypdf.subprocess)
S
SubprocessOutputError
T
TaggedPDFError
TesseractConfigError
textangle() (ocrmypdf.hocrtransform.HocrTransform class method)
to_pdf() (ocrmypdf.hocrtransform.HocrTransform method)
U
UnsupportedImageFormatError
update() (ocrmypdf.pluginspec.ProgressBar method)
V
validate() (in module ocrmypdf.pluginspec)
Verbosity (class in ocrmypdf.api)
version() (ocrmypdf.pluginspec.OcrEngine static method)