java - Is there a concrete implementation of OCRProcessor in openimaj -
i trying text extraction using openimaj , using liusamarabandutextextractorbasic text extractor subclass. class needs ocrprocessor implementation actual ocr. following javadoc
public void setocrprocessor(ocrprocessor<t> ocr)
for text regions extracted associated textual representations of text regions, ocr processor must used. use function choose ocr processor used extract read text regions.
i did not find implementation in openimaj library (which strange if ask me).
is there ocrprocessor implementaion can use?
no, there seems no implementation. wrote java wrapper around tesseract-ocr (platform dependent) ocr.
Comments
Post a Comment