September 25, 2025: Page filtering for AI_PARSE_DOCUMENT

The AI_PARSE_DOCUMENT function now includes page filtering capabilities, allowing you to parse specific pages or ranges within large documents. You can process only the content you need, improving efficiency and reducing processing costs when working with multi-page documents.

These page filtering capabilities let you:

  • Target specific content by specifing exact start and end points within a document.

  • Build efficient document classification pipelines by extracting just the first page from multiple documents and using AI_CLASSIFY for instant categorization across document collections.

  • Optimize batch processing workflows by combining directory scanning with selective page extraction to automatically categorize and process large document repositories based on content from key pages.

For more information, see AISQL AI_PARSE_DOCUMENT and AI_PARSE_DOCUMENT.

Language: English