Label Studio can be used to interactively work with OCR (Optical Character Recognition) models like Tesseract.
You can use Label Studio ML Backend to start an interactive OCR model:
git clone https://github.com/HumanSignal/label-studio-ml-backend.gitlabel_studio_ml/examples/tesseractdocker-compose upIt will start the server listening on http://localhost:9090.
For information on finding your base URL and API key, see Authenticate and Connect to the API.
To create a project, you need to specify the label_config that defines the labeling interface and the labels ontology.
To connect your running OCR model to the project, you need to specify the model URL and the project ID:
Also see this example notebook.