{"id":19899860,"url":"https://github.com/starwhooper/rpi-docscan","last_synced_at":"2026-06-07T18:31:41.783Z","repository":{"id":184507531,"uuid":"473617870","full_name":"Starwhooper/RPi-docscan","owner":"Starwhooper","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-17T07:30:01.000Z","size":123,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-23T22:23:09.278Z","etag":null,"topics":["ocr","ocrspace","pushover","tesseract"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Starwhooper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-24T13:28:01.000Z","updated_at":"2024-07-02T16:18:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"80fceda0-549c-4f7c-a725-05797da72c4d","html_url":"https://github.com/Starwhooper/RPi-docscan","commit_stats":null,"previous_names":["starwhooper/rpi-docscan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Starwhooper/RPi-docscan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-docscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-docscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-docscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-docscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Starwhooper","download_url":"https://codeload.github.com/Starwhooper/RPi-docscan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-docscan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34034024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ocr","ocrspace","pushover","tesseract"],"created_at":"2024-11-12T20:10:07.770Z","updated_at":"2026-06-07T18:31:41.763Z","avatar_url":"https://github.com/Starwhooper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RPi-docscan #\n\nOffer a small service with waveshare 144 support on Raspberry Pi Zero to scan documents direct on NAS drive.\n\nMain features:\n* support local OCR with tesseract\n* support remote OCR with OCR Space\n* support little OLED Screen\n* support pushover\n\n![Display](https://github.com/Starwhooper/RPi-docscan/blob/main/examples/case.jpg)\n\n## Installation ##\ninstall all needed packages to prepare the software environtent of your Raspberry Pi:\n```bash\nsudo raspi-config\n```\nand enable Interface type SPI\n\n```bash\nsudo apt install python3-pip python3-pil git libatlas-base-dev sane-utils tesseract-ocr-deu imagemagick\nsudo pip3 install RPi.GPIO psutil numpy netifaces spidev Pillow PyPDF2\n```\nand this tool itself:\n```bash\ncd /opt\nsudo git clone https://github.com/Starwhooper/RPi-docscan\n```\n\n## First configurtion ##\n```bash\nsudo cp /opt/RPi-docscan/config.json.example /opt/RPi-docscan/config.json\nsudo nano /opt/RPi-status-on-OLED/config.json\n```\nThis Tool used sane. Use this sources to know the right settings:\n* sane documentation: http://www.sane-project.org/man/scanimage.1.html\n* get device-name via: sudo /usr/bin/scanimage -L\n* get all possible setting for your device: /usr/bin/scanimage --device-name=\"pixma:04A9190D\" -A\n\n## Start ##\nadd it to crontab to autostart as boot\n```bash\nsudo crontab -e\n```\nadd line\n```\n@reboot /opt/RPi-docscan/scan.py\n```\n\n## Update ##\nIf you already use it, feel free to update with\n```bash\ncd /opt/RPi-docscan\nsudo git pull origin main\n```\n\n## Hardware ##\n### Case ###\nCase to enclosure Raspberry Pi zero ans Waveshare 1.44inch LCD HAT: https://www.printables.com/de/model/258922\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarwhooper%2Frpi-docscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarwhooper%2Frpi-docscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarwhooper%2Frpi-docscan/lists"}