omni-tools/docs/pdf_translation.md

17 lines
684 B
Markdown

# PDF Translation Feature (Planned)
This document outlines the proposed feature to add **PDF translation** support to Omni Tools.
## Description
Users have requested the ability to translate PDF files directly within Omni Tools (see issue [#275](https://github.com/iib0011/omni-tools/issues/275)).
### Planned Functionality
- Upload a PDF file.
- Detect source language automatically.
- Translate the content using offline models or integrated APIs.
- Preserve original formatting (fonts, bold, italics, layout).
### Implementation Notes
This file serves as the initial documentation and specification for the feature.
Contributed by [@2400032210](https://github.com/2400032210)