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
I could successfully run result.fit_markdown but for raw_markdown fall into error. As its obvious I print result.fit_markdown instead of result.markdown.fit_markdown but I could not find anything for raw_markdown.
Thanks in advance
Current Behavior
I get this error:
AttributeError: class 'crawl4ai.models.CrawlResult' object has no attribute 'raw_markdown''
Is this reproducible?
Yes
Inputs Causing the Bug
sample from quick start page: https://crawl4ai.com/mkdocs/core/quickstart/
Steps to Reproduce
Code snippets
OS
Linux
Python version
3.11.11
Browser
Firefox
Browser version
134.0.2
Error logs & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered:
crawl4ai version
0.4.248
Expected Behavior
Hello. Thanks for your great free library.
I'm trying to run this sample code
in order to run it in google colab I do some changes as bellow:
I could successfully run
result.fit_markdown
but forraw_markdown
fall into error. As its obvious I printresult.fit_markdown
instead ofresult.markdown.fit_markdown
but I could not find anything forraw_markdown
.Thanks in advance
Current Behavior
I get this error:
AttributeError: class 'crawl4ai.models.CrawlResult' object has no attribute 'raw_markdown''
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Code snippets
OS
Linux
Python version
3.11.11
Browser
Firefox
Browser version
134.0.2
Error logs & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: