Detect fields
This documentation provides an example of how to use the FileforgeClient to detect form fields in a PDF document. This endpoint returns a list of form fields detected in the PDF document, along with their location, options and requirements.
Prerequisites
Ensure you have the following:
- An API key for Fileforge as an environment variable: process.env.FILEFORGE_API_KEY
- Node.js and npm installed.
- The Fileforge Client installed.