PdfTextExtractor class
Extracts positioned text by running the interpreter with a collecting device - the same code path rendering uses, so what you search is what you see.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
extract(
PdfDocument document, int pageIndex) → PdfPageText -
reflow(
PdfDocument document) → PdfReflowDocument - Extracts every page and infers paragraph blocks in reading order.
-
reflowPage(
PdfDocument document, int pageIndex) → PdfReflowPage - Extracts one page and infers paragraph blocks and images in reading order.