docu-scan by SPOCONT
Extract specified key-values and all recognizable structured data from .pdf using direct read and OCR read tools and retrieve in a .json.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Docu Scan Extract: Extract a specific value from a PDF document using Google Document AI. Provide the base64-encoded PDF and describe what label/field you want to find (e.g. "invoice total", "lease st
- Docu Scan Status: Check remaining scan credits for the current user. Free — does not consume a credit. Call this before a batch of extractions to confirm sufficient quota.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Extract specified key-values and all recognizable structured data from .pdf using direct read and OCR read tools and retrieve in a .json. This is also useful to automatize contract, invoice, other document procession for accounting, comparision or automated form / api feeding.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| docu_scan_extract | Extract a specific value from a PDF document using Google Document AI. Provide the base64-encoded PDF and describe what label/field you want to find (e.g. "invoice total", "lease start date", "coupon rate"). Returns targetFindings (anchored match), otherFindings (full key-value pairs), and confidence scores for signatures, stamps and handwriting. Consumes 1 scan credit. |
| docu_scan_status | Check remaining scan credits for the current user. Free — does not consume a credit. Call this before a batch of extractions to confirm sufficient quota. |