robotframework-doctestlibrary
robotframework-doctestlibrary copied to clipboard
Allow other (external) solutions for OCR instead of the local Tesseract instance
Implementing Factory Pattern for different OCR Solutions. Tesseract (simple) Tesseract (with East Text Detection) External OCR Service (returning Tesseract Data Objects)
East was implemented as an option, but no general Interface for other services has been implemented so far.