chore(release): bump package versions to 1.15.0 (#410)

Synchronize the Rust, Python, Node, platform, and WebAssembly package versions for the OCR release.
This commit is contained in:
Abimael Martell
2026-08-17 10:39:17 -07:00
committed by GitHub
parent a4b1c714e8
commit ca6d667146
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -975,7 +975,7 @@ result = pdf_inspector.<span class="fn">process_pdf</span>(<span class="str">"do
<script>
(() => {
const MAX_FILE_SIZE = 25 * 1024 * 1024;
const WASM_MODULE_URL = "https://cdn.jsdelivr.net/npm/@firecrawl/pdf-inspector-wasm@1.14.2/pdf_inspector_wasm.js";
const WASM_MODULE_URL = "https://cdn.jsdelivr.net/npm/@firecrawl/pdf-inspector-wasm@1.15.0/pdf_inspector_wasm.js";
const input = document.querySelector("#pdf-input");
const dropZone = document.querySelector("#drop-zone");
const filePanel = document.querySelector("#demo-file");