This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import fitz | |
| import re | |
| pattern = b'q\\n/\\w+ gs\\n1 0 0 1 210 \\d\\.\\d{,2} cm\\n0 0 1 rg\\nBT\\n/QQAPF5cabeeee 10 Tf\\n1 0 0 1 0 0 Tm\\n\\(www\\.it-ebooks\\.info\\) Tj\\nET\\nQ\\n' | |
| doc = fitz.open('D:\\Downloads\\test-mu.pdf') | |
| for page in doc: | |
| # remove watermarks | |
| page.clean_contents() | |
| xref = page.get_contents()[0] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "homepage": "https://github.com/samsonwang/LaunchyQt", | |
| "description": "Launchy project reactivated. Get the familiar feeling now!", | |
| "license": "GPL-3.0-only", | |
| "version": "3.0.8", | |
| "url": "https://github.com/samsonwang/LaunchyQt", | |
| "architecture": { | |
| "64bit": { | |
| "url": "https://github.com/samsonwang/LaunchyQt/releases/download/v3.0.8/Launchy-3.0.8-win-amd64.7z", | |
| "hash": "cb3183105af62eed2ce50d52dcc1e540e4c54d4d86768547ca72a21013084a92", |