{"id":18663421,"url":"https://github.com/tomdewildt/receipt-scanner","last_synced_at":"2026-04-11T13:06:52.480Z","repository":{"id":37993460,"uuid":"506403584","full_name":"tomdewildt/receipt-scanner","owner":"tomdewildt","description":"Simple API to convert a picture of a receipt to a structured response","archived":false,"fork":false,"pushed_at":"2025-02-13T19:42:08.000Z","size":1259,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T20:33:42.092Z","etag":null,"topics":["actions","docker","flask","jupyter","pytesseract","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomdewildt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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}},"created_at":"2022-06-22T20:56:26.000Z","updated_at":"2024-08-11T22:31:51.000Z","dependencies_parsed_at":"2024-01-03T01:00:13.712Z","dependency_job_id":"f4b401c5-b2ad-4a7f-bb28-142b9c1c62b4","html_url":"https://github.com/tomdewildt/receipt-scanner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Freceipt-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Freceipt-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Freceipt-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Freceipt-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomdewildt","download_url":"https://codeload.github.com/tomdewildt/receipt-scanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239487584,"owners_count":19647021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","docker","flask","jupyter","pytesseract","python"],"created_at":"2024-11-07T08:17:00.063Z","updated_at":"2025-11-06T08:30:21.614Z","avatar_url":"https://github.com/tomdewildt.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Receipt Scanner\n[![Build](https://img.shields.io/github/actions/workflow/status/tomdewildt/receipt-scanner/ci.yml?branch=master)](https://github.com/tomdewildt/receipt-scanner/actions/workflows/ci.yml)\n[![License](https://img.shields.io/github/license/tomdewildt/receipt-scanner)](https://github.com/tomdewildt/receipt-scanner/blob/master/LICENSE)\n\nSimple API to convert a picture of a receipt to a structured response using [Pytesseract](https://github.com/madmaze/pytesseract).\n\n# How To Run\n\nPrerequisites:\n* docker version ```20.10.8``` or later\n* make version ```4.2.1``` or later (optional)\n\n### Development\n\n1. Run ```docker run --rm -it -p 8080:8080 -v src:/opt/service/src --name tomdewildt_receipt_scanner_dev tomdewildt_receipt_scanner_dev:latest``` or ```make build/dev``` to build the container (optional).\n2. Run ```docker build --tag tomdewildt_receipt_scanner_dev:latest --file Dockerfile.dev .``` or ```make run/dev``` to start the container.\n\nRun ```make init``` to install the requirements for the service on your local machine (optional).\n\n### Production\n\n1. Run ```docker run --rm -it -p 8080:8080 -v src:/opt/service/src --name tomdewildt_receipt_scanner_prod tomdewildt_receipt_scanner_prod:latest``` or ```make build/dev``` to build the container (optional).\n2. Run ```docker build --tag tomdewildt_receipt_scanner_prod:latest --file Dockerfile.prod .``` or ```make run/dev``` to start the container.\n\n# References\n\n[Python Docs](https://docs.python.org/3/)\n\n[Pytesseract Docs](https://github.com/madmaze/pytesseract)\n\n[Flask Web Framework Docs](https://flask.palletsprojects.com/en/2.0.x/)\n\n[Black Formatter Docs](https://black.readthedocs.io/en/stable/)\n\n[Pylint Linter Docs](https://pylint.pycqa.org/en/latest/)\n\n[Pytest Docs](https://docs.pytest.org/en/latest/)\n\n[Docker Docs](https://docs.docker.com/)\n\n[Dockerfile Docs](https://docs.docker.com/engine/reference/builder/)\n\n[Receipt OCR Part 1](https://www.kaggle.com/code/dmitryyemelyanov/receipt-ocr-part-1-image-segmentation-by-opencv/notebook)\n\n[Receipt OCR Part 2](https://www.kaggle.com/code/dmitryyemelyanov/receipt-ocr-part-2-text-recognition-by-tesseract/notebook)\n\n[Regex101](https://regex101.com/r/quIQtp/1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdewildt%2Freceipt-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomdewildt%2Freceipt-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdewildt%2Freceipt-scanner/lists"}