{"id":20696678,"url":"https://github.com/engichang1467/latex-ocr-api","last_synced_at":"2026-04-28T16:34:48.637Z","repository":{"id":225238383,"uuid":"765052486","full_name":"engichang1467/Latex-ocr-api","owner":"engichang1467","description":"This is a simple API that uses the LatexOCR from the pix2tex package to extract latex code from an image.","archived":false,"fork":false,"pushed_at":"2024-03-01T01:28:31.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T18:28:56.202Z","etag":null,"topics":["fastapi","latex","ocr"],"latest_commit_sha":null,"homepage":"","language":"Python","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/engichang1467.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":"2024-02-29T07:35:53.000Z","updated_at":"2024-02-29T07:47:08.000Z","dependencies_parsed_at":"2024-11-17T00:31:06.136Z","dependency_job_id":null,"html_url":"https://github.com/engichang1467/Latex-ocr-api","commit_stats":null,"previous_names":["engichang1467/latex-ocr-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engichang1467%2FLatex-ocr-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engichang1467%2FLatex-ocr-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engichang1467%2FLatex-ocr-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engichang1467%2FLatex-ocr-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engichang1467","download_url":"https://codeload.github.com/engichang1467/Latex-ocr-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242961754,"owners_count":20213315,"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":["fastapi","latex","ocr"],"created_at":"2024-11-17T00:14:52.743Z","updated_at":"2026-04-28T16:34:43.606Z","avatar_url":"https://github.com/engichang1467.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Latex OCR API\n\nThis is a simple API that uses the LatexOCR from the [`pix2tex`](https://github.com/lukas-blecher/LaTeX-OCR) package to extract latex code from an image.\n\n## Create the Environment\n\n```bash\npip install virtualenv\n\n# Create the virtual environment\nvirtualenv venv\n\n# Activate the virtual environment\nsource venv/bin/activate\n```\n\n## Install the requirements\n\n```bash\npip install -r requirements.txt\n\npip install -r requirements-dev.txt\n```\n\n## Run the API\n\n```bash\nuvicorn app.main:app --reload\n```\n\n## Test the API\n\n```bash\npytest\n```\n\n## Build the Docker Image\n\n```bash\ndocker build -t latex-ocr-api .\n```\n\n## Run the Docker Image\n\n```bash\ndocker run -p 8000:8000 latex-ocr-api\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengichang1467%2Flatex-ocr-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengichang1467%2Flatex-ocr-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengichang1467%2Flatex-ocr-api/lists"}