feishu-image-ocr

Convert image files to text using Feishu's OCR API.

33|13|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hashSTACS-Global/EnClaws --skill feishu-image-ocr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-image-ocr
Source: https://github.com/hashSTACS-Global/EnClaws/tree/main/skills/feishu-skills/feishu-image-ocr
Command: npx skills add https://github.com/hashSTACS-Global/EnClaws --skill feishu-image-ocr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts image files into machine-readable text, allowing for efficient text processing and information extraction from visual sources.

Core Features & Use Cases

  • Image to Text Conversion: Extracts text from images, supporting a variety of formats including png, jpg, jpeg, bmp, gif, webp, tiff, and tif.
  • Use Case: Ideal for scenarios where you need to quickly convert image content, such as scanned documents or images taken from a camera, into text that can be searched or analyzed.

Quick Start

Run the node ./ocr.js --image "<image_path>" command to convert the text in your image to plain text.

Frequently Asked Questions about feishu-image-ocr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from an image using Feishu OCR API?

You can extract text from an image using Feishu OCR API by running the command node ./ocr.js --image "<image_path>". This requires a Feishu tenant access token and an application with the OCR API enabled.

What image formats are supported for image to text conversion?

Image to text conversion supports multiple formats including png, jpg, jpeg, bmp, gif, webp, tiff, and tif. This allows you to digitize text from various visual sources like scanned documents or camera photos.

Do I need a Feishu tenant access token to convert images to text?

Yes, you need a Feishu tenant access token to convert images to text. You must also configure a Feishu application with the OCR API enabled to authenticate your requests and process the files.

Can I automate data entry by extracting text from scanned documents?

Yes, you can automate data entry by extracting text from scanned documents. This Skill converts image files into machine-readable text, allowing efficient information extraction and digitization from visual sources.

Are there limitations when processing large image files for text extraction?

The metadata does not specify explicit file size limitations for text extraction. However, it is designed for quick data entry automation and content digitization from visual sources using the Feishu API.