Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,027 for

text detection

(0.09 sec)
  1. Coreldraw to PDF losing font details such as Ge...

    Hello Dear Aspose support team. We having issue with attached aspose file :frowning: Sadly some of the font chars are not given back correctly when using cdr-> pdf. As you can see german umlauts will be lost and not r…...font files, but in text encoding detection. As you correctly mentioned...working over this issue and detected a cause of issue. We are going...

    forum.aspose.com/t/coreldraw-to-pdf-losing-font...
  2. Generate CODE16K BarCode Images via Python | pr...

    Create CODE16K symbology BarCode Images using Python applications without using any other software....bars, borders, background and text captions as well as their positioning...data. It includes both error detection and error correction capabilities...

    products.aspose.com/total/python-net/generate-b...
  3. GS1 Code 128 in JasperReports | products.aspose...

    Aspose.Barcode for JasperReports API allows customize, generate and recognize GS1 Code 128 barcodes in your Java application...Corporation as a way to store both text and numeric information while...Code 128 incorporates error-detection and error-correction algorithms...

    products.aspose.com/barcode/jasperreports/code128/
  4. Online TXT File Comparison or Build Python Apps...

    Free online app to Compare different TXT files. Python comparison library code for TXT documents....character-level changes in plain text documents, ensuring full visibility...scalable detection of updates across large sets of text-based content...

    products.aspose.com/total/python-net/compare/txt/
  5. Recognition Quality Presets|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different automatic presets and setting various options... It allows detecting diagonal and damaged barcode...improved methods for 1D barcode detection and decoding and are useful...

    docs.aspose.com/barcode/java/recognition-qualit...
  6. Layout detecton|Documentation

    How to detect the layout of the provided image....[ Hide ] To use language detection, install ( aspose-ocr-doc...aspose-ocr-document-structure-detection-v1.ocr ) advanced OCR model to your...

    docs.aspose.com/ocr/python-net/layout_detection/
  7. Skew correction|Documentation

    How to straighten a rotated image using Aspose.OCR for Python via .NET to improve recognition accuracy.... Skew angle detection and image straightening is...efficiency of segmentation and text extraction. Aspose.OCR offers...

    docs.aspose.com/ocr/python-net/deskew/
  8. Batch recognition via C# | Aspose

    Recognize images in ZIP archives....Automatically detect regions containing text paragraphs, detect skew and...and recognize text on images stored in ZIP archives using Aspose...

    products.aspose.com/ocr/net/recognition/recogni...
  9. Image preprocessing|Documentation

    Automatic or manual actions for formatting an image before sending it for recognition....accuracy and reliability of text recognition is highly dependent...contrast. 7.5% Photos Old papers Text on a background Resizing Proportionally...

    docs.aspose.com/ocr/cpp/image-preprocessing/
  10. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...startindex and count string text = extractedPage.GetText(); }...as a result incorrect page detection. You can implement IWarningCallback...

    forum.aspose.com/t/document-extractpages-yields...