mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 17:34:56 +05:30
Merge f5b3b77375 into f3c5946e0d
This commit is contained in:
commit
62ccfd0f27
2 changed files with 21 additions and 0 deletions
|
|
@ -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
17
docs/pdf_translation.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue