posted an update

Hey there folks, yesterday and day before i had BIG issues with OCR suppliers and also prompt engineering for entity extraction, spent well over 9 hours and 200 messages to figure it out. technology moves so fast , so many updates, and also so many basic functions like entity extraction folks dont really understand , use or know how to use so that basically lets suppliers not take better care of these core capabilities... and me , i have to find that out the hard way.

here's the solution from Cohere :

  "prompt": "You act as a named entities recognition model. Extract the specified entities (document ID,Document Reference) from the text enclosed in hash symbols (#) and return a JSON List of dictionaries with two keys: \"entity\" and \"category\". The \"entity\" key represents the detected entity and the \"category\" key represents the category of the entity.\n\nIf no entities are found, return an empty list.\n\nExample :\n\n\n\nText: \n1905 and recorded in Volume 58, Page 50 of the Deed Records of Harrison County, Texas.arty Name Sat EC Type Year Doc # Liber Page Municipality Party Type Date Recorded Comment Complement Name - Deed 2015 6635  Deed 2015 8653 Beekman Grantee 12 29 2015 -View Document Information View Document Image 1 EAST MAIN CONDO Deed 202152394 Other Grantee 6 29 2021 PA SMITH KRISTEN\n\nAnswer:\n",

But i'm using openai because Cohere's API simply returns 200s empty.

Log in or sign up for Devpost to join the conversation.