This commit is contained in:
Lokesh 2025-11-03 03:15:12 +00:00 committed by GitHub
commit 62ccfd0f27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View file

@ -181,6 +181,10 @@ They make translation management simple and developer-friendly.
<img src="https://contrib.rocks/image?repo=iib0011/omni-tools" />
</a>
- 📄 Planned: [PDF Translation Support](docs/pdf_translation.md)
## Contact
For any questions or suggestions, feel free to open an issue or contact me at:

17
docs/pdf_translation.md Normal file
View file

@ -0,0 +1,17 @@
# 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)