[GH-ISSUE #3314] [FEAT]: Add multilingual support for ocr mudule #2131

Closed
opened 2026-02-22 18:28:16 -05:00 by yindo · 0 comments
Owner

Originally created by @doodle777 on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3314

What would you like to see?

Currently, OCRLoader only supports English and needs to add some multilingual support.

this.log(`Starting OCR of ${documentTitle}`);
      const startTime = Date.now();
      const { createWorker, OEM } = require("tesseract.js");
      worker = await createWorker("eng", OEM.LSTM_ONLY, {
        cachePath: this.cacheDir,
      });
Originally created by @doodle777 on GitHub (Feb 21, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3314 ### What would you like to see? Currently, OCRLoader only supports English and needs to add some multilingual support. ``` js this.log(`Starting OCR of ${documentTitle}`); const startTime = Date.now(); const { createWorker, OEM } = require("tesseract.js"); worker = await createWorker("eng", OEM.LSTM_ONLY, { cachePath: this.cacheDir, }); ```
yindo added the enhancementfeature request labels 2026-02-22 18:28:16 -05:00
yindo closed this issue 2026-02-22 18:28:16 -05:00
yindo changed title from [FEAT]: Add multilingual support for ocr mudule to [GH-ISSUE #3314] [FEAT]: Add multilingual support for ocr mudule 2026-06-05 14:44:44 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2131