Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 3,791 for

detection

(1.52 sec)
  1. Создать, Вставить поля|Documentation

    Как создавать, вставлять поля с помощью Java Diagram API....vsdx" ); // detect file format using an input...detectFileFormat ( stream ); // get the detected file format System . out ...

    docs.aspose.com/diagram/ru/java/create-insert-f...
  2. Определение формата файла 3D|Documentation

    Aspose.3D for Java API поддерживает определение поддерживаемых форматов 3D перед открытием, поскольку расширение файла не гарантирует, что содержимое файла подходит.... getDataDir (); // detect format of 3D file FileFormat...inputFormat = FileFormat . detect ( MyDir + "document.fbx" );...

    docs.aspose.com/3d/ru/java/detect-format-of-3d-...
  3. Upptäck format för 3D-filen|Documentation

    Aspose. 3D for Java API har stöd för att upptäcka 3D stödda format innan det öppnas eftersom filändelsen inte garanterar att filens innehåll är lämpligt.... getDataDir (); // detect format of 3D file FileFormat...inputFormat = FileFormat . detect ( MyDir + "document.fbx" );...

    docs.aspose.com/3d/sv/java/detect-format-of-3d-...
  4. 로드 시 파일 형식 감지|Python via .NET용 Aspose.Words

    파일의 실제 내용이 무엇인지 확실하지 않거나 형식 호환성을 확인하려면 Python에서 파일 형식을 결정하십시오....로드하지 않고도 파일 형식을 빠르게 결정할 수 있는 detect_file_format 방법도 제공합니다. 이 메서드는...포함된 FileFormatInfo 개체를 반환합니다. detect_file_format 는 파일 형식만 확인하고 파일...

    docs.aspose.com/words/ko/python-net/detect-file...
  5. Deskewing a scanned image|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....deskew is the process of detecting and fixing this issue on scanned...high, the barcode can not be detected. After deskewing, the barcode...

    docs.aspose.com/imaging/net/deskewing-a-scanned...
  6. Aspose::Words::FileFormatUtil::LoadFormatToExte...

    Aspose::Words::FileFormatUtil::LoadFormatToExtension method. Converts a load format enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....the FileFormatUtil methods to detect the format of a document. //...a file extension, and then detect its file format. { System ::...

    reference.aspose.com/words/cpp/aspose.words/fil...
  7. 创建、插入字段|Documentation

    如何使用 Java Diagram API 创建、插入字段。...vsdx" ); // detect file format using an input...detectFileFormat ( stream ); // get the detected file format System . out ...

    docs.aspose.com/diagram/zh/java/create-insert-f...
  8. Créer, Insérer des champs|Documentation

    Comment créer, insérer des champs en utilisant Java Diagram API ....vsdx" ); // detect file format using an input...detectFileFormat ( stream ); // get the detected file format System . out ...

    docs.aspose.com/diagram/fr/java/create-insert-f...
  9. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadOptions::get_DetectNumberingWithWhitespaces method. Allows to specify how numbered list items are recognized when document is imported from plain text format. The default value is true in C++....lists recognition algorithm detects list paragraphs, when list...symbols. Examples Shows how to detect lists when loading plaintext...

    reference.aspose.com/words/cpp/aspose.words.loa...
  10. Finding word bounding boxes|Documentation

    Automatic Detection of word bounding boxes inside an image....be useful for highlighting detected areas when previewing an image...following code example shows how to detect words in multiple images: Aspose...

    docs.aspose.com/ocr/net/image-regions-word-find/