Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 478 for

ocr

(0.12 sec)
  1. OCR support | GroupDocs

    This article demonstrates 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...Indexing / OCR support OCR support Leave feedback OCR support means...(optical character recognition, OCR) on images, either separate or...

    docs.groupdocs.com/search/net/ocr-support/
  2. OCR support | GroupDocs

    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...

    docs.groupdocs.com/search/java/ocr-support/
  3. OCR support | GroupDocs

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Indexing / OCR support OCR support Leave feedback OCR support means...(optical character recognition, OCR) on images, either separate or...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  4. Use OCR Connector | GroupDocs

    This article explains how to integrate Ocr solution to GroupDocs.Parser...Using OCR to extract a text from images and PDFs / Use OCR Connector...Connector Use OCR Connector Leave feedback On this page GroupDocs...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  5. Use OCR Connector | GroupDocs

    This article explains how to integrate Ocr solution to GroupDocs.Parser...Using OCR to extract a text from images and PDFs / Use OCR Connector...Connector Use OCR Connector Leave feedback class provides the interface...

    docs.groupdocs.com/parser/java/use-ocr-connector/
  6. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free Ocr solution in Java....Using OCR to redact image documents / OCR Usage Basics OCR Usage...Redaction itself does not contain OCR as a part of its distributable...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  7. OCR Usage Basics | GroupDocs

    This article explains how to use Ocr....Using OCR to extract a text from images and PDFs / OCR Usage...Usage Basics OCR Usage Basics Leave feedback GroupDocs.Parser doesn’t...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  8. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free Ocr solution....Using OCR to redact image documents / OCR Usage Basics OCR Usage...Redaction itself does not contain OCR as a part of its distributable...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  9. OCR Usage Basics | GroupDocs

    This article explains how to use Ocr....Using OCR to extract a text from images and PDFs / OCR Usage...Usage Basics OCR Usage Basics Leave feedback On this page GroupDocs...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  10. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (Ocr): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see Ocr Usage Basics article. Ocr usage limitations There are the following limitations of the Ocr with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Usage / Using OCR to redact image documents Using OCR to redact image...Optical Character Recognition (OCR): image files, such as printed...

    docs.groupdocs.com/redaction/java/using-ocr/