Skip to content

Commit

Permalink
moving unstructured to integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
m13v committed Aug 5, 2024
1 parent bdece06 commit c502d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions screenpipe-vision/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ use xcap::{Monitor, Window};
use crate::utils::perform_ocr_windows;
use crate::utils::OcrEngine;
use crate::utils::{
capture_screenshot, compare_with_previous_image, perform_ocr_cloud, perform_ocr_tesseract,
capture_screenshot, compare_with_previous_image, perform_ocr_tesseract,
save_text_files,
};
use rusty_tesseract::{Data, DataOutput}; // Add this import

use screenpipe_integrations::unstructured_ocr::perform_ocr_cloud;

pub struct DataOutputWrapper {
pub data_output: rusty_tesseract::tesseract::output_data::DataOutput,
Expand Down Expand Up @@ -307,4 +307,4 @@ pub async fn process_ocr_task(
frame_number, _duration
);
Ok(())
}
}

0 comments on commit c502d80

Please sign in to comment.