Baidu OCR Text Recognition – ID Card Recognition

Baidu OCR Text Recognition - ID Card Recognition

Introduction I promised the expert Zhang Shanyou from the park to write a series of blogs on AI, so I started my AI series journey. 1. Introduction The API documentation for ID card recognition is available at: http://ai.baidu.com/docs#/OCR-API/top Interface Description The user requests the service to recognize the ID card, which includes both the front … Read more

Understanding RAG: Concepts, Scenarios, Advantages, and Code Examples

Understanding RAG: Concepts, Scenarios, Advantages, and Code Examples

This article explains the relevant concepts of RAG, combined with code examples based on the “Building a Personal Knowledge Base with ERNIE SDK + LangChain”. Concept In 2020, the Facebook AI Research (FAIR) team published a paper titled “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks”. This paper first introduced the concept of RAG, which is currently … Read more