farazk86

Results 5 comments of farazk86

> @farazk86 In regards to the tagger decoder, you don't have to use to determine the sequence length. When a prediction is returned, the length of the sequence is returned...

To get the layout using Tesseract use the following: ```python ocr_agent = lp.TesseractAgent(languages='eng') res = ocr_agent.detect(image, return_response=True) layout = ocr_agent.gather_data(res, agg_level=lp.TesseractFeatureType.WORD) ``` and the rest of the tutorial is same

I still cant find the documentation related to how to save a plot? Its nowhere to be found. Can we save a plot that was generated using ``plot``?

> Figured it out. For anyone struggling with this, assign it to a variable and then save that as an html file. ```python from dataprep.eda import plot my_plot = plot(df,...

I know this response, is late for you, but maybe it helps someone looking for this in future. Entitlements can be added in your xcode project after unity builds. But...