I need to automatically remove the softly colored background of the scanned document image for OCR.
ScanTailor is a C ++-based open source application that makes background separation by the way, but I cannot figure out how to work only the last step, which actually removes the background.
Ideally, I could find code that does this, and either:
- Put this part in C #
- Modify C ++ to respond to command line execution by performing only this step in this image
Can you help me understand how I can do this?
or do you know other libraries that can do this? (any language / platform acceptable)
source share