{"id":25736903,"url":"https://github.com/phdenzel/pentaplex","last_synced_at":"2025-05-08T01:22:16.386Z","repository":{"id":146779657,"uuid":"97390290","full_name":"phdenzel/pentaplex","owner":"phdenzel","description":"An OCR scanner for receipts","archived":false,"fork":false,"pushed_at":"2017-07-17T06:51:45.000Z","size":746,"stargazers_count":20,"open_issues_count":2,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T16:10:53.803Z","etag":null,"topics":["ocr","receipt-scanner","tesseract"],"latest_commit_sha":null,"homepage":"","language":"Python","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/phdenzel.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2017-07-16T14:52:33.000Z","updated_at":"2024-11-14T12:40:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"bdbf919f-a274-4c49-829e-ea182c7e0461","html_url":"https://github.com/phdenzel/pentaplex","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/phdenzel%2Fpentaplex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fpentaplex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fpentaplex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fpentaplex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phdenzel","download_url":"https://codeload.github.com/phdenzel/pentaplex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252979606,"owners_count":21835088,"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":["ocr","receipt-scanner","tesseract"],"created_at":"2025-02-26T06:31:30.365Z","updated_at":"2025-05-08T01:22:16.357Z","avatar_url":"https://github.com/phdenzel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: pentaplex\n#+AUTHOR: phdenzel\n\n  A receipt scanner and reader which makes use of tesseract-ocr and\n  imagemagick.\n  It executes five basic functionalities (hence the program's name):\n     1. scan receipt image (/edge detection and warp transformation with opencv/)\n     2. preprocess scan (/clean, sharpen, and contrast/)\n     3. run OCR (/tesseract for optical character recognition/)\n     4. analyze OCR output (/with fuzzy finder and preconfigured dictionary/)\n     5. summarize analysis in a csv file\n\n  To prepare for the scanning of the receipts, create a directory called\n  ~imgs/~ in the repository, and place pictures of the receipts in it;\n  e.g. in Terminal (~cd~ into the repository first) type something of the sort:\n\n  #+BEGIN_SRC shell\n    mkdir -p imgs/\n    cp ~/Downloads/*.JPG imgs/\n  #+END_SRC\n\n*** Prerequisites\n\n    This program uses\n    - [[https://github.com/tesseract-ocr/][tesseract-ocr]]\n    - [[https://www.imagemagick.org/script/index.php][imagemagick]]\n    - [[https://github.com/opencv/opencv][opencv]]\n\n*** Usage\n    \n    To run pentaplex, type (of course ~cd~ into repository first):\n    #+BEGIN_SRC shell\n      ./pentaplex [optional: auto]\n    #+END_SRC\n*** Documentation\n\n    For code documentation visit:\n    [[https://phdenzel.github.io/pentaplex/][https://phdenzel.github.io/pentaplex/]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Fpentaplex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphdenzel%2Fpentaplex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Fpentaplex/lists"}