Chapter 9. Document AI
In this chapter, you will learn about solving many tasks that involve processing documents, and pick the right model and technique for the right document task.
Introduction to Document AI
Documents are one of the best examples of multimodal data: document has texts, images, charts, and structured data (tables). On top of that, document contents are placed with a custom layout on top, making every document unique. Due to this, you need modern solutions to extract information from documents.
You can extract information from documents in various ways:
-
Directly asking questions to the model about documents without parsing them
-
Parsing documents into markdown format, and then processing with language models (RAG etc.)
-
Simpler tasks: document classification, form field extraction, layout analysis
When asking questions about the document, the model can generate responses, or can extract the exact word to the answer from it. The difference here is called ‘generative’ ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access