manykarim / robotframework-doctestlibrary

Robot Framework DocTest library. Simple Automated Visual Document Testing.
Apache License 2.0
48 stars 21 forks source link

Allow other (external) solutions for OCR instead of the local Tesseract instance #9

Open manykarim opened 3 years ago

manykarim commented 3 years ago

Implementing Factory Pattern for different OCR Solutions. Tesseract (simple) Tesseract (with East Text Detection) External OCR Service (returning Tesseract Data Objects)

manykarim commented 2 years ago

East was implemented as an option, but no general Interface for other services has been implemented so far.