Document Reader(Gemini)-26.820.1111

Document Reader(Gemini)-26.820.1111

icon.png

 

Document Reader(Gemini)

 

Author   Wanjin Choi(truewan@vivans.net)

 

Primary Features

Gemini API integrates some of the key features of the comprehensive API that is provided by Google AI Studio https://aistudio.google.com/api-keys?hl=en

It returns key information using Gemini API based on the prompt entered by the user.

 

The functions included in this plugin are

  • PDF Text Extraction (Text Mode, default)

    • Reads text-based PDFs using a PDF parser and extracts raw text content.

  • PDF OCR / Vision Extraction (Vision Mode)

    • Vision mode handles scanned for noisy/dirty documents via OCR

  • Prompt-based Information Structuring

    • Uses a user prompt to determine what fields to extract.

New Funtions
1. select model what you want(26.05.21)

2. "PDF Reader" has been renamed to "Document Reader." Along with the name change, a new feature has been added that allows the application to read XLSX files as well.(26.07.08)

  1. Version 26.0820.1111 includes the following updates:

    1. Default Behavior (All Unchecked): Automatically scans and extracts data ONLY from PDF files at the specified path (both single file and folder).

    2. Include Excel File (--excel): Includes Excel files (.xlsx, .xls) alongside PDF files for data extraction.

    3. Only Excel File (--excel-only): Filters and extracts data EXCLUSIVELY from Excel files (.xlsx, .xls), ignoring PDFs.

    4. Output Excel Path (--output): Specifies the full path to save the extracted results as an Excel file.

    5. Gemini Model (--model): Selects the Gemini model variant to be used for extraction. (Default: Supports latest models including gemini-3.7-flash).

Note: The legacy --folder option has been deprecated for enhanced CLI parsing stability. If a folder path is provided, the plugin automatically detects and iterates through all contained files.

Technical contact to tech@argos-labs.com



May you search all operations,

Input (Requirement)

  • APIKey

  • Pdf document(with path)

  • Prompt

Advanced Input (Optional)

  • Text mode is best for clean digital PDFs with selectable text(default option)

  • Vision mode handles scanned for noisy/dirty documents via OCR

Use Model

  • gemini-2.5-flash

Return Value

  • CSV format value

Return Code

  • 0 Success

  • 1 misc. errors



Parameter Setting samples

gemini.png

Example Reuslt

Prompt : Please provide the item name, item details, quantity, retail price, supply unit price, and supply amount for each item.
Result

gemini_result.png

 

Select Model what you want

  1. 26.521.1150 provide version

  2. image-20260526-074010.png

    26.521.1130 provide version

image-20260526-073952.png