Strabo customizes a lot of code from Aforge. Any changes added to Strabo has the possibility of breaking code at other places. This is exacerbated by the tight coupling of different codes and workers.
Possible Fix
Strabo serves a thin layer of code between Image Manipulation and/or OCR libraries
Each modules are independent of one other. While this is true to some extent. TextDetection and TextExtraction are still tightly coupled
Master CR for finer issues.
Strabo customizes a lot of code from Aforge. Any changes added to Strabo has the possibility of breaking code at other places. This is exacerbated by the tight coupling of different codes and workers.