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
The text was updated successfully, but these errors were encountered:
sz0811
changed the title
docker部署crawl4ai后,用java调用API是否API接口不全?
After deploying Crawl4ai with Docker, is the API API incomplete when calling it with Java?
Dec 26, 2024
Docker has deployed a set of crawl4ai, which is called using Java code. According to the documentation, there are only two interfaces:/rawl and task/{task_id}. Do they support embedding JS code, page flipping, delayed page loading, login, etc.? I didn't see any support for the two API interfaces in the documentation?
@sz0811 Whatever you can pass to the library outside the Docker, you can also pass to the Docker version. They are identical.
Btw, I am working on a new implementation for Docker, and I hope to have it ready within two weeks. It will be very different, allowing you to use the docker as you do without Docker. This change will make the code much clearer and easier, rather than sending parameters like JSON to the server. The Docker will handle the crawling process. I will update that very soon.
docker部署了一套crawl4ai,用java代码调用,看文档只有/crawl和task/{task_id}两个接口,像嵌入 js代码,翻页,延迟加载页面,登陆等否支持呢,两个API接口看文档没看到支持?
The text was updated successfully, but these errors were encountered: