Chaga na Hati
Zungumza na picha na hati zako.
Koa na tone, au nta ya kuzuia maji
Picha, PDF, Neno (DOCX) au maandishi: tone, pitia, pitia, fox, au URUL
🔒 Mafaili yako hutayarishwa faraghani na kufutwa yenyewe.
Chat with a Document lets you talk to anything you can scan or photograph, a printed page, a screenshot, a receipt, a letter, a form, or a multi-page PDF. ocr.chat extracts the text first, then lets you search and chat with it: ask what it says, pull out a specific detail, or get a quick summary. It is conversational OCR, the recognition and the question-answering happen in one place, so you go from an image to answers without copy-pasting text into a separate chatbot.
It is for the moments when you have a document in front of you and a question about it, not time to read the whole thing. Snap a photo of a notice and ask what the deadline is. Upload a scanned manual and ask how to do one specific step. Drop in a report and ask for the three key points. Because answers are grounded in the text that was actually extracted, and each one cites the page it came from, you get something you can trust and verify rather than a generic guess.
Hakuna chochote cha kuweka na hakuna ishara ya kujaribu picha au PF, tazama maandishi yako yakionekana kando ya ya maandishi yako ya awali, na kuanza kuuliza.
Jinsi ya Kufaulu chaga na hati
Matumizi ya kawaida
- Kusoma picha ya tangazo, ishara, au barua na kuuliza kile ambacho kwa kweli hukuhitaji.
- Ikidokeza jambo moja, tarehe, kiasi, hesabu ya marejezo, kutokana na hati iliyochunguzwa kwa haraka.
- Akitoa muhtasari wa ripoti ya kurasa nyingi au akiingiza katika mambo machache yaliyo wazi kabla ya mkutano.
- Kuelewa fomu, mikataba, na hati rasmi bila kusoma kila mstari.
- Kujifunza kutoka kwa maandishi na slaidi kwa kuuliza maswali badala ya kuyasoma tena.
- Kupendelea na kunakili risiti, taarifa, na rekodi za uchunguzi wa haraka.
Maswali yaliyoulizwa mara nyingi
Tumia hii kupitia API
Kimbia kifaa hiki kwa kutumia alama moja tu ya herufi.
curl -X POST https://ocr.chat/api/v1/ocr/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-F "file=@your-file.png" \
-F "tool=document"
Madonge ya kurasa 5 au machache hurudi kwenye matokeo; ama sivyo zoezi la kupigia kura kazi, kisha uinakili kama md:
curl -L "https://ocr.chat/api/v1/ocr/JOB_UUID/download/?format=md" \
-H "Authorization: Bearer YOUR_API_TOKEN" -o result.md
Kisha uliza maswali kuhusu hati hiyo, yenye majibu yaliyotajwa kwenye ukurasa huo:
curl -X POST https://ocr.chat/api/v1/chat/JOB_UUID/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"message": "Summarize this document"}'
Soma APILocs →