You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I state that I have not yet "materially" tested the script.
I need to figure out how to fulfill pre-requisites, subscribe to Google API etc first.
What I wanted to understand:
Once the script has been launched, will the output file obtained be a PDF? a TXT? or what?
It would be feasible somehow, to make sure that the output file would be "the exact same PDF paginated with photos etc" but with only the text blocks modified inside that will be editable, changing only the updated translation. So as to have the same file but with the translated text.
I don't know if the script already does all this, or if this thing could be an idea to propose to you for new modifications and implementations.
The text was updated successfully, but these errors were encountered:
Output writes to PDF
However, I need to update the prerequisites for using Google's Transation API as the recommended setup has changed, see here https://cloud.google.com/translate/docs/setup
I don't recall if the original document's pagination is respected but I'll see what I can do
In addition, the pdftotext library has some OS dependencies I'm not too fond of and so I'll rewrite this to use pypdf which is more maintained as well
This was a script I wrote in about an hour and just thought I'd share it
Output writes to PDF However, I need to update the prerequisites for using Google's Transation API as the recommended setup has changed, see here https://cloud.google.com/translate/docs/setup I don't recall if the original document's pagination is respected but I'll see what I can do In addition, the pdftotext library has some OS dependencies I'm not too fond of and so I'll rewrite this to use pypdf which is more maintained as well This was a script I wrote in about an hour and just thought I'd share it
I state that I have not yet "materially" tested the script.
I need to figure out how to fulfill pre-requisites, subscribe to Google API etc first.
What I wanted to understand:
Once the script has been launched, will the output file obtained be a PDF? a TXT? or what?
It would be feasible somehow, to make sure that the output file would be "the exact same PDF paginated with photos etc" but with only the text blocks modified inside that will be editable, changing only the updated translation. So as to have the same file but with the translated text.
I don't know if the script already does all this, or if this thing could be an idea to propose to you for new modifications and implementations.
The text was updated successfully, but these errors were encountered: