> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ParagraphExtractionModeEnum

> ParagraphExtractionModeEnum in der ABBYY FineReader Engine API — Modi der Absatzextraktion (normal, grob usw.).

Die Aufzählungskonstanten von ParagraphExtractionModeEnum beschreiben verschiedene Modi für die Absatzextraktion.

```
typedef enum {
 PEM_NormalExtraction,
 PEM_RoughExtraction,
 PEM_SingleLineParagraphsWithWordSeparationOnly
} ParagraphExtractionModeEnum;
```

<div id="elements">
  ## Elemente
</div>

| Name                                            | Beschreibung                                                                                                                            |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| PEM\_NormalExtraction                           | Normale Absatzextraktion.                                                                                                               |
| PEM\_RoughExtraction                            | Extrahiert die kleinstmögliche Anzahl von Absätzen (entweder einen Absatz pro Block oder nur Absätze, die mit einer Initiale beginnen). |
| PEM\_SingleLineParagraphsWithWordSeparationOnly | Jede Zeile wird als separater Absatz ohne Leerraumformatierung extrahiert; Leerzeichen dienen nur zur Trennung von Wörtern.             |

<div id="used-in">
  ## Verwendet in
</div>

[ISynthesisParamsForPage::ParagraphExtractionMode](/de/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage#paragraphextractionmode)
