@clazic/kordoc 2.2.4 → 2.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1999,8 +1999,8 @@ function getTesseractFallbackMessage() {
1999
1999
  "\uB354 \uB098\uC740 \uD488\uC9C8(\uD14C\uC774\uBE14/\uD5E4\uB529 \uAD6C\uC870 \uBCF4\uC874)\uC744 \uC704\uD574 AI CLI \uC124\uCE58\uB97C \uAD8C\uC7A5\uD569\uB2C8\uB2E4:",
2000
2000
  "",
2001
2001
  " [\uAD8C\uC7A5] Gemini CLI: https://ai.google.dev/gemini-api/docs/cli",
2002
- " Claude CLI: npm install -g @anthropic-ai/claude-code",
2003
2002
  " Codex CLI: npm install -g @openai/codex",
2003
+ " Claude CLI: npm install -g @anthropic-ai/claude-code",
2004
2004
  " Ollama: brew install ollama (+ ollama pull gemma4:27b)"
2005
2005
  ].join("\n");
2006
2006
  }
@@ -2008,7 +2008,7 @@ var CLI_PRIORITY;
2008
2008
  var init_auto_detect = __esm({
2009
2009
  "src/ocr/auto-detect.ts"() {
2010
2010
  "use strict";
2011
- CLI_PRIORITY = ["gemini", "claude", "codex", "ollama"];
2011
+ CLI_PRIORITY = ["gemini", "codex", "claude", "ollama"];
2012
2012
  }
2013
2013
  });
2014
2014
 
@@ -2436,7 +2436,7 @@ import JSZip2 from "jszip";
2436
2436
  import { DOMParser } from "@xmldom/xmldom";
2437
2437
 
2438
2438
  // src/utils.ts
2439
- var VERSION = true ? "2.2.4" : "0.0.0-dev";
2439
+ var VERSION = true ? "2.2.5" : "0.0.0-dev";
2440
2440
  function toArrayBuffer(buf) {
2441
2441
  if (buf.byteOffset === 0 && buf.byteLength === buf.buffer.byteLength) {
2442
2442
  return buf.buffer;