Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulipulichen/docker-app-scansim-pdf
Converting digital PDFs to simulated scanned PDFs.
https://github.com/pulipulichen/docker-app-scansim-pdf
colab docker-app imagemagick pdf puli-portfolio qpdf
Last synced: about 18 hours ago
JSON representation
Converting digital PDFs to simulated scanned PDFs.
- Host: GitHub
- URL: https://github.com/pulipulichen/docker-app-scansim-pdf
- Owner: pulipulichen
- License: mit
- Created: 2023-12-10T15:02:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T01:21:08.000Z (12 days ago)
- Last Synced: 2025-01-09T01:32:52.220Z (12 days ago)
- Topics: colab, docker-app, imagemagick, pdf, puli-portfolio, qpdf
- Language: Jupyter Notebook
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
[![DOI](https://zenodo.org/badge/729853230.svg)](https://zenodo.org/doi/10.5281/zenodo.12741712)
# 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不能選取文字,也刻意地呈現有點粗糙的感覺。
![](https://blogger.googleusercontent.com/img/a/AVvXsEiBH080x3J_zV81t3_OpkuJ3a87nds59Y3CMx3dOoB8J98HyoOKBDdDFoOWWbKeAVpJnizHdfhgmDoHqDXvJFjgtPC_8seqIjc-lMJCWvSd1bwRG4LGLNPWGYF0MlwobR4QBb14fAEWqMrkbhurT-t4jqpVaC5yltTa3TC_Pjxhm6Idfnkuh5qcrw)
# 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](https://doi.org/10.5281/ZENODO.12741712)