🔍 Extrae datos de cualquier documento con IA (¡Gratis!)
¿Te imaginas convertir automáticamente un PDF en una base de datos lista para estudiar, trabajar o analizar? En este vídeo te enseño cómo hacerlo con Relay.App, una herramienta gratuita que usa inteligencia artificial para leer documentos y extraer sus datos clave.
✨ ¿Qué vas a aprender?
✅ Cómo usar Relay.App para automatizar tareas
✅ Cómo extraer preguntas y respuestas de exámenes automáticamente
✅ Cómo integrar estos datos en Notion para crear un sistema de estudio con tarjetas tipo Anki
✅ Ejemplo real con exámenes de Psicología de la UNED
🧠 Y no solo sirve para estudiar: también puedes usarlo para tus finanzas, tus proyectos o cualquier tarea que implique leer y estructurar documentos.
🎁 Todo esto sin programar y GRATIS.
📌 Mención especial:
Si quieres ver cómo crear un sistema de tarjetas estilo Anki en Notion, no te pierdas este otro vídeo 👉 • Estudia con Anki Flashcards en Notion: guí...
👉 Descarga Relay.App: https://www.relay.app/?via=locamacros
ChatGPT: https://chat.openai.com/
Descarga Notion: https://www.notion.com/
Notion para Estudiantes: https://www.notion.com/es-es/product/...
🎬 Capítulos:
00:00 - Introducción
00:25 - Relay.App
04:25 - Crear prompts con ChatGPT
06:49 - Relay → Notion
08:02 - Probando la automatización
09:17 - Conclusión
🤖 ChatGPT Prompt:
"Ayúdame a crear un prompt para una IA que extrae datos de un documento.
En concreto, quiero que extraiga preguntas de examen de la carrera de Psicología. Quiero que extraiga las PREGUNTAS DE EXAMEN, y recoja los siguientes datos:
Enunciado: que es la PREGUNTA.
OPCIONES: aquí habrá que poner las opciones de respuesta.
CORRECTA: habrá que elegir entre A, B o C.
ASIGNATURA: cuyo nombre vendrá dada en el nombre del archivo.
Que lo extraiga todo en un JSON array.
Quiero que el prompt me lo escribas en inglés.
Añade que la respuesta correcta va a venir señala con símbolo o coloreada en la misma pregunta, aunque a veces en lugar de eso va a venir al final del documento.
Añade también que no quiero el número del enunciado, solamente la pregunta."
🤖 Respuesta de ChatGPT para meter en Relay.App:
"Extract the exam questions from the provided document. For each question, gather the following information:
Enunciado: The actual question text (without the question number).
OPCIONES: The list of multiple-choice answer options (A, B, C, etc.).
CORRECTA: The correct answer (choose between A, B, or C). The correct answer will either be indicated with a symbol, color, or marked in some way within the question itself. Sometimes, the correct answer may be listed at the end of the document.
ASIGNATURA: The name of the subject (this will be given in the file name).
Output the extracted data as a JSON array in the following format:
json
Copiar
Editar
[
{
"enunciado": "The actual question text here",
"opciones": {
"A": "Option A text",
"B": "Option B text",
"C": "Option C text"
},
"correcta": "A",
"asignatura": "Subject Name"
},
{
"enunciado": "Next question here",
"opciones": {
"A": "Option A text",
"B": "Option B text",
"C": "Option C text"
},
"correcta": "B",
"asignatura": "Subject Name"
}
]
Ensure that all the data is structured properly, and each question includes the corresponding options and the correct answer. Extract the subject name from the file name and include it for each question.
Make sure to omit the question numbers and only extract the question text. If the correct answer is not immediately visible in the question, check at the end of the document for it."
💬 ¿Qué documento automatizarías tú con esta IA? Déjamelo en los comentarios.
🎶 Soy Belén Vives, compositora y orquestadora profesional, y la automatización ha cambiado mi manera de trabajar. ¿Te animas a probarla?
👍 Dale like si quieres más vídeos sobre productividad y estudio.
#RelayApp #IA #Automatización #Notion #Flashcards #Productividad #Anki #PsicologíaUNED #DocumentosAI #NoCode
Информация по комментариям в разработке