You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
row_feed_photo_profile_name which is supposed to contain the name of the page that posted content, is no longer containing that precious info. Only for video, it's still there.
It looks like a bug to me but a workaround could be to OCR that element.
Maybe pytesseract would be the correct repo to use?
The text was updated successfully, but these errors were encountered:
Hey there,
I get this error and I think this is related to this topic.
[03/18 18:31:47] INFO | Scroll down to see next post.
[03/18 18:31:50] INFO | Can't find the owner name, need to use OCR.
[03/18 18:31:51] ERROR | You need to install Tesseract (the engine: it depends on your system) in order to use OCR feature.
[03/18 18:31:51] ERROR | Traceback (most recent call last):
I tried to install tesseract but seems like I failed. How can I resolve this issue ?
row_feed_photo_profile_name which is supposed to contain the name of the page that posted content, is no longer containing that precious info. Only for video, it's still there.
It looks like a bug to me but a workaround could be to OCR that element.
Maybe pytesseract would be the correct repo to use?
The text was updated successfully, but these errors were encountered: