Searched refs:VISION_OCR_TABLE (Results 1 – 5 of 5) sorted by relevance
26 const std::string VISION_OCR_TABLE = "tab_analysis_ocr"; variable
42 const std::string CREATE_TAB_ANALYSIS_OCR = "CREATE TABLE IF NOT EXISTS " + VISION_OCR_TABLE + " ("…
171 { OperationObject::VISION_OCR, { { OperationType::UNKNOWN_TYPE, VISION_OCR_TABLE } } }, in GetTableNameMap()
2788 "ALTER TABLE " + VISION_OCR_TABLE + " ADD COLUMN " + ANALYSIS_VERSION + " TEXT ", in UpdateAnalysisTables()
2043 …string sqlDeleteOcr = "DELETE FROM " + VISION_OCR_TABLE + " WHERE file_id = " + to_string(fileId) … in ResetOcrInfo()