Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

rainyl/latexOCRApi

Repository files navigation

latexOCRApi

A Latex OCR API based on LaTex-OCR and fastApi

Install

  1. create environment and install dependences

pip install -r requirements.txt

  1. prepare validTokens.json

it has to be the following format:

{ "user" : [ "token1", "token2", "token3", ... ] }

  1. run uvicorn main:app --reload

Deploy

You can deploy by following the FastApi's document, https://fastapi.tiangolo.com/deployment/

License

GPLv3 for non-commercial use only

For commercial use, please contact me.

Releases

No releases published

Packages

No packages published

Languages