OCRmyPDF/docs/apiref.md

61 lines
928 B
Markdown
Raw Permalink Normal View History

2025-04-17 15:03:21 -07:00
% SPDX-FileCopyrightText: 2022 James R. Barlow
% SPDX-License-Identifier: CC-BY-SA-4.0
2022-07-28 01:06:46 -07:00
2025-04-17 15:03:21 -07:00
# API reference
2020-06-30 04:20:14 -07:00
This page summarizes the rest of the public API. Generally speaking this
2023-10-14 00:45:04 -07:00
should be mainly of interest to plugin developers.
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
## ocrmypdf.api
2021-01-26 01:40:40 -08:00
2025-04-17 15:03:21 -07:00
```{eval-rst}
.. automodule:: ocrmypdf.api
2021-01-26 01:40:40 -08:00
:members:
2025-04-17 15:03:21 -07:00
```
2021-01-26 01:40:40 -08:00
2025-04-17 15:03:21 -07:00
## ocrmypdf.exceptions
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
```{eval-rst}
2020-06-30 04:20:14 -07:00
.. automodule:: ocrmypdf.exceptions
:members:
:undoc-members:
2025-04-17 15:03:21 -07:00
```
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
## ocrmypdf.helpers
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
```{eval-rst}
2020-06-30 04:20:14 -07:00
.. automodule:: ocrmypdf.helpers
:members:
2021-01-26 01:40:40 -08:00
:noindex: deprecated
.. autodecorator:: deprecated
2025-04-17 15:03:21 -07:00
```
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
## ocrmypdf.hocrtransform
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
```{eval-rst}
2020-06-30 04:20:14 -07:00
.. automodule:: ocrmypdf.hocrtransform
:members:
2025-04-17 15:03:21 -07:00
```
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
## ocrmypdf.pdfa
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
```{eval-rst}
2020-06-30 04:20:14 -07:00
.. automodule:: ocrmypdf.pdfa
:members:
2025-04-17 15:03:21 -07:00
```
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
## ocrmypdf.quality
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
```{eval-rst}
2020-06-30 04:20:14 -07:00
.. automodule:: ocrmypdf.quality
:members:
2025-04-17 15:03:21 -07:00
```
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
## ocrmypdf.subprocess
2020-06-30 04:20:14 -07:00
2025-04-17 15:03:21 -07:00
```{eval-rst}
2020-06-30 04:20:14 -07:00
.. automodule:: ocrmypdf.subprocess
:members:
2025-04-17 15:03:21 -07:00
```