AI preprocessing: Extract text from image files and convert them into Markdown files
- name
- Extract text from images
- tag
- AI preprocessing/Claude/Generative AI
- Connector used
- REST Connector
- API
- API version: 2023-06-01
This is a HULFT Square application that makes it easy to prepare RAG data for use in generative AI.
This application uses Claude, an LLM, to extract text from image files and output it as a Markdown file.
Script Details
Convert image files to Markdown files
Image_To_Markdown_Claude_convert
Checking the limit value of the number of tokens required for image file conversion
Image_To_Markdown_Claude_validate_limits
Extract text from an image file and output it to a Markdown file
Image_To_Markdown_Claude_convert_to_markdown
How to install and use it