{"id":31730541,"url":"https://github.com/janakhpon/monocr","last_synced_at":"2025-10-09T07:29:52.769Z","repository":{"id":315375503,"uuid":"1058431443","full_name":"janakhpon/monocr","owner":"janakhpon","description":"Optical Character Recognition for Mon (mnw) text.","archived":false,"fork":false,"pushed_at":"2025-09-18T07:10:03.000Z","size":41205,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T15:04:41.931Z","etag":null,"topics":["mon","ocr","ocr-text-reader","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/monocr","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/janakhpon.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":"2025-09-17T04:51:41.000Z","updated_at":"2025-09-19T04:06:58.000Z","dependencies_parsed_at":"2025-09-18T09:35:11.513Z","dependency_job_id":null,"html_url":"https://github.com/janakhpon/monocr","commit_stats":null,"previous_names":["janakhpon/monocr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/janakhpon/monocr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janakhpon%2Fmonocr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janakhpon%2Fmonocr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janakhpon%2Fmonocr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janakhpon%2Fmonocr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janakhpon","download_url":"https://codeload.github.com/janakhpon/monocr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janakhpon%2Fmonocr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000959,"owners_count":26082973,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["mon","ocr","ocr-text-reader","python"],"created_at":"2025-10-09T07:29:36.912Z","updated_at":"2025-10-09T07:29:52.761Z","avatar_url":"https://github.com/janakhpon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mon OCR\n\nOptical Character Recognition for Mon (mnw) text.\n\n## Installation\n\n```bash\npip install monocr | uv add monocr\n```\n\n## Quick Start\n\n```python\nfrom monocr import read_text, read_folder\n\n# Read text from a single image\ntext = read_text(\"image.png\")\nprint(text)\n\n# Read all images in a folder\nresults = read_folder(\"images/\")\nfor filename, text in results.items():\n    print(f\"{filename}: {text}\")\n```\n\n## Command Line\n\n```bash\n# Read single image\nmonocr read image.png\n\n# Process folder\nmonocr batch images/ --output results.json\n```\n\n## Dev Setup\n\n```bash\ngit clone git@github.com:janakhpon/monocr.git\ncd monocr\nuv sync --dev\n\n# Release workflow\nuv version --bump patch\ngit add .\ngit commit -m \"bump version\"\ngit tag v0.1.5\ngit push origin main --tags\n```\n\n## Related tools\n- [mon_tokenizer](https://github.com/Code-Yay-Mal/mon_tokenizer)\n- [hugging face mon_tokenizer model](https://huggingface.co/janakhpon/mon_tokenizer)\n- [Mon corpus collection in unicode](https://github.com/MonDevHub/MonCorpusCollection)\n\n## License\n\nMIT - do whatever you want with it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanakhpon%2Fmonocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanakhpon%2Fmonocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanakhpon%2Fmonocr/lists"}