Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 113,412 for

aspose ocr

(0.32 sec)
  1. Passport recognition settings|Documentation

    Configuring Aspose.Ocr for .NET recognition engine for extracting text from passport images....settings Contents [ Hide ] Aspose.OCR for .NET allows for very...The whitelist of characters Aspose.OCR engine will look for. IgnoredSymbols...

    docs.aspose.com/ocr/net/recognition-settings-pa...
  2. DetectAreasMode.UNIVERSAL|Documentation

    How Aspose.Ocr determines the structure of a document using the DetectAreasMode.UNIVERSAL algorithm....areas detection algorithm: Aspose . OCR . AsposeOcr recognitionEngine...recognitionEngine = new Aspose . OCR . AsposeOcr (); // Add an image to...

    docs.aspose.com/ocr/net/areas-detection/universal/
  3. Hello, world!|Documentation

    Get started with Aspose.Ocr for .NET by creating and running a bare minimum example....text from an image with with Aspose.OCR for .NET. We assume that...as Console App . Install Aspose.OCR (CPU-based) NuGet package...

    docs.aspose.com/ocr/net/hello-world/
  4. Dilation|Documentation

    How to make characters in an image thicker to improve recognition accuracy.... Aspose.OCR provides a special processing...Dilate processing filter. Aspose . OCR . AsposeOcr recognitionEngine...

    docs.aspose.com/ocr/net/dilate/
  5. Defining the blacklist of characters|Documentation

    How to ignore certain image defects that may be incorrectly recognized as characters....a case-sensitive string: Aspose . OCR . AsposeOcr recognitionEngine...recognitionEngine = new Aspose . OCR . AsposeOcr (); // Add an image to...

    docs.aspose.com/ocr/net/characters-blacklist/
  6. Common recognition settings|Documentation

    Configuring Aspose.Ocr for .NET recognition engine for extracting text from images, scanned PDFs, DjVu files and other content....settings Contents [ Hide ] Aspose.OCR for .NET allows for very...The whitelist of characters Aspose.OCR engine will look for. DetectAreasMode...

    docs.aspose.com/ocr/net/recognition-settings-co...
  7. Receipt recognition settings|Documentation

    Configuring Aspose.Ocr for .NET recognition engine for extracting text from scanned receipts....settings Contents [ Hide ] Aspose.OCR for .NET allows for very...The whitelist of characters Aspose.OCR engine will look for. IgnoredSymbols...

    docs.aspose.com/ocr/net/recognition-settings-re...
  8. Extracting lines with coordinates|Documentation

    Automatic detection of line bounding boxes during recognition....coordinates Contents [ Hide ] Aspose.OCR returns coordinates of each...are returned as a list of Aspose.OCR.RecognitionResult.LinesResult...

    docs.aspose.com/ocr/net/image-line-extract/
  9. Defining the whitelist of characters|Documentation

    How to limit the set of characters Aspose.Ocr engine will look for....image using the built-in Aspose.OCR mechanisms. You can specify...specify a list of characters Aspose.OCR engine will look for in AllowedSymbols...

    docs.aspose.com/ocr/net/characters-whitelist/
  10. Getting recognition results as XML|Documentation

    Returning Aspose.Ocr for .NET recognition results in XML format....as XML Contents [ Hide ] Aspose.OCR for .NET can return recognition...method of Aspose.OCR.RecognitionResult object. Aspose . OCR . AsposeOcr...

    docs.aspose.com/ocr/net/save-xml/