Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP feat(Mistral OCR Node): New node #14299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Stamsy
Copy link
Contributor

@Stamsy Stamsy commented Mar 31, 2025

Summary

Added new node for the Mistral OCR API.
https://docs.mistral.ai/capabilities/document/

The following operations were implemented for the specific resources:

Resource: Document

  • Extract Text – Extract text and layout information from documents using Mistral’s OCR API.
    Supports:

    • Selecting model (currently mistral-ocr-latest)

    • Providing input via binary data or document URL

    • Optional batch processing for multiple documents in one API call

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@Stamsy Stamsy changed the title feat(Mistral OCR Node): New node WIP feat(Mistral OCR Node): New node Mar 31, 2025
Copy link

codecov bot commented Mar 31, 2025

@n8n-assistant n8n-assistant bot added community Authored by a community member node/new Creation of an entirely new node in linear Issue or PR has been created in Linear for internal review labels Mar 31, 2025
@Joffcom
Copy link
Member

Joffcom commented Mar 31, 2025

Hey @Stamsy,

Thanks for the PR, We have created "GHC-1410" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/new Creation of an entirely new node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants