- Create an ImageModification object with the help of the CreateImageModification method of the Engine object.
- Specify the necessary parameters.
- Call the Modify method with this object as an input parameter. The actual change takes place only when you call this method.
- Save the changes using the IImageDocument::SaveModified method.
ImageDocument
Modify Method of the ImageDocument Object
Modify method of the ImageDocument Object in the ABBYY FineReader Engine API — Applies all modifications defined by an ImageModification object (clipping, painting, inverting, replacing pixels, removing garbage, stretching).
This method modifies the current ImageDocument. All modifications defined by the ImageModification object are possible.
To perform modification, do the following:
GetTextBackgroundColor Method of the ImageDocument Object
Previous
RemoveColorObjects Method of the ImageDocument Object
Next
