Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 3,343 for

recognize text

(0.08 sec)
  1. Translate a Document|Aspose.Words for Node.js v...

    Translate a document. Aspose.Words for Node.js via .NET simplifies document translation using AI models, allowing you to specify the target language....allows developers to translate texts content into more than 300 languages...model cannot recognize the language in some text fragments, then...

    docs.aspose.com/words/nodejs-net/translate-a-do...
  2. LoadFormat | Aspose.Words for Java

    Indicates the format of the document that is to be loaded in Java....Words to recognize the format automatically....HTML format. MARKDOWN Markdown text document. MHTML MHTML (Web archive)...

    reference.aspose.com/words/java/com.aspose.word...
  3. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic detection of character bounding boxes inside images....detect bounding boxes of each recognized character using Aspose.OCR... objects containing each recognized character along with its...

    docs.aspose.com/ocr/net/image-regions-character...
  4. Managing downloadable resources|Documentation

    How to manage Aspose.OCR for Python via .NET downloadable modules....png" ) # Recognize Ukrainian text recognitionSettings.... UKR # Recognize the image result = api . recognize ( input...

    docs.aspose.com/ocr/python-net/modules/management/
  5. Remove Noise from Image using Java

    Follow this article to remove noise from image using Java. It has details to set the IDE, a list of steps, and a sample code for image noise reduction in Java....OcrInput instance Run the Recognize() method and fetch the list...recognition results Display the recognized text This step-by-step guide...

    kb.aspose.com/ocr/java/remove-noise-from-image-...
  6. Unloading OCR modules from memory|Documentation

    Release memory occupied by Aspose.OCR for Java recognition engine by unloading unneeded OCR modules....png" ); // Extract text from image RecognitionSettings...RecognitionResult > results = api . Recognize ( source , recognitionSettings...

    docs.aspose.com/ocr/java/release_memory/
  7. Layout detecton|Documentation

    How to detect the layout of the provided image.... equations ))) # Recognize only headers # Set rectangles...areas # Recognize areas (rectangles) results = api . recognize ( input...

    docs.aspose.com/ocr/python-net/layout_detection/
  8. Product overview|Documentation

    An introduction to OCR technology and how Aspose.OCR for .NET can help you use it for your day-to-day business needs....techniques to automatically recognize text in a photo or scanned image...applications that convert images to text without having to worry about...

    docs.aspose.com/ocr/net/product-overview/
  9. Aspose.Cells GridJs – Incorrect Text Formatting...

    Hi, I’m encountering a formatting issue in Aspose.Cells GridJs. When I enter a number using a comma as the decimal separator (e.g., 123456,7), the cell is incorrectly interpreted and formatted as a date. As a result, w…...Cells GridJs – Incorrect Text Formatting After Entering Number...format to a numeric type that recognizes the comma as a decimal separator...

    forum.aspose.com/t/aspose-cells-gridjs-incorrec...
  10. Language detecton|Documentation

    How to detect the languages used on the provided image....detect the image languages and recognize multilanguage image: # Instantiate...languages and recognize image results = api . recognize ( input ,...

    docs.aspose.com/ocr/python-net/language_detection/