Chat-with-Scanned-Documents
Enrichment pendingA demo chatting with documents scanned with Dynamic Web TWAIN
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Dormant (1143d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
A demo chatting with documents scanned with Dynamic Web TWAIN
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Jul 11, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Jul 11, 2026
- Languages
- javascript
Source: github.language+package.json · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
with [Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/overview/) and use LangChain to chat with them.Source link
Tags
README
Chat-with-Scanned-Documents
A demo of using Tesseract.js to extract text of documents scanned with Dynamic Web TWAIN and use LangChain to chat with them.
If the SDK expires, you need to apply for your license here.
Installation
npm install
Start Dev Server
npm start
Build Prod Version
npm run build
Features:
- ES6 Support via babel (v7)
- JavaScript Linting via eslint
- SASS Support via sass-loader
- Autoprefixing of browserspecific CSS rules via postcss and postcss-preset-env
- Style Linting via stylelint
When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.