Proprietà
Returns the Engine object. | ||
Specifies whether document structure detection should be performed while document synthesis. Per impostazione predefinita questa proprietà è TRUE. | ||
Provides access to the parameters of document structure detection. | ||
Specifies whether font formatting detection should be performed while document synthesis. If this property is set to FALSE, the FontFormattingDetectionParams property is ignored. Per impostazione predefinita questa proprietà è TRUE. | ||
Provides access to the parameters of font formatting detection. | ||
Specifies the set of fonts to be used during document synthesis. | ||
Specifies whether low memory mode should be used during document synthesis. If you set this property to TRUE, ABBYY FineReader Engine will try to use no more than 600 Mb of memory during document synthesis by loading less pages to memory simultaneously. However, document synthesis may slow down and the quality may slightly deteriorate. By default, the value of this property is FALSE. | ||
Specifies how many pages can be loaded by document synthesis simultaneously. This property can be used to decrease memory usage. We recommend that you use the value in range from 32 to 64. The more the value, the more the speed of processing. However, it is not recommended to use the highest values of this property for processing big documents, as this may lead to an “out of memory” error. The value less than 5 is ignored. By default, the value of this property is 64. | ||
Metodi
| Nome | Descrizione |
|---|---|
| CopyFrom | Inizializza le proprietà dell’oggetto corrente con i valori delle proprietà corrispondenti di un altro oggetto. |
| LoadFromFile | Ripristina il contenuto dell’oggetto da un file su disco. |
| LoadFromMemory <Note> : Solo Windows. </Note> | Ripristina il contenuto dell’oggetto dalla memoria globale. |
| SaveToFile | Salva il contenuto dell’oggetto in un file su disco. |
| SaveToMemory <Note> : Solo Windows. </Note> | Salva il contenuto dell’oggetto nella memoria globale. |
Diagramma degli oggetti
Parametro di output
Parametro di input
- Synthesize, SynthesizePages dell’oggetto FRDocument
- metodo Synthesize dell’oggetto FRPage
Esempi
- Linux: CommandLineInterface
- Windows: VisualComponents; e negli strumenti demo: User Pattern Training Utility
