Text will be copied, then docs.new opens a blank Google Doc. Paste there (⌘V / Ctrl+V).
Full Google Docs API upload needs sign-in in a backend app—this is the standard browser workaround.
Checklist
Analysis server
Live preview and Examine text use Tesseract.js on-device in your browser (offline-capable). No cloud OCR and no LLM for text examination.
Run npm install and npm start from the project root, with a .env file (see .env.example).
Preview: Tesseract.js (eng LSTM) on downscaled frames. Must use http://localhost (not file://). English data loads from the default Tesseract.js CDN (first run needs network). Debug: ?frameDebug=1, ?ocrLog=1, ?textDebug=1, ?ocrTest=1.