Detect Text on Images.
docker-compose build
docker-compose up
- Redis Queue
- API Service
- Worker
POST /url
{
url: "http://....jpg",
formats: ["hocr", "txt", "pdf", "tsv"],
contrast: 0.5,
lang: ["deu", "eng"]
}
- url: URL to Image
- formats:
- hocr Wikipedia HOCR
- txt plain text
- pdf with text
- tsv Tesseract Documentation
POST /file