Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 297 for

paragraph coordinates

(0.18 sec)
  1. Working with image regions|Documentation

    Automatic detection of text bounding boxes and extraction of text inside image rectangles.... Automatic search for paragraph bounding boxes Automatic search...boxes Extracting lines with coordinates Finding text in an image...

    docs.aspose.com/ocr/python-net/image-regions/
  2. Finding line bounding boxes|Documentation

    Automatic detection of line bounding boxes inside an image....can automatically find the coordinates of image regions containing...to break the content into paragraphs and then extracts lines from...

    docs.aspose.com/ocr/python-net/image-regions-li...
  3. Finding line bounding boxes|Documentation

    Automatic detection of line bounding boxes inside an image....can automatically find the coordinates of image regions containing...to break the content into paragraphs and then extracts lines from...

    docs.aspose.com/ocr/net/image-regions-line-find/
  4. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...WriteLine("Table coordinates:"); Console.WriteLine($"X:...// Initialize min and max coordinates. float minX = float.MaxValue;...

    forum.aspose.com/t/topic/311958
  5. Region-Based Extraction using Python|Aspose.PDF...

    Learn how to extract text from a specific page region or Paragraph structure in PDF documents with Aspose.PDF for Python....(tuple): (llx, lly, urx, ury) coordinates of the rectangle. outfile...document . close () Extract Paragraphs by iterating through them...

    docs.aspose.com/pdf/python-net/region-based-ext...
  6. Basic Text Extraction using Java|Aspose.PDF for...

    Learn how to extract text from PDF documents in Java with Aspose.PDF from all pages, from a specific page, or by Paragraph structure....to preserve page, section, paragraph, line, and fragment grouping...do not need paragraph boundaries or coordinates. Open the source...

    docs.aspose.com/pdf/java/basic-text-extraction/
  7. Extracting text inside a rectangle|Documentation

    Extract text located inside areas of the image provided by Coordinates....found automatically using the paragraph , line or word detection....name and expiry date Block Coordinates Extracted text Name {X=231...

    docs.aspose.com/ocr/cpp/image-regions-extract/
  8. Aspose::Words::Drawing::ShapeBase::get_CoordOri...

    Aspose::Words::Drawing::ShapeBase::get_CoordOrigin method. The Coordinates at the top-left corner of the containing block of this shape in C++....ShapeBase::get_CoordOrigin method The coordinates at the top-left corner of...document's floating shape coordinate origin. group -> set_Bounds...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. FieldAdvance.UpOffset | Aspose.Words for .NET

    Discover how the FieldAdvance UpOffset property enhances text positioning in your documents by adjusting subsequent text upwards for a polished look....continue to be applied until the paragraph ends, // or another ADVANCE...field updates the offset/coordinate values. // 1 - Specify a...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 使用 Python 的基于区域的提取|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 从 PDF 文档中的特定页面区域或段落结构提取文本。...(tuple): (llx, lly, urx, ury) coordinates of the rectangle. outfile...aspose.pdf as ap def extract_paragraphs_from_pdf ( infile , outfile...

    docs.aspose.com/pdf/zh/python-net/region-based-...