2 weeks ago
I'm working on a solution using SAP CAP (Cloud Application Programming) with Node.js, integrated with SAP Document Information Extraction (DOX). This project sends documents via API to the DOX service to extract relevant information from files such as invoices and receipts. My requirement here is to check whether the document is handwritten or computer-generated. This distinction could significantly enhance data accuracy and processing logic. If anyone has insights on integrating handwriting detection with SAP DOX or using pre-processing techniques for document classification, I’d love to connect and learn more.
Request clarification before answering.
I don't think we expose a flag "handwritten" or "printed" at the moment. We can consider this feature in the future if there is more demand. In the meantime, you can explore using a vision LLM model (eg GPT4o, Gemini 2.0, Claude 3.7) from Generative AI Hub together with a custom prompt (eg "You are a helpful assistant for documents. Determine if the attached document contains handwritten text or only consists of printed text. Only return the word 'handwritten' or 'printed'. Do not return anything else")
https://learning.sap.com/learning-journeys/solving-your-business-problems-using-prompts-and-llms-in-...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe you can ask your question on one of the blog posts regarding OCR schema and handwriting detection 🙂
New Feature Release: OCR Only Schema - SAP Community
Handwriting Recognition by Document Information Ex... - SAP Community
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.