Ocr support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, Ocr) on images, either separate or embedded in documents.
To connect Ocr, you need to implement the IOcrConnector interface in the client code.
The following example demonstrates how to implement the Ocr connector using com.aspose.Ocr library for text recognition in images.
String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the Ocr indexing options IndexingOptions options = new IndexingOptions(); options....Indexing / OCR support OCR support Leave feedback OCR support means...(optical character recognition, OCR) on images, either separate or...