| Object/Enumeration | Property/Method/Constant | What has happened? | Comment |
|---|---|---|---|
| FRPage | ProcessBusinessCards | Removed | <Note> This method is no longer necessary in Linux and Windows because business cards can now be processed in parallel. </Note> To recognize business cards on a page, you should set the SynthesizeBusinessCards property of the SynthesisParamsForPage object to TRUE and call any of the processing methods of the FRPage object. |
| FRDocument | ProcessBusinessCards | Removed | <Note> This method is no longer necessary in Linux and Windows because business cards can now be processed in parallel. </Note> To recognize business cards is a document, you should set the SynthesizeBusinessCards property of the SynthesisParamsForPage object to TRUE and call any of the processing methods of the FRDocument object. |
| BusinessCardProcessingParams | Removed | To enable detection of multiple business cards on one page, set the SplitType property of the PagePreprocessingParams object to PST\_BusinessCardSplit. | |
| BusinessCardsCollection | Renamed | The new name of the object is BusinessCards. New naming convention is that the temporary collections have Collection postfix in their name, while this is a read-only collection. | |
| BusinessCardField | FindComponentByType | Removed | Use the FindComponent method instead. |
