Universal AI Document Extractor
Under maintenancePricing
from $50.00 / 1,000 small document extractions
Universal AI Document Extractor
Under maintenanceExtract schema-validated JSON and CSV from PDFs and text-based documents.
Universal AI Document Extractor
Under maintenancePricing
from $50.00 / 1,000 small document extractions
Extract schema-validated JSON and CSV from PDFs and text-based documents.
You can access the Universal AI Document Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in API & Integrations in Apify Console.
$echo '{< "targetSchema": {< "type": "object",< "properties": {< "invoice_number": {< "type": [< "string",< "null"< ]< },< "date": {< "type": [< "string",< "null"< ]< },< "vendor": {< "type": [< "string",< "null"< ]< },< "total": {< "type": [< "number",< "null"< ]< },< "currency": {< "type": [< "string",< "null"< ]< }< },< "required": [< "invoice_number",< "date",< "vendor",< "total",< "currency"< ],< "additionalProperties": false< }<}' |<apify call pearlescent_idiom/universal-ai-document-extractor --silent --output-datasetThe Apify CLI is the official tool that allows you to use Universal AI Document Extractor locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: