User:Pedro Sá Couto/TW/REPUBLISHING FLOW: Difference between revisions
< User:Pedro Sá Couto | TW
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
=RESULTS IN EACH STEP= | =RESULTS IN EACH STEP= | ||
''' | '''2.''' Watermark from ReportLab<br> | ||
====The watermark is created from the .txt input==== | |||
====The | |||
<gallery> | <gallery> | ||
File:wiki_page1_water.png | File:wiki_page1_water.png | ||
Line 86: | Line 73: | ||
'''3.''' Overlaying the pages<br> | '''3.''' Overlaying the pages<br> | ||
==== | ====Burst the pdf into pages==== | ||
<gallery> | <gallery> | ||
File:wiki_page2_water.png | File:wiki_page2_water.png | ||
Line 95: | Line 82: | ||
</gallery> | </gallery> | ||
====Rotate the watermark with PIL==== | |||
==== | <gallery> | ||
File:wiki_page2_water.png | |||
< | </gallery> | ||
====Overlay the watermark to the cover with PIL==== | |||
<gallery> | |||
File:wiki_page2_water.png | |||
</gallery> |
Revision as of 04:04, 6 June 2020
STEPS
Republishing is separated into 6 steps:
1. Moving the book from the webserver to a work place
- 1.1 Replacing all spaces with underscores
2. Creating the watermark from the gathered form in Tactical Watermarks
- 2.1 Create the watermark in pdf with reportlab
- 2.2 Convert to a png
3. Append the watermark to the pdf
- 3.1 Burst the pdf into pages
- 3.2 Rotate the watermark with PIL
- 3.3 Overlay the watermark with PIL
- 3.4 Merge all images into a PDF
4. OCR the pdf if not OCRed already
5. Save the file in a directory open to Library Genesis Staff
6. Delete all the unwanted traces
FLOW
RUN.SH
To activate the stream I use ./run.sh
sudo chmod 777 *
./movebookfolder.sh
./watermarkformtxt.sh
./appendwatermarktopdf.sh
./republish.sh
./deletetraces.sh
1. Moving the book from the webserver to a work place
2. Creating the watermark from the gathered form in Tactical Watermarks
3. Append the watermark to the pdf
4. OCR the pdf if not OCRed already
5. Save the file in a directory open to Library Genesis Staff
6. Delete all the unwanted traces
RESULTS IN EACH STEP
2. Watermark from ReportLab
The watermark is created from the .txt input
3. Overlaying the pages