{"id":25351126,"url":"https://github.com/jmkoni/katabankocr","last_synced_at":"2025-07-13T19:34:24.085Z","repository":{"id":87883138,"uuid":"105147969","full_name":"jmkoni/KataBankOCR","owner":"jmkoni","description":"http://codingdojo.org/kata/BankOCR/","archived":false,"fork":false,"pushed_at":"2017-10-04T19:36:39.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T22:32:42.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmkoni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-09-28T12:54:13.000Z","updated_at":"2017-09-28T12:58:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3ac14fc-d6e6-4bf8-b17d-235957790315","html_url":"https://github.com/jmkoni/KataBankOCR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmkoni/KataBankOCR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkoni%2FKataBankOCR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkoni%2FKataBankOCR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkoni%2FKataBankOCR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkoni%2FKataBankOCR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmkoni","download_url":"https://codeload.github.com/jmkoni/KataBankOCR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkoni%2FKataBankOCR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265195117,"owners_count":23726027,"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":[],"created_at":"2025-02-14T17:38:53.742Z","updated_at":"2025-07-13T19:34:24.013Z","avatar_url":"https://github.com/jmkoni.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KataBankOCR\n\nThis is an attempt to solve the KataBankOCR problem, user stories 1 through 3.\n\n\nView original problem at: http://codingdojo.org/kata/BankOCR/\n\nView full docs at: https://jmkoni.github.io/KataBankOCR/\n\nView source code at: https://github.com/jmkoni/KataBankOCR\n\n#### Initialization:\n```ruby\nPipeNumber::Reader.new(filepath)\n```\n#### Definition of parameters:\n\n* filepath: path to file containing text numbers\n\n#### Example:\n\nOf running the class:\n```ruby\n# numbers.txt looks like this:\n#     _  _     _  _  _  _  _ \n#   | _| _||_||_ |_   ||_||_|\n#   ||_  _|  | _||_|  ||_| _|\n# \n#  _  _  _  _  _  _  _  _    \n# | || || || || || || ||_   |\n# |_||_||_||_||_||_||_| _|  |\n# \n#     _  _  _  _  _  _     _ \n# |_||_|| || ||_   |  |  | _ \n#   | _||_||_||_|  |  |  | _|\n  \nreader = PipeNumber::Reader.new(\"~/Desktop/numbers.txt\")\nreader.print_all_with_variations\n```\n\nOf running the script:\n```ruby\nruby read_numbers.rb\n# it will then prompt you for a file path. Please type it in, then press enter.\n```\n\n#### Output:\n```\n123456789\n000000051\n49006771? ILL\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmkoni%2Fkatabankocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmkoni%2Fkatabankocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmkoni%2Fkatabankocr/lists"}