finding answer to “which of these” questions
问题 I am writing a Python program for a quiz answer-bot (for educational purposes only) using Tesseract OCR and the google-search-Api . The program seems to be very accurate when dealing with direct question ("who did what", "what is this") but has some problems with questions which include the answers as a part of themselves ("which of these"). import pytesseract from PIL import Image from googleapiclient.discovery import build import json import unicodedata import time import os #removing non