Searched refs:ExtractionResult (Results 1 – 9 of 9) sorted by relevance
14 * @return ExtractionResult the extracted body text and canonical metadata17 public function extract(string $path): ExtractionResult;
19 public function extract(string $path): ExtractionResult40 return new ExtractionResult(trim($data), []);
67 * @return ExtractionResult the extracted body text and canonical metadata70 public static function extract(string $path): ExtractionResult
59 public function extract(string $path): ExtractionResult78 return new ExtractionResult('', $metadata);
19 public function extract(string $path): ExtractionResult55 return new ExtractionResult($text, $metadata, $textError, $metadataError);
27 final class ExtractionResult class
57 public function extract(string $path): ExtractionResult94 return new ExtractionResult($text, $metadata, $textError, $metadataError);
3 use dokuwiki\plugin\totext\Extractor\ExtractionResult; alias21 * @return ExtractionResult the extracted body text and canonical metadata
24 `extract($path): ExtractionResult` (both outputs; never throws for a *partial*33 It is deliberately just `extract(): ExtractionResult`: extractors are dumb36 - `Extractor/ExtractionResult.php` — the `final` readonly value object every43 `extract()` → `ExtractionResult`, `supportedExtensions()`). Its `EXTRACTORS`118 - A half that throws has its error recorded in `ExtractionResult::$textError` /