I have a situation that requires verifying whether DU components can function offline without relying on API keys and endpoints. The following are the measures I’m considering to avoid using APIs and endpoints:
- Taxonomy: No API required.
- Digitization: Utilizing OmniPage OCR without the need for an API key.
- Classifier: Using keyword-based classifier.
- Data Extraction: Considering the use of Form Extractor instead of regex, although it requires an API key. (According to this documentation )
- Validation Station: No API key is necessary.