How to install firecrawl/pdf-inspector. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
firecrawl/pdf-inspector Installation Guide
How to install firecrawl/pdf-inspector. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for firecrawl/pdf-inspector. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i firecrawl/pdf-inspectoror
Install via npx
npx @hexmos/ipm i firecrawl/pdf-inspectorPrerequisites
Rust
languageVersion: >=1.65.0
Python
languageNode.js
languageCargo
build_toolnpm
package_managerpip
package_managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via Cargo (Rust)
cargo add pdf-inspectorInstall via Pip (Python)
pip install maturin -y
maturin develop --releaseInstall via NPM (Node.js)
npm install @firecrawl/pdf-inspector -yInstall via NPM (Browser WebAssembly)
npm install @firecrawl/pdf-inspector-wasm -yInstall via Cargo (CLI)
cargo install pdf-inspectorBuild from Source
git clone https://github.com/firecrawl/pdf-inspector.git
cd pdf-inspector
cargo build --release