UncleCode

Results 417 comments of UncleCode

@jmontoyavallejo This already has resolved, please check https://github.com/unclecode/crawl4ai/issues/219 and this will be available on version 0.3.72.

@vonhuy1 Please upgrade to 0.4.21 and then try, if same issue, please share the code snippet. I check it asap.

@jradikk Would you please share your code snippet? I am testing on 0.4.21, all good: ```python async def main(): # Configure the browser settings browser_config = BrowserConfig(verbose=True) # Set run...

@vonhuy1 First, upgrade to 0.4.22. Second, please refer to the code below because a few things are wrong in your code. First of all, the constructor for the async web...

We are working on the Docker file; hopefully, I will finalize Docker this weekend and then you can pull it and run it, so give me just a few days...

Almost is there.... doing my best to get it don in a few days (hope not like my "few days" in previous message ;) )

@syed-al Thx for using Crawl4ai, Would you please share with me the URL you're trying to get the best markdown out of it? I think there are a bunch of...

@syed-al @mentaLwz @QuangTQV There are multiple flags and parameters you can use to control the level of data-cleaning you may need. Please share with me your URL, then I give...

@QuangTQV For pages with repetitive patterns, I suggest using the JSON CSS extraction. Let's look at the following code, which crawls one page and turns it into a list of...

@syed-al I just added a new heuristic function that has the capability to produce a better markdown, which I call 'fit markdown.' The way they're going to use it is...