ScrapeEngineFactory Class
Definition
- Namespace:
UiPath.OCR.Contracts.Scrape - Assembly:
UiPath.OCR.Contracts
Description
A factory that creates instances of OCRScrapeBase based on the desired usage.
Members
Methods
CreateEngine()- Creates an instance ofOCRScrapeBase.CreateEngine(UiPath.OCR.Contracts.Scrape.ScrapeEngineUsages)- Creates an
OCRScrapeBaseobject with the specified usage. TheOCRScrapeBaseclass can be extended to specify the configuration for an OCR engine.
- Creates an
ScrapeEngineFactory()- Activity constructor.