docker-app-scansim-pdf
Converting digital PDFs to simulated scanned PDFs.
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.6%) to scientific vocabulary
Keywords
Repository
Converting digital PDFs to simulated scanned PDFs.
Basic Info
- Host: GitHub
- Owner: pulipulichen
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://blog.pulipuli.info/2025/05/converting-pdf-to-simulated-scanned-document-scansim-pdf.html
- Size: 1.57 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
Metadata Files
README.md
ScanSim PDF: 將數位PDF轉換成模仿掃描的PDF
The purpose of this Docker app is to simulate the process of printing an electronic document and then scanning it back into a PDF. The method involves converting any document into image files, slightly rotating them, and then combining them into a PDF file. The resulting PDF cannot have its text selected and is intentionally presented with a slightly rough appearance.
這一個Docker APP的用途是將電子文件模擬成列印後再掃描成PDF的結果。做法是將任意文件轉換成圖片檔,然後稍微轉個角度,再將它組合成PDF檔案。轉換後的PDF不能選取文字,也刻意地呈現有點粗糙的感覺。
Download
- For Windows: https://pulipulichen.github.io/docker-app-ScanSim-PDF/bin/scansim-pdf.exe
- For Linux and Mac OS: https://pulipulichen.github.io/docker-app-ScanSim-PDF/bin/scansim-pdf.sh
Online Tool
- Colab: https://colab.research.google.com/github/pulipulichen/docker-app-ScanSim-PDF/blob/main/colab/docker-app-ScanSim-PDF.ipynb
Key Technologies
- Docker: 以容器化部署,確保應用程式具備可移植性和管理便利性。
- ImageMagick: 圖片處理。
- qpdf: PDF檔案處理。
Blog
https://blog.pulipuli.info/2025/05/converting-pdf-to-simulated-scanned-document-scansim-pdf.html
Citation
Chen, Y.-T. (2025). ScanSim PDF (20250109.082926) [Computer software]. Zenodo. https://doi.org/10.5281/ZENODO.12741712
Owner
- Name: Pulipuli Chen
- Login: pulipulichen
- Kind: user
- Location: Taiwan
- Website: http://blog.pulipuli.info
- Repositories: 431
- Profile: https://github.com/pulipulichen
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
authors:
- family-names: Chen
given-names: Yung-Ting
orcid: https://orcid.org/0000-0003-3751-610X
email: https://blog.pulipuli.info
title: "docker-app-ScanSim-PDF"
license: "MIT"
repository-code: "https://github.com/pulipulichen/docker-app-ScanSim-PDF"
abstract: "To simulate the process of printing an electronic document and then scanning it back into a PDF."
identifiers:
- type: doi
value: 10.5281/zenodo.12741712
GitHub Events
Total
- Release event: 1
- Push event: 9
- Create event: 1
Last Year
- Release event: 1
- Push event: 9
- Create event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Pulipuli Chen | p****n@g****m | 55 |
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- pudding/docker-app node-18-7z-20230521 build
- pudding/docker-app docker-app-document-to-image-only-pdf-app-20231210.235411